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

Business Model Design with Entity Framework Core

It is recommended that you follow the lessons listed below sequentially.

  1. Create a Solution using the Wizard
  2. Inherit from the Business Class Library Class (EF Core)
  3. Supply Initial Data (EF Core)
  4. Implement Custom Business Classes and Reference Properties (EF Core)
  5. Set a Many-to-Many Relationship (EF Core)
  6. Set a One-to-Many Relationship (EF Core)
  7. Initialize Business Object Properties (EF Core)
  8. Implement Dependent Reference Properties (EF Core)
  9. Implement Property Value Validation in Code (EF Core)