When we build database-backed enterprise applications, we generally want to isolate our entity models, the DbContext, and the logic for database initialization and migration to maintain a clean ...
After a series of previews, Microsoft this week announced the final release of .NET Core 2.1, along with its like-versioned associates, ASP.NET Core and Entity Framework Core. .NET Core is a ...
A monthly overview of things you need to know as an architect or aspiring architect. This article dives into the happens-before semantics of Go channels, explaining how they relate to memory ...
Welcome to Part 2 of ASP.NET Core: Learning the Ropes. I'll show how to use Entity Framework (EF) Core in the application that was developed in Part 1. I'll go over how to implement the basic CRUD ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Kenneth Harris, a NASA veteran who worked on ...
Learn to change the default behavior and return HTTP 404 when action methods in ASP.NET Core return null values. ASP.NET Core MVC is the .NET Core counterpart of the ASP.NET MVC framework. You can ...