Tag: efcore
All the articles with the tag "efcore".
-
Introducing DKNet: An Enterprise .NET Library for DDD and Clean Architecture
Discover DKNet, an enterprise-grade .NET 10 library collection that brings Domain-Driven Design patterns, clean Onion Architecture, CQRS via SlimMessageBus, and production-ready infrastructure abstractions to your applications — all in focused, composable NuGet packages.
-
[.NET] Simplify Domain Events with DKNet.EfCore.Events
Learn how DKNet.EfCore.Events brings elegant domain event management to Entity Framework Core, enabling clean separation of concerns and reliable event-driven architectures in your .NET applications.
-
[.NET] Simplify EF Core Lifecycle Management with DKNet.EfCore.Hooks
Discover how DKNet.EfCore.Hooks revolutionizes Entity Framework Core development by providing pre and post-save hooks for implementing cross-cutting concerns like auditing, validation, event publishing, and caching in a clean, maintainable way.
-
[.NET] Streamline Your DTOs with DKNet.EfCore.DtoGenerator
Discover how DKNet.EfCore.DtoGenerator uses Roslyn Source Generators to automatically create immutable DTOs from EF Core entities, eliminating boilerplate code while preserving validation attributes and type safety.