Sunil
Sunil

Reputation: 21406

Create MVC app in Visual Studio 2013 Express for Web

Does Visual Studio 2013 Express for Web allow creating MVC applications and hybrid apps that are MVC as well as usable on mobile devices?

Upvotes: 1

Views: 3380

Answers (1)

Jimmy
Jimmy

Reputation: 28396

VS2013 Express for Web allows for creating any ASP.NET projects that the full version can create. This includes MVC, WebForms, and WebAPI. It is a perfectly viable tool for any web site; the features you'll miss from the full version are tooling features such as performance and code analysis, extensibility features (of VS), etc.

Upvotes: 3

Related Questions