The way we build software has fundamentally shifted. Not gradually — abruptly. In 2026, developers who haven’t integrated AI into their daily workflow aren’t just missing a productivity trick; they’re ...
Modern .NET productivity depends on libraries enabling resilience, observability, messaging, and clean architectural separation at scale. High-performance systems integrate EF Core, Dapper, MediatR, ...
When building modern .NET applications, choosing the right data access technology can significantly impact your application's performance, flexibility, and maintainability. Three of the most popular ...
Microsoft this week shipped the fourth preview of .NET 10 without groundbreaking features but with much work devoted to ASP.NET Core & Blazor, where several work items were devoted to OpenAPI. OpenAPI ...
In Microsoft's new .NET 10 Preview 2, the Blazor component that lives in the ASP.NET Core web-dev framework received the most attention along with .NET MAUI. According to the release notes, however, ...
About the repository: Open source project written in the latest version of ASP.NET Core, implementing the concepts of S.O.L.I.D, Clean Code, CQRS (Command Query Responsibility Segregation) ...
Take advantage of query types in EF Core to query types that don’t have keys and to map to tables and views that lack an identity column. Entity Framework Core (EF Core for short) is a popular ORM ...
Entity Framework Core allows you to store and retrieve data to and from an in-memory database. It’s a quick and easy way to test your ASP.NET Core 6 web applications. There are many reasons why you ...
Basic - simple 'Hello GraphQL!' example based on console version from GraphQL for .NET on GitHub, but using ASP.NET Core, Entity Framework Core and some best practices, patterns and principles.