Showing tag results for C#

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
Sep 16, 2013
Post comments count0
Post likes count0

Notifications in Visual Studio 2013

Visual Studio Team
Visual Studio Team

One of the benefits to having a connected IDE is that your environment can be kept up to date easily by presenting you with notifications of updates and relevant account information. Visual Studio will not only keep your environment up to date but also keep you in control of your preferred configurations. There are two main avenues for presentin...

.NETVisual StudioC#
Jun 8, 2012
Post comments count0
Post likes count0

Visual Studio Express 2012 for Windows Desktop

Visual Studio Team
Visual Studio Team

With Visual Studio 2012, we strive to provide the best development experience across all Microsoft platforms. This includes enabling developers to bring to life the richness of Windows desktop applications - whether you are learning to build your first app or whether you’ve been developing on Microsoft platforms for many years. A few weeks ago, ...

C#Visual BasicVisual Studio 2012
Apr 6, 2012
Post comments count0
Post likes count0

Improving how we update Visual Studio

Visual Studio Team
Visual Studio Team

A common piece of feedback we’ve gotten is to make it easier to find and acquire bug fixes and updates – basically, how we can bring more improvements to more customers, more promptly, and more easily. As you can imagine, there are many factors to balance here, ranging from the kinds of updates we should offer, how frequently we should offer them, ...

C#Update
Mar 19, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #3

Visual Studio Team
Visual Studio Team

Welcome back to the 3rd and final part of the Visual Studio 11 Beta Performance series. This week’s topic is Debugging. As I mentioned in the 1st post debugging is a key component in your continuous interaction with Visual Studio and we heard from you that the compile, edit and debug cycle had hiccups and was sluggish. I would like to introduce Tim...

Debugging and DiagnosticsJavaJavaScript
Aug 17, 2011
Post comments count0
Post likes count1

High school students at the Academy of Interactive Entertainment build a WP application from scratch in a week

Visual Studio Team
Visual Studio Team

By Alice LeeDeveloping a full-fledged Windows Phone app in one week – that’s pretty ambitious, right?Last week, at the Academy of Interactive Entertainment (AIE)’s weekly Summer Cyber Camp, a team of talented high and middle school students set out to do just that. I followed them for one week, documenting the process of creating ...

C#Windows Phone
May 25, 2011
Post comments count0
Post likes count0

TechEd 2011: Visual Studio vNext Sneak Preview

Visual Studio Team
Visual Studio Team

In case you missed it, last week at TechEd 2011 in Atlanta, GA, I gave conference attendees a first look at some of the new IDE features and performance improvements we’re working on for the next version of Visual Studio.  Channel9 has posted the session (along with all the other TechEd sessions) so everyone else can now watch the presen...

C#Visual BasicF#
Apr 13, 2011
Post comments count0
Post likes count0

Async CTP (SP1 Refresh)

Visual Studio Team
Visual Studio Team

By Robin Reynolds-Haertle This morning, we released an updated version of the Visual Studio Async CTP (SP1 Refresh) that’s compatible with Visual Studio 2010 SP1 and Windows Phone 7! What Is the Visual Studio Async CTP (SP1 Refresh)? The Async CTP previews a language feature that is in the next version of Visual Basic and C#. By using this fe...

C#Visual BasicVisual Studio 2010
Jul 15, 2010
Post comments count0
Post likes count0

MSBuild Known Issues

Visual Studio Team
Visual Studio Team

Since the release of Visual Studio 2010 we have received a few reports of crashing behavior which can be traced back to issues with MSBuild.  We’ve analyzed all of these and there are several particular cases where a crash can occur.  We’ve also added a notification to Windows Error Reporting to help guide those who hit these ...

Debugging and DiagnosticsC#Node.js
May 19, 2010
Post comments count0
Post likes count0

Visual Studio Managed Multi-Targeting: Part 1: Concepts: Target Framework Moniker, Target Framework

Visual Studio Team
Visual Studio Team

In prior versions of Visual Studio, before Visual Studio 2010, the projects could only target .NET Framework versions v2.0, v3.0 and v3.5 therefore it was, mostly, sufficient to identify a framework only with its version. This is changing with Visual Studio 2010 – now projects will be able to target not only current versions of the .NET Frame...

C#Visual Studio 2010