You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zbright edited this page Oct 26, 2011
·
3 revisions
Entity Framework is our Object Relational Mapping (ORM) platform. It allows us to access the database through c# and represents entities as classes. No SQL required.
Once again Microsoft has pulled through for us. They do a fantastic job (through informative videos) of detailing what ADO .NET Entity Framework is and how it can be used. Go here to find the videos.
Watch all 4 videos in the EF 4.1 Getting Started section
Watch 1-6 in the EF4 - Part 1 section
Feel free to skip to the end of the videos if you feel like you have a firm understanding of the topic being discussed. They can be repetitive in some peoples minds.