views:

54

answers:

1

I don't remember which blog I was reading, because it seemed academic at the time, but there was a library being discussed where you could take a two concrete classes and bind the properties together if the names matched. Think ASP.NET MVC model binding.

+7  A: 

There's AutoMapper which I've used in many projects and would strongly recommend.

Darin Dimitrov
Thank you Darin! That was it!
Jason Slocomb
You are more than welcome.
Darin Dimitrov