News

Brad Abrams, founding member of the CLR and .NET Framework teams at Microsoft, published a good example of how developers can leverage the MVC Framework with some of the new tools from Microsoft.
Practical .NET 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 ...
How to build Web Applications using ASP.NET Core MVC and Razor Pages How to build single-page applications using Blazor WebAssembly We caught up with Japikse to get a preview of what attendees can ...
In other words, you work with the data using familiar .NET objects. In Entity Framework Core, the DbContext connects the domain classes to the database by acting as a bridge between them.
Blazor United combines server-side and client-side rendering in a full-stack web programming model in ASP.NET Core 8, now available in a first preview.
In a recent post I talked about the benefits of using Async data calls for your MVC + EF6 application. The following is a generic repository for Entity Framework 6 with methods for both ...