News

Good news for .NET Core developers: There's a package that gives Entity Framework Core the lazy loading capabilities that your existing applications may be using. Or may not be using -- you might not ...
Entity Framework (EF) Core, Microsoft's object-to-database mapper library for .NET Framework, brings performance improvements for data updates in version 7, Microsoft claims.
Though separated from the .NET Core release cycle, EF Core is developing its 3.0 roadmap. Along with it are some important changes to the original Entity Framework.
Learn how you can use Entity Framework Core to log data to the console, SQL Server, and other log targets when working with ASP.NET Core 7 applications.
ASP.Net Core is a fast, lightweight, open-source, cross-platform rewrite of the ASP.Net framework that runs on Windows, Linux, and even Mac OS X. Speed is one of the key features of ASP.Net Core ...
Eric Vogel provides many code samples to show how to use Entity Framework Core for an ASP.NET Core MVC application.