For the most part, I'm an ASP.NET developerI don't need to specify MVC or Web Forms, because it's all One ASP.NET its coreMy apps are often hybrids and include not just Web Forms or MVC but also SignalR and Web API.
Web Forms often gets picked on because of large View State, weird markup or maybe folks don't like the controls modelHowever, Web Forms has its place and it's getting even better with .NET 4.5.
Here's a little sneak peek of some cool ideas Damian Edwards and the team have been working on for the next version of ASP.NET As a place to start, remember that ASP.NET routing started in MVC and moved into core ASP.NET.
Routing is useful in all ASP.NET applications - MVC, Web Pages and Web FormsModel Binding...(
read more)

.