CRUD Needs the Procedure

Asked

Viewed 50 times

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

    It is not indispensable even if CRUD is not basic.

  • 1

    Procedure is not a requirement for any system.

  • 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.

  • 1

    I am sorry for your bad experience :) https://answall.com/a/15746/101 and https://answall.com/q/51956/101

1 answer

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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.