Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I am new to MVC architecture.
I have some following queries.

1)I have developed one website using three tier architecture i.e (Presentation Layer,BAL,DAL)
Can I convert this website into MVC pattern If Yes then HOW?

2)sample codes for MVC developmet.


Thanks
Posted
Comments
Jameel VM 12-Sep-13 5:09am    
You can reuse the same BL and DAL in the New MVC project.
Jameel VM 12-Sep-13 5:09am    
before do it please understand about what is MVC?

Yes, you could reuse those layers. Here check these for more details. You could find more details in web.

ASP.NET WebForms and ASP.NET MVC in Harmony[^]
Migrating ASP.NET Web Forms to the MVC Pattern[^]
 
Share this answer
 
Read this : CodeProject[^] u will get quick idea..! :)
 
Share this answer
 
For saving time please check it

MVC 4 Development C#
 
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