Implement Business Logic (Entity Framework Scenarios)
The ADO.NET Entity Framework enables you to implement your own business logic in an Entity Framework application. You can implement business logic by handling certain events raised during execution or by implementing partial methods that are called during execution. The following links are to topics relevant to this scenario.
How to: Execute Business Logic During Property Changes (Entity Framework)
How to: Execute Business Logic When Saving Changes (Entity Framework)
How to: Change Relationships Between Objects (Entity Framework)
For more Entity Framework scenarios, see Application Scenarios (Entity Framework).
See Also
Concepts
Entity Framework Resources
Entity Framework Terminology
Other Resources
Application Scenarios (Entity Framework)
Programming Guide (Entity Framework)