Getting Started with Entity Framework 6 Code First using MVC 5 tutorials
On a regular basis Microsoft brings out cool and easy to follow tutorials. I just noticed that the ones about Entity Framework and ASP.NET MVC got updated.
For Entity Framework the following new things in version 6 are handled:
- Connection resiliency
- Command interception
- Code-based configuration
- Async
- Stored procedures
9 tutorials were refurbished:
- Creating an Entity Framework data model
- Implementing basic CRUD functionality
- Sorting, filtering, and paging
- Connection resiliency and command interception
- Code First Migrations and deployment
- Creating a more complex data model
- Reading related data
- Updating related data
- Async and stored procedures
And 3 new tutorials were created:
For people who’re still on older versions don’t despair, they’re still available under http://www.asp.net/mvc/tutorials/getting-started-with-ef-5-using-mvc-4
Grz, Kris.


Leave a Comment