Reputation: 21406
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
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