I am introducing ASP.NET MVC to a new team and one of the questions that comes up often is \"Is there a designer view\"
Even if it\'s not for layout is there an IN v
No, in general you should try and steer clear from visual designers. The combination of HTML/CSS/Javascript is something that just cannot be done well with visual designers and the short term pain of learning these manually will be well worth it. Once you know these well you will be coding in a cleaner and quicker way. I often use Expression Web to do initial layouts before copying it to Visual Studio.