Showing tag results for Visual Studio

Apr 21, 2014
Post comments count0
Post likes count0

TypeScript 1.0 Released and Open for Contributions

Visual Studio Team
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 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
Apr 4, 2014
Post comments count0
Post likes count0

The Release Candidate for Visual Studio 2013 Update 2

Visual Studio Team
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 31, 2014
Post comments count0
Post likes count0

Windows Embedded Compact 2013 now available for Visual Studio 2013

Visual Studio Team
Visual Studio Team

As announced recently on the Windows Embedded blog, the Windows Embedded Compact 2013 product is now generally available. This update release includes integration to the latest Visual Studio 2013 through updated platform builder and application builder, inbox WiFi device driver for TI SDP44xx and debugging features. Visual Studio 2013 provides a...

Visual StudioDebugging and DiagnosticsVisual Studio 2013
Mar 13, 2014
Post comments count0
Post likes count0

Blend for HTML Behaviors and Actions

Visual Studio Team
Visual Studio Team

Blend for Visual Studio 2013 introduces a feature to HTML developers that may be familiar to those who already work with XAML: Behaviors. When attached to HTML elements, Behaviors add life to an application by executing a JavaScript event handler. Developers can choose from a wide variety of ready-to-use Behaviors or create their own. For example, ...

Visual StudioJavaJavaScript
Feb 28, 2014
Post comments count0
Post likes count0

Visual Studio Online early adoption period extended!

Visual Studio Team
Visual Studio Team

When we announced Visual Studio Online back in November of 2013 , we wanted to thank all those developers who trusted the service from the beginning—ever since the early Team Foundation Service bits were deployed. That’s why we decided that all of the Visual Studio Online early adopters should enjoy the service without limitation until March 14, 20...

Visual Studio
Feb 25, 2014
Post comments count0
Post likes count0

Try the Visual Studio 2013 Update 2 CTP 2

Visual Studio Team
Visual Studio Team

The Visual Studio 2013 Update 2 CTP 2 is ready for you to download and try. Our team remains committed to delivering regular improvements to Visual Studio 2013 through new capabilities and bug fixes. The update for Visual Studio 2013 offers improvements in a number of areas including Team Foundation Server, testing tools, the debugger, Entity Fr...

Visual StudioVisual Studio 2013Update
Feb 17, 2014
Post comments count0
Post likes count0

Introducing Bing Code Search for C#

Visual Studio Team
Visual Studio Team

Download the extension now from the Visual Studio Gallery Update: For the folks who have extensions that replace the Visual Studio IntelliSense experience, you can still access the feature using 'ALT-A' as a shortcut or assign the 'Tools.LaunchSnippetSearch' command to a shortcut of your choosing (under Tools->Options->Environment->Keyboar...

Visual StudioJavaJavaScript
Jan 23, 2014
Post comments count0
Post likes count0

Auto History Extension in Visual Studio 2013

Visual Studio Team
Visual Studio Team

Have you ever found yourself wishing you could roll back a few hours to a piece of code you had working but have made changes to? You were “in the flow” and you haven’t checked anything in to your source control system (or perhaps weren’t using source code control on your project)? We are pleased to announce the availabilit...

Visual StudioExtensionsXAML
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