I am researching on combining the existing ASP.Net web forms based application with MVC.
The future development or enhancements will be done by using ASP.NET MVC4.0.
Is it possible to have both the technologies in one web application solution??
Need expert guidance on the application architecture and structure.
we have existing application in asp.net (web forms aspx pages)
for future modules we are targetting MVC 4.0 design approach , need some article how to start with???
we have existing application in asp.net (web forms aspx pages)
for future modules we are targetting MVC 4.0 design approach , need some article how to start with???
Giro
Member
47 Points
77 Posts
ASP.NET Web forms and MVC4.0
Nov 06, 2012 07:28 AM|LINK
Hi Team,
I am researching on combining the existing ASP.Net web forms based application with MVC.
The future development or enhancements will be done by using ASP.NET MVC4.0.
Is it possible to have both the technologies in one web application solution??
Need expert guidance on the application architecture and structure.
Thanks.
Girish
ignatandrei
All-Star
137682 Points
22147 Posts
Moderator
MVP
Re: ASP.NET Web forms and MVC4.0
Nov 06, 2012 11:38 AM|LINK
start with MVC4 project . Add webforms one by one. Recompile.
Giro
Member
47 Points
77 Posts
Re: ASP.NET Web forms and MVC4.0
Nov 06, 2012 12:32 PM|LINK
we have existing application in asp.net (web forms aspx pages)
for future modules we are targetting MVC 4.0 design approach , need some article how to start with???
Please provide some samples or references.
Thanks.
Ruchira
All-Star
44305 Points
7186 Posts
MVP
Re: ASP.NET Web forms and MVC4.0
Nov 10, 2012 02:07 PM|LINK
Hello,
Check the below posts.
http://www.hanselman.com/blog/IntegratingASPNETMVC3IntoExistingUpgradedASPNET4WebFormsApplications.aspx
http://www.devproconnections.com/article/aspnet2/mvc-and-web-forms-two-great-tastes-together-
http://www.packtpub.com/article/mixing-aspnet-webforms-and-aspnet-mvc
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.