Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
4291 Points
1352 Posts
May 25, 2012 08:06 AM|LINK
This is a tuturial I wanted to go over since I had the same question as you a while back.
http://msdn.microsoft.com/en-us/data/gg699321
However, I ended up using Enterprise Library (so easy to work with sprocs!) and created my own mappers, which basically just was static methods that take in a dataset (from Ent.Lib) and manually map it to an instance of a domain model.
krokonoster
Contributor
4291 Points
1352 Posts
Re: entity framework vs enterprise library
May 25, 2012 08:06 AM|LINK
This is a tuturial I wanted to go over since I had the same question as you a while back.
http://msdn.microsoft.com/en-us/data/gg699321
However, I ended up using Enterprise Library (so easy to work with sprocs!) and created my own mappers, which basically just was static methods that take in a dataset (from Ent.Lib) and manually map it to an instance of a domain model.