Skip to main content
All docs
V25.1
  • .NET 8.0+

    DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    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.v25.1.dll
    • DevExpress.EntityFrameworkCore.Security.v25.1.dll

    Note

    You can find the currently supported EF Core package versions in the following help topic: Supported EF Core Versions. To locate the version you use, check the Microsoft.EntityFrameworkCore package - a dependency of the YourProjectName.Module project.

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

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

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

    See Also