Converting ASP.NET web site to MVC2
Posted
by kapil
on Stack Overflow
See other posts from Stack Overflow
or by kapil
Published on 2010-03-10T14:32:51Z
Indexed on
2010/04/01
2:23 UTC
Read the original article
Hit count: 515
I have my existing web site developed using ASP.NET. It's college management system. Now I need to redevelop it on MVC2. What all changes do I need to do? I am little bit aware of MVC and have done some exercises also. Thing I know is I can keep my database intact but there will be massive changes at other places. WHat will be the better way to minimize the changes?
© Stack Overflow or respective owner