Series - Implementing-Entity-Framework-with-MVC


Implementing Entity Framework with MVC: (06) Integrating Extra Features and Looking Forward[MP4] [0:56:34] [2015/02/10]
Get a look backward and forward. See how to improve performance, implement eager loading, and see what Entity Framework 7 will offer in the future. [01:04] - Stored Procedures[16:32] - Increasing User…


Implementing Entity Framework with MVC: (05) Managing Transactions[MP4] [0:41:48] [2015/02/10]
Dealing with multiple objects requires consistency in the database. Examine how to manage concurrency and transactions.​ [01:04] - Working in a web application[11:39] - Managing Concurrency[37:06] -…


Implementing Entity Framework with MVC: (04) Managing the Database[MP4] [1:02:36] [2015/02/10]
Although simple applications can be managed with conventions, they won’t necessarily scale. Find out how Entity Framework allows you complete control over the database. [04:29] - Fluent API[44:16] -…


Implementing Entity Framework with MVC: (03) Managing Relationships[MP4] [0:42:53] [2015/02/10]
Classes are going to map to tables and need to have relationships. See how to configure and manage those relationships. And get a bonus section on inheritance. [01:35] - One-to-Many…


Implementing Entity Framework with MVC: (02) Beginning Code First[MP4] [0:53:17] [2015/02/10]
After installing Entity Framework, it’s time to start doing development. Look at creating classes and data contexts, and find out how to configure the database. [01:22] - Simple Code First[03:31] -…


Implementing Entity Framework with MVC: (01) Introduction to Entity Framework[MP4] [0:55:52] [2015/02/10]
Get rolling with an overview of Entity Framework, installation, and configuration. [07:27] - Architecture[20:10] - Intro to Code First[51:12] - Generating EF Classes