Aspectacular Database Handling
Vlad explains the importance of implementing Antifrag and BL methods as instance methods or extension methods taking DB context. By utilizing Aspectacular, wire trapping should be done in the caller tier to minimize round trips and avoid generating complex T-SQL queries. Save changes can be automated by the Aspectacular class designed for Entity Framework.In this clip
From this podcast

Coding Blocks
Aspectacular with Vlad Hrybok
Related Questions
Should the data layer contain logic according to Uncle Bob's Clean Architecture in the episode Clean Architecture - The Art of Drawing Lines and the clip Business Logic in Databases?
What needs to be done with business logic in the data layer that doesn't make sense to have in the domain layer according to Uncle Bob's clean architecture?
What needs to be done with business logic in the data layer that doesn't make sense to have in the domain layer according to Uncle Bob's clean architecture in the episode Clean Architecture - The Art of Drawing Lines and the clip Clarifying Dependencies, in relation to the episode Things to Know when Considering Multi-Tenant or Multi-Threaded Applications and the clip Tenant Data Management?