Tag: efcore
All the articles with the tag "efcore".
-
[.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.