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 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.v22.2.dll
  • DevExpress.EntityFrameworkCore.Security.v22.2.dll

The supported version of EF Core is 6. 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

Currently, we support Entity Framework Core 6.x.x. To find out which precise version you have, check the Microsoft.EntityFrameworkCore package in the dependencies of the YourProjectName.Module project.

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

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

If you use the Solution Wizard to create a EF Core-based XAF solution, then the wizard installs EF Core automatically. To learn how to install EF Core manually, refer to the following help topic: Installing Entity Framework Core.

See Also