I am so new in asp.net and yet now I have to do a project which requires me to use Stored Procedure.
My question is then do we still need the Value Objects or entitles we stored in the Model layer and what about the business logic which we put in our function ?
How is Stored Procedure works with the 3 layering ?
No entity framework is allowed.
Any step by step tutorial which covers above scenario that I can do a hands-on ?
Member
31 Points
251 Posts
Stored Procedure vs 3-tier layering
Nov 19, 2016 02:21 AM|tangara|LINK
Dear experts,
I am so new in asp.net and yet now I have to do a project which requires me to use Stored Procedure.
My question is then do we still need the Value Objects or entitles we stored in the Model layer and what about the business logic which we put in our function ?
How is Stored Procedure works with the 3 layering ?
No entity framework is allowed.
Any step by step tutorial which covers above scenario that I can do a hands-on ?
Tks.