The .NET News Daily Issue #311
Maintaining a Clean Architecture isn’t just about writing layered code; it’s about ensuring that those layers stay clean, that…
Read IssueBrowse all past issues of The Net News Daily newsletter
Maintaining a Clean Architecture isn’t just about writing layered code; it’s about ensuring that those layers stay clean, that…
Read Issue
In the world of .NET, memory management is an important aspect of any application. Fortunately, you don't have to shoulder this immense task yourself. .NET handles it with the superpower of the Garbag...
Read Issue
Learn how to implement single and multiple record deletion in ASP.NET GridView using checkboxes, client-side validation, and a SQL Server stored procedure. This tutorial covers UI design with a GridVi...
Read Issue
Unlock the power of Dependency Injection (DI) in ASP.NET Core! This guide explores the built-in DI container, demonstrating how to register services (Transient, Scoped, Singleton), inject dependencies...
Read Issue
Master C# 12's essential features for ASP.NET Core development! Part 4 dives into primary constructors (reducing boilerplate), records (immutable data), advanced pattern matching (smarter code flow), ...
Read Issue
Middleware is the backbone of ASP.NET Core’s request processing pipeline, and understanding how to create, configure, and optimize custom…
Read Issue
Using the NEST package in C#, you can create queries tailored to your needs with different structures. However, to create them in the most…
Read Issue
Combine the power of Entity Framework Core (EF Core) for schema management and Dapper for raw SQL performance in .NET 8 with PostgreSQL. This guide explores two approaches: using EF Core for CRUD and ...
Read Issue
You don’t need a cathedral of abstractions to validate requests. With MediatR and FluentValidation, you get clean, centralized validation…
Read Issue
Explore the Repository Pattern with Entity Framework in .NET. This article dives into whether wrapping EF with a repository is a boon or burden, covering Unit of Work, generic repositories, read/write...
Read IssueSubscribe to get the latest .NET content delivered to your inbox every weekday morning.
✓ Free forever • ✓ Unsubscribe anytime