Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 Express C# limitations

I am trying to develop the nerddinner mvc website, so I downloaded Visual Studio 2010 Express but I do not see an option for MVC or even asp.net website. Can I download this for Visual Studio?

like image 419
JOhn Avatar asked Jan 22 '11 23:01

JOhn


People also ask

Is Visual Studio compatible with C?

Visual Studio Code is a lightweight, cross-platform development environment that runs on Windows, Mac, and Linux systems. The Microsoft C/C++ for Visual Studio Code extension supports IntelliSense, debugging, code formatting, auto-completion. Visual Studio for Mac doesn't support Microsoft C++, but does support .

Is Visual Basic 2010 Express free?

This software is a free IDE (Integrated Development Environment) specifically created for programming students. Microsoft has released later versions of Visual Studio such as Visual Studio 2015. For the best course experience, please only use the 2010 Express version as described below.

What is Visual C# 2010 Express?

Microsoft Visual C# 2010 Express 10.0 The Microsoft Visual C++ 2010 Redistributable Package installs the runtime components of the Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual Studio 2010 installed. Enables the work of components on older machines.

What is Visual C++ Express 2010?

Visual C++ 2010 Express is a free set of tools that developers can use to create custom applications using basic and expert settings. Visual C++ is a powerful development environment that's designed to give you detailed control when you build either native Windows (COM+) applications or .


2 Answers

Visual web developer express is what your looking for

http://www.microsoft.com/express/Web/

like image 150
stephen776 Avatar answered Oct 08 '22 02:10

stephen776


Visual Studio 2010 Express will let you work on WinForms, Libraries, Etc in C#, VB.NET, and even C++.
Visual Web Developer Express will let you work on ASP.NET web applications in both C# and VB.NET

However the Microsoft website calls them both "Visual Studio 2010 Express", they are differentiated by "Windows" and "Web"

Both are free

like image 20
Chase Florell Avatar answered Oct 08 '22 04:10

Chase Florell