Mixing ASP.NET Webforms and ASP.NET MVC - Maarten Balliauw
3/27/2009
<div><div><div style="float:right"><img alt ="" src="http://images.pageglimpse.com/v1/thumbnails?devkey=82c14bf10b5f9d544e78661ac2d355d2&url=http://www.packtpub.com/article/mixing-asp.net-webforms-and-asp.net-mvc&size=small&root=no&nothumb=http://dotnetshoutout.com/Assets/Images/pg-preview-na.jpg"/></div><div>Ever since Microsoft started working on the ASP.NET MVC framework, one of the primary concerns was the framework's ability to re-use as many features as possible from ASP.NET Webforms.
In this article by Maarten Balliauw, we will see how we can mix ASP.NET Webforms and ASP.NET MVC in one application and how data is shared between both these technologies
Not every ASP.NET MVC web application will be built from scratch.
Several projects will probably end up migrating from classic ASP.NET to ASP.NET MVCThe question of how to combine both technologies in one application arises—is it possible to combine both ASP.NET Webforms and ASP.NET MVC in one web application? Luckily, the answer is yes.</div></div><div style="padding-top:4px"><a rev="vote-for" href="http://dotnetshoutout.com/Mixing-ASPNET-Webforms-and-ASPNET-MVC-Maarten-Balliauw"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http%3a%2f%2fwww.packtpub.com%2farticle%2fmixing-asp.net-webforms-and-asp.net-mvc" style="border:0px"/></a></div></div>.
Similar articles
DotNetShoutout - Latest published stories
Your First ASP.NET MVC Application - Maarten Balliauw
<div><div><div style="float:right"><img alt ="" src="http://images.pageglimpse.com/v1/thumbnails?devkey=82c14bf10b5f9d544e78661ac2d355d2&url=http://www.packtpub.com/articl...
DotNetShoutout - Latest published stories
ASP.NET MVC Domain Routing - Maarten Balliauw
Ever since the release of ASP.NET MVC and its routing engine (System.Web.Routing), Microsoft has been trying to convince us that you have full control over your URL and routing. This is true to a cert...
DotNetShoutout - Latest published stories
ASP.NET MVC Chained Controller Factory - Maarten Balliauw
My last post on the REST for ASP.NET MVC SDK received an interesting comment… Basically, the spirit of the comment was: “There are tons of controller factories out there, but you can only use one at a...
DotNetShoutout - Latest published stories
REST for ASP.NET MVC SDK - Maarten Balliauw
Earlier this week, Phil Haack did a post on the newly released REST for ASP.NET MVC SDK. I had the feeling though that this post did not really get the attention it deserved. I do not have the idea my...