Getting started with ASP.NET Core and Entity Framework Core using Visual Studio
Note: A Razor Pages version of this tutorial is available (xref:)here. The Razor Pages version is easier to follow and covers more EF features.
This series of tutorials teaches you how to create ASP.NET Core MVC web applications that use Entity Framework Core for data access. The tutorials require Visual Studio 2017.
- Getting started
- Create, Read, Update, and Delete operations
- Sorting, filtering, paging, and grouping
- Migrations
- Creating a complex data model
- Reading related data
- Updating related data
- Handling concurrency conflicts
- Inheritance
- Advanced topics
Comments (
)
Link to this page:
//www.vb-net.com/AspNet-DocAndSamples-2017/aspnetcore/data/ef-mvc/Index.htm
|