Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

We have a N-tier architecture Web Application and now we needs to migrate that project to MVC architecture, please suggest is there any way.

Thanks.
Posted
Updated 11-Jun-12 20:57pm
v3

Can we convert a N-tier application in to MVC Architecture,
If you understand the change asked, it would be simple to say it cannot be converted automatically using a tool or so as they are two separate architecture and design. You have to start from scratch and re-design your whole application.

if not please suggest any other ways.
What other way? Create a new project and implement MVC architecture. You can also use MVC for it.


These would help:
Microsoft: Learn ASP.NET MVC[^]
Sample MVC ASP.NET Application[^]
Make your first ASP.NET MVC Web Application [^]
Videos: ASP.NET MVC 3[^]

To know about MVC and how does it helps/fit in ASP.NET, read this[^].

For MVC pattern, then have a look at this[^].
 
Share this answer
 
Stretch your figures... Make up your mind... and start coding... :)
 
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