c# - Is there any designer to declare View in ASP.NET MVC in drag and drop way like in WinForms, WPF or Windows Phone applications? -
i learn asp .net mvc using tutorial: http://www.asp.net/mvc/tutorials/mvc-music-store
there few problems , 1 creating view in not comfortable way in desktop wpf, windforms, windows phone applications. visual studio or blend or microsoft's ide provides more drag , drop way declare view in asp.net mvc?
the main problem here drag&drop designers manipulate components, , asp.net mvc not component-based. have couple html helpers here , there, there no components manipulate in first place. plus, asp.net mvc framework terse, there few helpers , templates provided out of box. relies heavily on code things lists (@foreach(...)), whereas asp.net webforms relies on components repeater, , pretty have write lot of stuff yourself, in end thing because not bound many limitations of components asp.net webforms provides.
perhaps little explanation can make more clear why there no drag&drop editors asp.net mvc.
Comments
Post a Comment