CSharpEssentials.Entity
2.0.2
See the version list below for details.
dotnet add package CSharpEssentials.Entity --version 2.0.2
NuGet\Install-Package CSharpEssentials.Entity -Version 2.0.2
<PackageReference Include="CSharpEssentials.Entity" Version="2.0.2" />
<PackageVersion Include="CSharpEssentials.Entity" Version="2.0.2" />
<PackageReference Include="CSharpEssentials.Entity" />
paket add CSharpEssentials.Entity --version 2.0.2
#r "nuget: CSharpEssentials.Entity, 2.0.2"
#:package CSharpEssentials.Entity@2.0.2
#addin nuget:?package=CSharpEssentials.Entity&version=2.0.2
#tool nuget:?package=CSharpEssentials.Entity&version=2.0.2
Domain-driven design (DDD) entity base classes and patterns for CSharpEssentials.
Provides EntityBase<TId> with soft delete functionality, audit trails, and domain event
integration.
Essential for building robust domain models with type safety and functional programming
principles.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- CSharpEssentials.Results (>= 2.0.2)
- CSharpEssentials.Time (>= 2.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CSharpEssentials.Entity:
| Package | Downloads |
|---|---|
|
CSharpEssentials
A comprehensive C# library enhancing functional programming capabilities with type-safe monads (Maybe, Result), discriminated unions (Any), and robust error handling. Features include: domain-driven design support, enhanced Entity Framework integration, testable time management, JSON utilities, and LINQ extensions. Built for modern C# development with focus on maintainability, testability, and functional programming principles. |
|
|
CSharpEssentials.EntityFrameworkCore
Enhances Entity Framework Core with functional programming patterns and DDD-friendly features. Includes base entity classes, soft delete support, audit trails, query filters, optimistic concurrency, PostgreSQL integration, query performance monitoring, and domain event handling. Perfect for building maintainable and scalable data access layers in modern .NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.