Is there an add-in for the VSIDE that allows you to visually construct ASP.NET MVC solutions? Back in my struts days there were a number of options that made hooking together Views/Models/Controllers easy and interactive.
+1
A:
There is tooling support in MVC tools for VS 2008/2010 which helps in performing common tasks, such as Add Area, Add Controller, Add View, Go To View, etc ...
they all use current context when creating artifacts. For example, when you are using "Add View" you can choose to create strongly typed view and perform operation you want (CRUD) over Model data passed to it.
Not 100% visual in a way that you can draw diagram of controllers, views and models and hook them together.
Not sure if this answers your question but if you are familiar with the tools, it will probably be helpful to others.
Dragan Panjkov
2010-04-14 21:49:18
I agree this exsits, but I'm think more about a visual way to plug everything together. You could see the relationship between the various Views/Controllers ... the types flowing around. Set Attrbiutes interactively.
Nissan Fan
2010-04-14 21:55:16