1

I'm coming from java so this is entirely new to me. I have Visual C# 2010 Express installed and I'd like to create a ASP.NET MVC 3.0 (which I downloaded and installed) application. Is that possible? Should I install Visual Web Developer instead?

1
  • 1
    I was hoping in some kind of "plug-in" architecture. I guess Visual C# and Web Developer share a lot of code, so it should be simple to just add pieces. Oh well. Commented Aug 22, 2012 at 15:06

3 Answers 3

4

Yes. To create Web Apps, you need Visual Web Developer Express. Visual C# 2010 Express if for console applications and windows forms application.

You can install Visual Studio 2012 Express edition which includes ASP.NET MVC 4 from here.

Sign up to request clarification or add additional context in comments.

Comments

2

I believe you need to install Visual Web Developer, yes. Basically Visual C# Express is for non-web apps, IIRC.

Note that if you're going to install a new version anyway, you might as well upgrade to VS 2012 which is now available (including in Express editions).

Comments

0

Please , visit http://www.asp.net/mvc and follow steps in Overview

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.