HI..
Let me know is there any tools used in MVC??
If so let me know some examples..thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhavik SolankiPosted Nov 21, 2011, 7:50 AM
in 2010 .net i think in build mvc is there but for razor you need to download from microsoft website
mvc 3.0 razor
for sample example use my blog i am sure it will help you
link asp.net mvc 3.0
Regards,
Bhavik solucky
Prabhu RajaPosted Nov 12, 2011, 3:34 AM
You can download MVC Tools from
http://www.microsoft.com/download/en/details.aspx?id=1491
Manoj SevdaPosted Nov 12, 2011, 12:48 AM
You can get lot of functionality in latest version of Visual Studio 2008 or 2010. Visual Studio Express provides a free development tool that makes MVC development easy.
Prabhu RajaPosted Nov 10, 2011, 2:47 AM
Latest Version of Visual Studio is enough.
You can get Everything on MVC from : http://www.asp.net/mvc
Jean PaulPosted Nov 10, 2011, 2:12 AM
The IDE assists us in creating the Model View and Controller.
Additionally, there is one ASP.NET MVC Tools
http://weblogs.asp.net/shijuvarghese/archive/2011/04/13/asp-net-mvc-3-tools-update.aspx
It helps us in creating MVC applications based on Entity Framework.