-
Section 2 : Advanced Operations
7 Lessons -
Entity Framework is a latest approach for data access and this course contains all the stuff required to start with Ado.Net Entity Framework. As there are two ways of working with entity framework i.e., ObjectContext and DbContext. As a start this course contains all the stuff with DbContext and it covers all the areas that a normal developer needs to know to work on any project with entity framework as data access layer.
It ranges from basic operations like insert,update,delete and select to advanced operations like transactions and optimization technique (lazy loading, eager loading, etc.,).