Showing results for Tag : C#

Apr 16, 2014
Post comments count0
Post likes count0

Enhancements to Debugging and Profiling in Visual Studio 2013 Update 2

Daniel Moth
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 14, 2014
Post comments count0
Post likes count0

Using Visual Studio to build Universal XAML Apps

Visual Studio Team
Visual Studio Team

At the Build conference, we announced the release of the new converged Windows Phone 8.1 and Windows 8.1 platforms. As a developer, this means you can now build XAML and HTML universal apps that run on both Phone and Tablets by sharing a significant amount of code and content. To enable building universal apps, we added a number of new features to ...

C#HTMLXAML
Apr 8, 2014
Post comments count0
Post likes count0

Building Windows Phone 8.1 Apps in HTML

Visual Studio Team
Visual Studio Team

Last week at the BUILD conference, we announced that you can now build apps for Windows Phone 8.1 using HTML, CSS, and JavaScript using much the same techniques you use for building Windows 8.1 Store apps today. To help you build these apps, we’ve made many improvements to Visual Studio 2013 and Blend for Visual Studio 2013. In this post, we highli...

Visual StudioDebugging and DiagnosticsJava
Jan 15, 2014
Post comments count0
Post likes count0

Visually Creating Snippets

Visual Studio Team
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
Dec 19, 2013
Post comments count0
Post likes count0

Productivity Power Tools for Visual Studio 2013

Visual Studio Team
Visual Studio Team

Those following the Visual Studio 2013 launch may have noticed that we've taken your UserVoice feedback seriously and brought more Productivity Power Tools into the core Visual Studio experience. We selected the all-time favorites: Enhanced Scrollbar, Move-line and Brace Completion; polished and improved them for prime-time. Once we wrapped up w...

Visual StudioJavaC#
Oct 31, 2013
Post comments count0
Post likes count0

Updates to Editor Enhancements in Visual Studio 2013

Visual Studio Team
Visual Studio Team

In Visual Studio 2013 we have added many new features to the editor. To get a low down on how these features can help enhance productivity checkout our previous post on Visual Studio 2013 New Editor Features as well as What’s new in Visual Studio 2013 – IDE on MSDN. Today, we want to share updates to these features that you will see in the final...

Visual StudioJavaC#
Jul 26, 2013
Post comments count0
Post likes count0

Enabling IntelliSense for Mobile Services JavaScript in Visual Studio

Visual Studio Team
Visual Studio Team

In a previous post , we shared the new Windows Azure Mobile Services integration and capabilities in Visual Studio 2013. These include the ability to edit your Mobile Services table scripts. In this post, we describe how you can enable IntelliSense on your server side scripts in Visual Studio. This is a capability that isn’t integrated in Visual St...

.NETJavaC#
Jul 24, 2013
Post comments count0
Post likes count0

MSBuild is now part of Visual Studio!

Visual Studio Team
Visual Studio Team

We made a number of exciting changes to MSBuild for Visual Studio 2013, including rethinking the fundamental relationship between MSBuild, Visual Studio, and the .NET Framework. MSBuild has shipped as a component of the .NET framework since it was first introduced in 2005 with .NET 2.0, despite the fact that it is, first and foremost, a development...

.NETC#Visual Studio 2013
Jul 18, 2013
Post comments count0
Post likes count0

Visual Studio 2013 Diagnostics Investments

Daniel Moth
Daniel Moth

this post, and the posts it links to have been updated for VS 2013 RTM - enjoy! Hi, I am Daniel Moth, a Program Manager in Visual Studio. I don’t know about you, but I usually spend more time (and more fun time in fact!) in the debugger than I do in actually constructing my app. Perhaps that is the reason I also work on the Visual Studio Diagnos...

.NETDebugging and DiagnosticsJava
Jul 15, 2013
Post comments count0
Post likes count0

Visual Studio 2013 New Editor Features

Visual Studio Team
Visual Studio Team

[10/31/2013 : Updates to these features can be found in the latest post on Updates to Visual Studio 2013 Editor Enhancements] In Visual Studio 2013, we have introduced new features that boost productivity and save time when working inside the Editor. Some of these are new features and some are the most popular extensions from Productivity Power ...

JavaC#JavaScript