ASP.NET MVC Razor designer

后端 未结 7 1354
情歌与酒
情歌与酒 2020-12-23 16:04

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

7条回答
  •  不思量自难忘°
    2020-12-23 16:50

    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.

提交回复
热议问题