Business Model Design with Entity Framework 6
Note
This is the Entity Framework 6 part of the Business Model Design tutorial section. Please start this section from the Create a Solution using the Wizard topic.
It is recommended that you perform the lessons listed below sequentially.
- Create a Solution using the Wizard
- Inherit from the Business Class Library Class (EF 6)
- Supply Initial Data (EF 6)
- Implement Custom Business Classes and Reference Properties (EF 6)
- Add a Class from the Business Class Library (EF 6)
- Set a Many-to-Many Relationship (EF 6)
- Set a One-to-Many Relationship (EF 6)
- Initialize a Property After Creating an Object (EF 6)
- Implement Dependent Reference Properties (EF 6)
- Implement Property Value Validation in Code (EF 6)