Hannah Montana: ASP.net Web Forms & MVC in 3D
At my current day job at Getty Images, we're currently developing a new web application in ASP.net MVC. On the whole, it's pretty cool and it allows one to avoid many of the shortcomings of poorly designed web forms apps. Unfortunately, my real estate web app code base isn't new (and I think its design improves every time I check something in).
The dilemma I'm facing is should I rewrite my decent & improving ASP.net web forms app as an ASP.net MVC app? Sure, ASP.net MVC better supports TDD and custom view engines, but I'm not quite sure that's enough...