Subscribe
Growing .NET teams enforce consistent code quality solution-wide with .editorconfig for style, Directory.Build.props for build-wide analysis settings, Roslyn static analysis and Central Package Management for unified NuGet versions.
Clean Architecture, popularized by Robert C. Martin, structures large monolithic applications around a central domain model with strict separation between business rules, application logic and infrastructure concerns.
AES is one of the most reliable and widely adopted encryption algorithms available today. Adding encryption to critical fields can significantly improve application security and reduce the impact of potential data breaches.
TickerQ is one of the most promising new libraries in the .NET ecosystem. It is a modern, high-performance scheduling library focused on simplicity, scalability and developer experience.
EF Core and other first party tools are amazing in modern data access development in .NET ecosystem.
Kommand offers a clean and explicit way to implement CQRS in .NET applications. It features built-in validation, cross-cutting concerns and a minimal setup.
C# 14's new extension members greatly improve on traditional extension methods by allowing developers to add not just methods, but also properties and other instance members to existing types.
Exact vector search is a solid starting point. Once volume grows, approximate vector search with vector indexes a offer fast alternative with relevant results instead of exhaustive comparison on every row.