12 packages tagged with “BaseEntity”
BaseEntity 是一种极简单的 CodeFirst 开发方式,特别对单表或多表CRUD,利用继承节省了每个实体类的重复属性(创建时间、ID等字段),软件删除等功能,进行 crud 操作时不必时常考虑仓储的使用.
Common entities, DTOs, and database context for microservices
pokenae共通ライブラリプロジェクト
Provides base entities for ASP.NET Core Web applications
QuickAdmin 实体(Entity)基础类库。基于 FreeSql。 提供多组基础接口及默认实现类,包括 Id 主键、自增主键、审计字段(添加时间、添加人,更新时间、更新人)、软删除、显示顺序、树形结构等等。 同时提供了若干对 FreeSql 的扩展,可以快速进行 Select、Get、排序、查找 等等代码的编写。
Package Description
This is a nuget trial. Aim abroad :))
Entity models library for Clean Architecture template - Contains base entity with audit fields
Provides a set of core abstractions and base classes for data entities within the RA.Utilities ecosystem. This includes common interfaces like IEntity and base classes with properties like Id, CreatedDate, and UpdatedDate to promote consistency in data models.
Generic Repository Filter Global Error Handler Transaction LogBehavior CacheBehavior BaseEntity
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.
SharedKernel is a foundational, open-source .NET library providing essential building blocks for Domain-Driven Design (DDD), Clean Architecture, and CQRS patterns. It offers: - CQRS interfaces (IRequest<T>, IRequestHandler<TRequest, TResponse>) along with a built-in Mediator implementation for command and query handling following MediatR principles. - Robust domain modeling support with base classes like EntityBase, DomainEntityBase, and DomainEventBase to facilitate aggregate roots, domain events, and event dispatching via the IDomainEventDispatcher interface. - Built-in retry and persistence support for domain events that fail to publish to message brokers, ensuring reliable event delivery. - Reusable application exceptions such as DomainException and RecordNotFoundException to standardize error handling across applications. - Common DTOs including BaseResponseDTO<T> for consistent API response structures and validation error handling. - Utilities for secure token generation, date/time conversions, platform detection, and more, to accelerate backend development. - Configuration support for cache entry expiration and message broker connection settings. SharedKernel is designed for teams embracing DDD and CQRS with EF Core and aims to improve modularity, consistency, and maintainability across .NET services and applications.