Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Business Model Design with Entity Framework Core

XAF WinForms (CTP) and ASP.NET Core Blazor Server UI support the Entity Framework Core data model. Additionally you can use Security System for Entity Framework Core in non-XAF apps.

Entity Framework Core support in XAF is provided by the following assemblies:

  • DevExpress.ExpressApp.EFCore.v21.2.dll
  • DevExpress.EntityFrameworkCore.Security.v21.2.dll

The supported version of EF Core is 5 and higher. If you use the Solution Wizard to create a EF Core-based XAF solution, then EF Core is installed automatically by the wizard. To learn how to install EF Core manually, refer to the following help topic: Installing Entity Framework Core.

Note

We extensively test our Entity Framework support against Microsoft SQL Server only.

Please contact us if you encounter issues with other database providers.

See Also