Sign in
Habib Heydarian's Blog @ Microsoft
Program Manager for Microsoft Robotics, Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Announcements
Code Analysis
Debugging
DinnerNow.net
Historical Debugger
IntelliTrace
Performance Tuning
Team System 2010
Technology
Visual Studio 2008
Visual Studio 2010
VSTS Administering
VSTS Developing
Windows 7
Windows 8
Archive
Archives
September 2011
(1)
December 2009
(1)
November 2009
(2)
October 2009
(8)
September 2009
(6)
August 2009
(13)
July 2009
(23)
June 2009
(22)
February 2009
(1)
November 2008
(1)
October 2008
(1)
September 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Habib Heydarian's Blog @ Microsoft
Just released: Patch to make NetCFSvcUtil.exe work on Windows 7 (and other operating systems)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In an earlier blog post , I mentioned that NetCFSvcUtil.exe (available as part of Power Toys for .NET Compact Framework 3.5) is broken on the following operating systems: Window 7 RTM Windows Server 2008 R2 Windows Vista SP2 Windows Server 2008 SP2 Specifically...
Habib Heydarian's Blog @ Microsoft
Windows 7 RTM Training Kit For Developers is here!
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
If you are a developer and you are planning to write applications for Windows 7, then one of the best places to start is the Windows 7 Training Kit For Developers which was released today. The Window 7 Training Kit has everything you need to get started...
Habib Heydarian's Blog @ Microsoft
Visualize project dependencies with the Team System 2010 Architecture Explorer
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
As early as Visual Studio 2002, Visual Studio has supported the ability to see the dependencies between projects in a solution. However, the experience is somewhat clunky in that you can only see the dependencies one project at a time. In the example...
Habib Heydarian's Blog @ Microsoft
PDC 2009: Developing Quality Software using Visual Studio Team System 2010
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Software quality is a subject that is near and dear to my heart. At PDC 2009 this year, there is full day workshop on how to use Visual Studio Team System 2010 to develop high quality software . I'm really excited about this workshop since it covers a...
Habib Heydarian's Blog @ Microsoft
How to debug an exception with the Visual Studio 2010 Historical Debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In a previous blog , I covered how to debug a LINQ to SQL query using the Historical Debugger. In this blog, I'll discuss using the Historical Debugger to debug an exception. The are a couple of reasons why the Historical Debugger is so useful when it...
Habib Heydarian's Blog @ Microsoft
Catch string formatting bugs with Visual Studio Team System 2010
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
Formatting strings is a very common task in .NET development. Examples include formatting dates and currencies, composing a HTML response, creating error messages, etc. One of the downsides of string formatting is that if done incorrectly, you can end...
Habib Heydarian's Blog @ Microsoft
Discover dead code in your application using Code Analysis
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Last weekend, I spent a good 30 minutes trying to figure out why I wasn't hitting a breakpoint in a method. Admittedly, I wasn't very familiar with the code since I hadn't written it. It turned out that the method wasn't being called from anywhere, so...
Habib Heydarian's Blog @ Microsoft
Debugging 101: How to skip over code in the Visual Studio Debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
One of the questions that comes up regularly on newsgroups is "How do I skip over a section of my code in the Visual Studio debugger?" The answer depends on the meaning of the word "skip" but in general, there are three ways that you...
Habib Heydarian's Blog @ Microsoft
Use UML Sequence Diagrams in Team System 2010 to reverse engineer your code
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
One of the new features that we have added in Visual Studio Team System 2010 is the ability to create a new UML Sequence Diagram as well as generate one from existing code. I'm not going to go into too much detail on what a UML sequence diagram is since...
Habib Heydarian's Blog @ Microsoft
Quick Tip: How to move a breakpoint in the Visual Studio debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Setting a breakpoint in the Visual Studio debugger is as simple as placing your cursor on a line of code and pressing F9. However, once you've set the breakpoint, how do you move it to a different location since clicking on the breakpoint will delete...
Habib Heydarian's Blog @ Microsoft
Visual Studio 2010 RIP List (Partial)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
6
Comments
Like any software product, with every new release of Visual Studio, we add numerous new features to support additional scenarios, improve existing features based on customer feedback and occasionally, we remove some features based on a number of factors...
Habib Heydarian's Blog @ Microsoft
Walkthrough: Measure the performance of your JScript code with Team System 2010
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In Visual Studio Team System 2010, one of the new features that we have added to the Profiler is the ability to measure the performance of JScript code that runs in the browser. This means that if you have a web application that contains ASP.NET AJAX...
Habib Heydarian's Blog @ Microsoft
The anatomy of the Historical Debugger Navigation Bar (Navbar)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In a recent Channel 9 10-4 video, Brian Keller introduced the Historical Debugger in Visual Studio Team System 2010. One of the features that he described in his video was the Historical Debugger Navigation Bar (Navbar) which he used to step back in the...
Habib Heydarian's Blog @ Microsoft
The Visual Studio Output window: It has more to offer than meets the eye
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
2
Comments
At first glance, the Visual Studio Output window appears to be a boring tool whose only role in life is to display status information. However, look more closely and you will find that it provides several features that can be extremely useful. Below,...
Habib Heydarian's Blog @ Microsoft
Use Code Analysis to measure the quality of sample code
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
Sample code is great because it allows you to quickly get up to speed with a new technology or learn how an API works and sometimes, you might even use some of the code in your own application. The major downside of reusing sample code is that most often...
Habib Heydarian's Blog @ Microsoft
How to install and configure the DinnerNow.net 3.0 sample application [Video]
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
About two weeks ago, version 3.0 of the DinnerNow.net sample application was released and I covered the release in this blog . Since then, there have been close to 800 downloads of the application. To help people ramp up on DinnerNow, I've created a short...
Habib Heydarian's Blog @ Microsoft
Walkthrough: Debug a WPF window or Windows Form without running your application [Video]
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Most Windows GUI applications share a common trait. They all have multiple forms and/or dialogs. In the screenshot below, this simple application alone has four WPF windows. If I want to debug the main window, that's easy. I just press F5 and the main...
Habib Heydarian's Blog @ Microsoft
Code Analysis and NaN (Not a Number)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Code Analysis in Visual Studio Team System can be extremely helpful when it comes to pointing out subtle bugs that are hard to detect even via code inspection. One example is dealing with NaN. NaN which stands for Not a Number , represents a constant...
Habib Heydarian's Blog @ Microsoft
Mixed Mode Debugging for 64-bit Applications
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In Visual Studio 2008 and earlier releases, one of the key complaints is that the debugger doesn't allow you to debug 64-bit mixed mode (managed and native) applications. In fact, if you try to debug a 64-bit mixed mode application, you will see an error...
Habib Heydarian's Blog @ Microsoft
Debugging LINQ to SQL queries using the Historical Debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
I've covered the Visual Studio 2010 Historical Debugger extensively in a few of the previous posts. In this post, I'll cover how the Historical Debugger makes debugging LINQ to SQL queries a lot more convenient. If you are trying to debug a LINQ to SQL...
Habib Heydarian's Blog @ Microsoft
Fun with Breakpoints in the Visual Studio Debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
Once in a while, I come across a feature in the debugger where I ask myself: "I wonder if anyone knows about this feature!" Yesterday, I came across just such a feature: Did you know that the debugger can play a sound when a breakpoint is triggered...
Habib Heydarian's Blog @ Microsoft
Managing Breakpoints in Visual Studio 2010 using Breakpoint Labels
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
2
Comments
One of the new features that we've added to the Visual Studio 2010 debugger is the ability to manage breakpoints more effectively. You might say that the existing Breakpoints window is a fine tool for being able to manage your breakpoints. After all,...
Habib Heydarian's Blog @ Microsoft
Debugging WPF applications in Visual Studio 2010 using WPF Tracing
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In an earlier blog , I described how to use the new WPF Visualizer to debug WPF applications in Visual Studio 2010. We've added another feature that further improves the debugging experience for WPF applications. The Visual Studio 2010 debugger can now...
Habib Heydarian's Blog @ Microsoft
Visual Studio Team System 2010 Profiler and Virtual Machines: Error VSP1454 is no more!
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Prior to Team System 2010, if you try to profile an application on a virtual machine (e.g. Virtual PC, Hyper-V, VMWare) using sampling mode, this is the error that you will see: Unfortunately, if you want to use sampling mode, you're pretty much stuck...
Habib Heydarian's Blog @ Microsoft
New Visual Studio Debugger 2010 feature for C/C++ Developers: Using string functions in conditional breakpoints
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
This should make many C/C++ developers happy when Visual Studio 2010 becomes available (you can download Visual Studio 2010 Beta 1 right now). In previous versions of Visual Studio, one of the complains that we've received is that developers want to use...
Page 2 of 4 (80 items)
1
2
3
4