Nuacht

Peter begins to explore the usability of Dynamic Data and Entity Framework by adding the simplest possible data model to his application. In this column and in following ones, I'm going to look at ...
Handle Many-to-Many Relationships in Entity Framework and ASP.NET MVC In this month's column, Peter Vogel takes a single -- and common -- problem and looks at all the technologies you can use to solve ...
Take advantage of migrations in EF Core to manage database schema changes over time and keep them in sync with the data models of your ASP.NET Core applications.
Take advantage of the unit of work design pattern to build flexible, extensible, and reusable data access layers in your ASP.NET Core applications.