29 Oct
2009

Code Cast 33 – Jimmy Bogard on AutoMapper

Category:UncategorizedTag: , :

AutoMapper is one those tools tools that seems to be gaining in popularity lately, generating a lot of talk on the web and at user groups.  Seemed like a good idea to talk with its creator, Jimmy Bogard, and get the run-down on it. In this code case we have Elegant Coders Chris Brandsma and […]

Read More
16 Oct
2009

Mapping From IDataReader/IDataRecord with AutoMapper

A while ago, I submitted a patch to AutoMapper that added basic support for mapping data from an IDataReader/IDataRecord to an object. For those of us who don’t have the luxury to use NHibernate in their projects, this feature can save you from writing lots of repetitive and tedious code. Its usage is pretty much […]

Read More