visual studio 2010 - Is there any graphical designer for ASP.NET MVC? -
i guess people use visual studio had same reaction when created first asp.net mvc project: did design view end up?
when using classic web forms develop application in visual studio, design view handy, helps create user controls , other components in webpage drag , dropping item toolbox design page. although not allow positioning , advanced styling, dreamweaver instead, useful feature if want avoid painful html formatting , css styling (or not have knowledge of html).
is there way use graphic designer create view layout , integrate design "logic" part of view (the 1 uses model populate/submit data from/to controller)?
i guess people use visual studio had same reaction when created first asp.net mvc project: did design view end up?
not @ all. never used design view in classic web forms , when migrated mvc didn't make difference. , not this, doesn't make sense use anymore. happy there no designer messing code anymore. have enough headaches intellisense, if use designer touches code behind scenes things messy. need working intellisense completes tags , ideally understands html5.
as far designing web pages concerned may take @ expression tools.
Comments
Post a Comment