Posted on: 8/4/2014 1:16:00 PM | Views : 1425

Today, the Visual Studio team announced the release of RTM version of Visual Studio 2013 Update 3.  Our team added a few useful features and did some bug fixing in this update to improve the web development experience. 
Our team also released Azure SDK 2.4 SDK today, you can read the detail here.
Microsoft ASP.NET and Web Tools 2013.3Added Scaffolding Support for ASP.NET 5.2 technologies (MVC, Web API)With this update, scaffolding will correctly detect what are the versions of NuGet packages that the project is using. For example, if the project is still using ASP.NET MVC 5.1.2, then scaffolding will use 5.1.2, instead of 5.2.
JSON editor improvementsAdded Auto-formattingAuto formatting is now part of the JSON editor and is turned on by ...

Go to the complete details ...