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
15 Oct
2009

Welcome Two New Elegant Coders

Category:UncategorizedTag: :

I am happy to introduce 2 new Elegant Coders! We are excited to have their contributions to the site and look forward to their wisdom. Kirstin Juhl @kirstinj We are excited to have Kirstin drop wisdom like she has been doing on her current blog: I [heart] Code. From her own bio: I am a […]

Read More
9 Oct
2009

Poker Planning for Windows Mobile

I got annoyed this week.  We were doing our planning poker (with the cards) when one of my coworkers broke out his IPhone instead.  He had a planning poker app on his freaking IPhone.  I whipped out my Windows Mobile phone and ? did nothing.  I grabbed a deck of card and moved on. Afterwards […]

Read More
6 Oct
2009

AutoMapper Introduction and Samples from NETDUG

In September, Cory Isakson and I presented AutoMapper to the Boise .NET Developer User Group (NETDUG).  As promised, I have included the sample code here.  AutoMapper 1.0 RC1 is available on the CodePlex site. At my company, we have embraced convention-over-configuration throughout our applications, from our data access framework (Fluent NHibernate) to our IoC container […]

Read More
3 Oct
2009

Removing U3 from Your Thumb Drives

U3 is a technology used install boot software on thumb drives. Companies use this to ensure that some little application will get loaded or something when you plug their thumb drive into your Windows machine. This can be a favorite move of vendors who give away thumb drives at conferences as swag. They want to […]

Read More