Atlas.DXF.EfCore 25.2.3.23
Atlas.DXF.EfCore
EF Core utilities for DevExpress XAF applications with multi-provider database support.
Features
Database Extensions
- UseXafConnectionString - Auto-detect database provider from connection string
- ApplySpecificProviderConventions - Apply provider-specific model conventions
Supported Providers
- SQL Server
- PostgreSQL (with automatic UTC DateTime conversion)
- SQLite
Value Generators
- GuidV7ValueGenerator - Generate time-ordered UUIDs
- UtcDateTimeConverter - Automatic UTC conversion for PostgreSQL
ObjectSpace Extensions
CreateObject<T>(Action<T>)- Create and initialize XAF objects in one call
View Filtering
- ViewFilter - Persistent model for user-defined filters
Installation
dotnet add package Atlas.DXF.EfCore --version 25.2.3.0
Version format: XAF version + build (e.g., 25.2.3.0).
Usage
// In DbContext.OnConfiguring
optionsBuilder.UseXafConnectionString(connectionString);
// In DbContext.OnModelCreating
modelBuilder.ApplySpecificProviderConventions(Database);
Showing the top 20 packages that depend on Atlas.DXF.EfCore.
| Packages | Downloads |
|---|---|
|
Atlas.DXF.Blazor
Blazor property editors and controllers for DevExpress XAF: JSON/XML Monaco editors, custom list editors, view filtering, wizard framework, and grid customization controllers.
|
1 |
.NET 10.0
- Atlas.DXF.Abstractions (>= 25.2.3.23)
- Atlas.DXF.Core (>= 25.2.3.23)
- DevExpress.ExpressApp (>= 25.2.3)
- DevExpress.ExpressApp.EFCore (>= 25.2.3)
- DevExpress.Persistent.BaseImpl.EFCore (>= 25.2.3)
- Microsoft.EntityFrameworkCore (>= 9.0.12 && < 10.0.0)
- Microsoft.EntityFrameworkCore.SqlServer (>= 9.0.12 && < 10.0.0)
- Microsoft.EntityFrameworkCore.Sqlite (>= 9.0.12 && < 10.0.0)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4 && < 10.0.0)