Using MVC & Entity Framework with Stored Procedures
I was wondering if there is a way to leverage MVC (and the scaffolding
features) and EF in a such a way where all creates, updates, deletes and
searches are executed using views and SPs? The reason being is that based
on certain changes there might be other DB actions that need to be
performed, and for various reasons I would like that business logic to
live in SPs.
Any advice would be greatly appreciated.
Thanks.
No comments:
Post a Comment