News

Visual Studio 2013 Update 1 Now Available

Update 2 is not far behind, either.

The first update to the latest version of Visual Studio is ready for download. Visual Studio 2013, Update 1 is a fairly small update by Visual Studio standards, mostly containing bug fixes, along with a few new features.

Microsoft Technical Fellow Brian Harry said in a blog entry that the update is "focused primarily on getting VS 2013 working better with versions of IE prior to IE 10."

Some of the new features that may be of interest to developers include:

  • A new version of Microsoft ASP.NET Web Frameworks and Tools (version 5.0.11213.0). It adds editing support for ASP.NET MVC 5.1 on top of all existing functionality from the Web Framework and Tools 5.0 release.
  • A new version of Nuget, 2.7.2. It fixes a bug which caused certain packages to fail when running package restore, update or uninstall.
  • Another Web tool, SignalR 2.0.1, which includes new item templates.
  • IntelliTrace Viewer users should note that it's been updated to support Internet Explorer 9.

One product that wasn't updated, but will be soon, Harry wrote, is Team Foundation Server (TFS). Although Update 1 doesn't include anything new for TFS, Update 2, which he said is "very close behind" Update 1, will have a new version of TFS. A Community Technology Preview (CTP) for Update 2 should be just around the corner, Harry predicted. The TFS update is focused around Agile Project Management and Git tooling.

Visual Studio 2013 was originally released last October. It came quickly on the heels of Visual Studio 2012, being one of Microsoft's first major products to conform to Redmond's new paradigm of more frequent but smaller product releases. Update 1 was first announced last Dec. 9.

You can get Visual Studio 2013 Update 1 from the Microsoft Download Center.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube