1
Reply

Your Perfect Example here: http://www.c-sharpcorner.com/Uplo

Yaniv Lugassy

Yaniv Lugassy

Jul 11 2015 4:29 AM
388
Hi,
I'm a bit confused.
I started building an asp.net web application.
it works fine but it is a spaghetti code :(
 
i saw your great article (in the subject) and i have some questions:
1. is 3 architecture is the best design pattern for web apps? (MVP,MVC,MVVM) 
2. if i will convert my code according to your article, do i need to create for each aspx page a dal class and bussiness class? (such as the userDal class you have created)
3. is it better to use storeprocedure for all querys (select,update,insert ect') in the dal layer?
 
Thank you very much,
Yaniv 
 

Answers (1)