Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My old app is big and written in Delphi and SQL Server 2005 now I want to rewrite (webapp)
Why should I use ORM instead of creating SQL queries (complex or nested)?
When I use ORM in web application ?
And a general question "mvc or webforms"?

Thanks
Posted
Updated 30-Apr-18 17:56pm

1 solution

MVC, for sure. It's amazing. So much better than web forms. As for the rest, I would use Entity Framework, just because it's pretty standard, and it works well. I guess the alternative question is, do you have a ton of stored procs written ? If so, writing a data layer for those procs might be quicker, esp if you are learning MVC, it might be good for the data layer to basically write itself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900