Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
q1. is there a way to use mvc3 in vs 2008, or do we need to upgrade to vs 2010.
q2. is it safe to start a mvc web application for a company to control the imprest account. Can we change the coding part in mvc
Posted

A1. VS 2010 is required for the development, according to http://www.asp.net/whitepapers/mvc3-release-notes#software-requirements[^].
During run time and even for builds you don't need Visual Studio at all, only the (redistributable) .NET Framework 4.0 or later.

[EDIT]

Alternatively, you can use the open-source IDE called SharpDeveleop. According to its documentation, you can develop with MVC 3 using the version 4.2 or later. Please see:
http://www.icsharpcode.net/opensource/sd/whatsnew.aspx[^],
http://www.icsharpcode.net/opensource/sd/whatsnew.aspx[^],
http://www.icsharpcode.net/[^].

[END EDIT]

A2. You might be aware of the business of that company, not the people reading your questions. It may depends on a number of the factors unknown to us.

—SA
 
Share this answer
 
v3
Comments
Espen Harlinn 19-Aug-12 9:00am    
Well answered :-D
Sergey Alexandrovich Kryukov 19-Aug-12 20:10pm    
Thank you, Espen.
--SA
a1) I can confirm, that latest SharpDevelop is supporting MVC3 development. But you can also use Visual Web Developer 2010 Express[^], if fits your needs.
a2) I don't know what the "imprest account" is, but I consider MVC3 platform to be even better for use in a real-word business environment than asp.net web forms. Form many reasons.
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 19-Aug-12 2:08am    
Good points. About the VS Express I somehow forgot, thanks for reminding. My 5.
--SA
Zoltán Zörgő 19-Aug-12 5:22am    
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900