Using Entity Framework Entity splitting customisations in an ASP.Net application

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Sun, 01 Apr 2012 13:28:00 GMT Indexed on 2012/04/01 17:30 UTC
Read the original article Hit count: 400

Filed under:
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes. First let’s try to define what EF is and why it is going to help us to create easily data-centric applications.Entity Framework is an object-relational mapping (ORM) framework for the .NET Framework.EF addresses the problem of Object-relational impedance mismatch . I will not be talking about that mismatch because it is well documented in many...(read more)

© ASP.net Weblogs or respective owner

Related posts about entity splitting