Business Model Design with Entity Framework Core
We recommend that you follow the lessons below sequentially.
- Create a Solution (EF Core)
- Inherit from the Business Class Library Class (EF Core)
- Supply Initial Data (EF Core)
- Implement Custom Business Classes and Reference Properties (EF Core)
- Set a Many-to-Many Relationship (EF Core)
- Set a One-to-Many Relationship (EF Core)
- Initialize Business Object Properties (EF Core)
- Implement Dependent Reference Properties (EF Core)
- Implement Property Value Validation in Code (EF Core)
- Filter Data Source for a Lookup Editor (EF Core)