Web Solutions in Visual Studio 2013

Great feature in VS2013 for Web Developers. Web solutions were merged into a single option in Visual Studio 2013.

The need to distinguish different types of Web Projects is in the past, as ASP.NET was the core Runtime supporting them.

In VS2013 we can start a project say with Web Forms and later decide to add an MVC Controller or Web Api Controller to it.

 

On the other hand, there new cool Project Templates to start working with, like Facebook Apps:

image

No Comments