I recently joined a team that works on an ASP.NET MVC project .. they all work on Visual Studio 2008, but I have VS 2010 on my machine ... I'm going to invite all of us to switch to asp.NET MVC 2, but my question
Do they also need to upgrade to VS 2010, or will MVC 2 installation be simple enough so that we can all work on the same project at the same time? We use VisualSVN if that matters.
Edit: Just for clarification, I know about new additions to .Net 4 that will not work on .Net 3.5. How Razor View Engine syntax for HTML encoding and some other things
I do not plan to use any of these features.
My question is more focused on if I can continue to use VS 2010, or I should just uninstall it and install VS 2008 in order to be able to work with this team.
source
share