Showing tag results for .NET

Aug 4, 2014
Post comments count0
Post likes count0

Visual Studio 2013 Update 3 RTM Available

Visual Studio Team

Today we released Update 3 for Visual Studio 2013 (you can read more on Brian Harry’s blog and Soma’s blog). To upgrade you can either download the update or install a full version of Visual Studio 2013 with Update 3 already installed from these links: In addition to new features, this update also offers reliability fix...

.NETDebugging and DiagnosticsJava
Jul 2, 2014
Post comments count0
Post likes count0

Update 3 Release Candidate for Visual Studio 2013

Visual Studio Team

Today we’re announcing the Release Candidate for Visual Studio 2013 Update 3, which is now available for download; direct links for these downloads are at the bottom of this post. You can read more about the announcement on Brian Harry’s blog, this Channel 9 video, and on the Visual Studio 2013 Update 3 RC release notes. As with all VS updates, Upd...

.NETVisual StudioDebugging and Diagnostics
Jun 12, 2014
Post comments count0
Post likes count0

New Memory Usage Tool for WPF and Win32 Applications

Visual Studio Team

In Visual Studio 2013 we added a tool in the performance and diagnostics hub to enable you to analyze memory usage for Windows Store apps built using XAML. Since last fall, we’ve gotten requests to support WPF and Win32 apps. Today we’re happy to share the progress we’ve made on these requests by enabling WPF and Win32 app support in last week’s Vi...

.NETVisual StudioXAML
Jun 3, 2014
Post comments count0
Post likes count0

Visual Studio “14” CTP now available

Visual Studio Team

Today we released Visual Studio “14” CTP, an early preview of the next version of Visual Studio. You can find the Visual Studio and .NET release announcements on Soma's blog. We’re pretty early on in development, but wanted to start to show some of the new features we’re thinking about and get feedback. To get started, downloadthe CTP (also availab...

.NETVisual StudioC#
May 12, 2014
Post comments count0
Post likes count0

Visual Studio 2013 Update 2 is here!

Visual Studio Team

We’re excited to share that the final release of Visual Studio 2013 Update 2 is ready to download. If you are already using Visual Studio 2013 then you’ll soon have a notification waiting for you in the notification hub to start the download and install Update 2 for Visual Studio 2013. If you haven’t started using Visual Studio 2013 you can get all...

.NETVisual StudioDebugging and Diagnostics
Apr 21, 2014
Post comments count0
Post likes count0

TypeScript 1.0 Released and Open for Contributions

Visual Studio Team

Recently, we announced the release of TypeScript 1.0. In addition, we’re excited to say that TypeScript is now taking code contributions from the community. This is a significant milestone for the TypeScript project and team! TypeScript is a superset of JavaScript that adds types to JavaScript to make it easier to build large-scale JavaScript ap...

.NETVisual StudioDebugging and Diagnostics
Apr 16, 2014
Post comments count0
Post likes count0

Enhancements to Debugging and Profiling in Visual Studio 2013 Update 2

Daniel Moth

Less than a year ago, I gave you a quick overview of the many investments we made to debugging and profiling in Visual Studio 2013 RTM and got some great feedback from you about what we’d done. Now, with Visual Studio 2013 Update 2 RC available for download, I wanted to run you through the enhancements we have made since last summer. We’ve done a l...

.NETDebugging and DiagnosticsJava
Apr 4, 2014
Post comments count0
Post likes count0

The Release Candidate for Visual Studio 2013 Update 2

Visual Studio Team

Release candidate of Visual Studio 2013 Update 2 is now available to download. This update supports TFS 2013 Update 2 RTM as well as the Windows 8.1 Update 1 and Windows Phone 8.1 platform releases announced yesterday. Checkout Somasegar’s blog where he talks about these new releases, the .NET Native preview release, TypeScript 1.0 and more. Brian ...

.NETVisual StudioJava
Mar 3, 2014
Post comments count0
Post likes count0

Announcing Office Developer Tools for Visual Studio 2013 – March 2014 Update

Visual Studio Team

Today at SharePoint Conference 2014, we are thrilled to announce that Office Developer Tools for Visual Studio 2013 – March 2014 Update is available to download! The March 2014 Update ships with a ton of new features that improves support for Office 365 Cloud Business App and apps for Office/SharePoint in Visual Studio 2013. Download the Office ...

.NETDebugging and DiagnosticsJava
Jan 15, 2014
Post comments count0
Post likes count0

Visually Creating Snippets

Visual Studio Team

Get the new Snippetizer DevLabs Extension here Snippets are a fun and easy way to quickly add code into your app. Snippets are commonly used, small blocks of code that represent a particular action or pattern that developers find useful, ranging from simple try-finally or if-else to entire classes or methods. To insert a code snippets you start w...

.NETVisual StudioJava