Using Entity Framework Table 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 Sat, 31 Mar 2012 19:23:00 GMT Indexed on 2012/03/31 23:31 UTC
Read the original article Hit count: 361

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 ASP.NET

Related posts about Entity Framework