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.

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)