1
My question is this:.
When we create an ASP.NET MVC application that requires a basic CRUD.
It is indispensable to use a database with procedures.
Or I can do it another way ?
1
My question is this:.
When we create an ASP.NET MVC application that requires a basic CRUD.
It is indispensable to use a database with procedures.
Or I can do it another way ?
1
Not necessarily. You can choose to centralize business logic within the application layer (C#, VB.NET) or within the database itself. Each implementation has its advantages and disadvantages, and it is up to the developer to choose the one that will be most viable for the project.
Very interesting,
Browser other questions tagged asp.net-mvc sql-server
You are not signed in. Login or sign up in order to post.
It is not indispensable even if CRUD is not basic.
– George Wurthmann
Procedure is not a requirement for any system.
– Lucas Brogni
It’s just that I’ve only seen examples of CRUD with fully developed banks with procedures, and I’m having some doubts as to how I should proceed in my case where my bank does not have the so-called.
– Nelson Francisco
I am sorry for your bad experience :) https://answall.com/a/15746/101 and https://answall.com/q/51956/101
– Maniero