The .NET News Daily Issue #308
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 IssueBrowse all past issues of The Net News Daily newsletter
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 Issue
This article dives into building lightweight, well-documented, and secure APIs with minimal boilerplate. Discover how to leverage route groups, filters, SSE, and OpenAPI security definitions for impro...
Read Issue
When I started learning C#, one thing confused me a lot: why not just make everything public? I mean, if I can access variables directly…
Read IssueSubscribe to get the latest .NET content delivered to your inbox every weekday morning.
✓ Free forever • ✓ Unsubscribe anytime