Showing tag results for C#

Mar 5, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #1

Visual Studio Team
Visual Studio Team

Following the //Build conference last year I posted “Addressing Visual Studio Performance” to gather your feedback on Visual Studio performance and to discuss with you those areas you felt were important for us to improve. Next, I posted “An update on Visual Studio Performance” about some of the work we are doing and promised you a set of entries a...

Debugging and DiagnosticsC#Visual Basic
Feb 23, 2012
Post comments count0
Post likes count0

Introducing the New Developer Experience

Visual Studio Team
Visual Studio Team

UPDATE: We hear you. There’s a lot of excitement about this release and a lot of passion about colors, designs, styles and icons. Know that we are listening to all your comments here, across social media and we are working hard to make Visual Studio 11 a fast, powerful and feature-rich product. Keep the comments coming, both good and bad. We are re...

Debugging and DiagnosticsC#
Nov 1, 2011
Post comments count0
Post likes count0

Debugging Contracts using Windows Simulator

Cathy Sullivan
Cathy Sullivan

All of you might be pretty busy discovering what Windows 8 has to offer. Today I will introduce you to debugging Contracts, one of the cool features in Windows 8. It is hard to debug contracts when you are debugging locally because they disappear as soon as the focus is lost. So, as you hit a breakpoint in Visual Studio for your app, the target ...

Debugging and DiagnosticsJavaC#
Oct 19, 2011
Post comments count0
Post likes count0

Roslyn Syntax Visualizers

Visual Studio Team
Visual Studio Team

Hello everyone! As you may have heard, today we announced the first CTP of the Roslyn project! You can visit the Roslyn MSDN Page to learn more about the project and to download the CTP. You can also read more about Roslyn at the following links - In this post I will present a brief overview of two samples that are installe...

.NETDebugging and DiagnosticsC#
Oct 19, 2011
Post comments count0
Post likes count0

Introducing the Microsoft “Roslyn” CTP

Visual Studio Team
Visual Studio Team

Today we are releasing the first Community Technology Preview of the Roslyn Project! What is Roslyn? In the past, our compilers have acted as black boxes – you put source text in and out the other end comes an assembly. All of that rich knowledge and information that the compiler produces is thrown away and unavailable for anyone else to use. ...

C#ExtensionsVisual Basic
Oct 11, 2011
Post comments count0
Post likes count0

Visual Studio 11 Developer Preview: Search Everywhere

Visual Studio Team
Visual Studio Team

During usability studies on previous versions of Visual Studio, we found many users were spending quite a lot of time browsing long lists of data from files in Solution Explorer to controls in the Toolbox, errors or warnings in the Error list, menus, bugs, etc. More often than not you know what you want but finding it in the list can be tedious. Vi...

C#Node.js
Oct 6, 2011
Post comments count0
Post likes count0

Improving developer productivity with Visual Studio 11 Developer Preview

Visual Studio Team
Visual Studio Team

One of the things we’ve been doing in Visual Studio 11 Developer Preview (VS11) is focusing on ways to increase developer productivity and improve the performance of VS. Through careful observation of developers using Visual Studio and through talking to developers, we learned that one of the ways we could improve developer productivity would...

Debugging and DiagnosticsC#Node.js
Sep 14, 2011
Post comments count0
Post likes count0

Visual Studio 11 Developer Preview Announced

Abdullah Hamed
Abdullah Hamed

Today in his keynote at BUILD, Jason Zander announced the availability of the .NET Framework 4.5 Developer Preview, Microsoft® Visual Studio® 11 Developer Preview and Microsoft® Team Server Preview.  If you are an MSDN subscriber, you can download the preview immediately via this link. For everyone else, Visual Studio 11 and Team Foundation Server ...

.NETC#F#
Aug 24, 2011
Post comments count0
Post likes count0

How we use your PerfWatson data to identify Unresponsive areas

Visual Studio Team
Visual Studio Team

At the end of April, we released a telemetry system to monitor and report the performance issues that our customers face during their everyday use of the product. To start off, I would like to thank everyone who installed Visual Studio PerfWatson! These reports have provided valuable insight into where you are encountering issues, and have helped u...

Debugging and DiagnosticsC#Performance
Apr 4, 2011
Post comments count0
Post likes count0

F# Code-First Development with Entity Framework 4.1

Visual Studio Team
Visual Studio Team

By Jack Hu As the word “code-first” implies, the EF 4.1 offers a code centric data programming paradigm. From a coder’s point of view, it requires little effort to map a very clean object model to a database. This style of programming is idea for explorative, bottom-up kind fsharp programmers. Since EF 4 CTP4 release, there have already been man...

C#ASP.NETSQL