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
Troubleshooting Team Foundation Server 2010 Beta 1 error TF255275
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
When installing Team Foundation Server 2010 Beta 1, you might run across the following error during the readiness check: Error [ Reporting ] TF255275: The following Web service for SQL Server Reporting Services could not be accessed...
Habib Heydarian's Blog @ Microsoft
DinnerNow.net 3.0 for Visual Studio 2008 SP1 and .NET Framework 3.5 SP1 is here!
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
It's been a very long time coming but the next version of DinnerNow.net is finally here! In case you haven’t heard of DinnerNow, it is a fictitious marketplace where customers can order food from local restaurants for delivery to their home or office...
Habib Heydarian's Blog @ Microsoft
Preventing SQL Injection Attacks with Visual Studio Team System 2010
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
There are numerous articles on the web that describe the perils of SQL Injection attacks and warn developers about the fact that "All Input is Evil!". If you are interested in reading more about what a SQL Injection attack is, Wikipedia has...
Habib Heydarian's Blog @ Microsoft
The quickest way to edit a Visual Studio project file
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Even though you are not supposed to manually edit a Visual Studio project file, there are times when you really don't have a choice. For example, sometimes upgrading a project from a previous version of Visual Studio fails and the only way to fix the...
Habib Heydarian's Blog @ Microsoft
Walkthrough: Using the Tier Interaction Profiler in Visual Studio Team System 2010
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In Visual Studio Team System 2010, we've made a huge number of improvements to the Profiler. In case you didn't know that Visual Studio Team System has a Profiler, see the documentation on MSDN. One of the major improvements that we have made to the Profiler...
Habib Heydarian's Blog @ Microsoft
Sticky DataTips: A new way to view variables in the Visual Studio 2010 debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
There are numerous ways to view variables in the Visual Studio debugger. You can use the Autos window, Locals window, Quick Watch, four different Watch windows, etc. In Visual Studio 2010, we've made it even easier to see the value of variables. Over...
Habib Heydarian's Blog @ Microsoft
NetCFSvcUtil.exe and Windows 7
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
NetCFSvcUtil.exe is the analogous of Svcutil.exe but for devices. You can use it to generate a WCF client from a WCF service. You can then consume the generated client code in a Windows Mobile application . Unfortunately, the current version of NetCFSvcUtil...
Habib Heydarian's Blog @ Microsoft
Moving code around in Visual Studio super fast [Video]
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
As a developer, one of the common tasks is move code around. In this video, I'll demonstrate how using the Outlining Expansion feature in Visual Studio makes it a whole lot easier to copy and paste entire methods or classes. The trick is using the CTRL...
Habib Heydarian's Blog @ Microsoft
Walkthrough: Adding an existing Visual Studio solution to another solution
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
Often, developers partition their applications into separate Visual Studio solutions in order to make managing the complexity of the overall application easier. Sometimes, the reverse is true. That is, you may want to combine several existing solutions...
Habib Heydarian's Blog @ Microsoft
Debug this! How a change in the cloud broke my application
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
For the first time, I experienced first hand one of the perils of making use of services in the cloud. One of the sample applications that I use here at Microsoft for designing and experimenting with new Visual Studio features is DinnerNow.net. DinnerNow...
Habib Heydarian's Blog @ Microsoft
Troubleshooting the dreaded "Unable to start program '%CSIDL_PROGRAM_FILES%\..." problem
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
If you have used Visual Studio to write Windows Mobile applications, you might have come across the following error message when you press F5 to start the debugger: --------------------------- Microsoft Visual Studio --------------------------- Unable...
Habib Heydarian's Blog @ Microsoft
Web Application Projects: No Help for you!
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
I always find these types of bugs amusing and somewhat ironic. The other day, I was doing some work with Web Application Projects. When I first tried to open the project, Visual Studio 2008 kindly warned me that in order to use IIS with my WAP, I need...
Habib Heydarian's Blog @ Microsoft
An in depth look at the Historical Debugger in Visual Studio 2010 (Part V)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
In the fifth installment of this series, I’m going to look at how to use the Historical Debugger to diagnose a Unit Test failure. The experience for using the Historical Debugger for debugging Unit Testing is somewhat similar to diagnosing a manual test...
Habib Heydarian's Blog @ Microsoft
How to avoid stepping into C++ class and function templates in the Visual Studio debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
There are a number of C++ libraries that make use of templates. STL, Boost, MFC and ATL are some of the well known libraries that make use of templates. One of the downsides of using these libraries is that they can make debugging tedious. Specifically...
Habib Heydarian's Blog @ Microsoft
How to select and edit multiple columns in Visual Studio 2008 [Video]
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
When I was at university, my editor of choice was Emacs, primarily because it was very keyboard friendly and I could pretty much do everything with a few key strokes. Once you got used to the modifier keys, editing and navigation in Emacs was effortless...
Habib Heydarian's Blog @ Microsoft
Importing and exporting breakpoints in Visual Studio 2010
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
2
Comments
In Visual Studio 2010, we have added the ability to import and export breakpoints. There are several scenarios where being able to import/export breakpoints is useful. For example, you can share breakpoints with other developers in your organization....
Habib Heydarian's Blog @ Microsoft
Visual Studio Debugger: Break When Expression has Changed
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
One of the lesser known features of the Visual Studio debugger is the ability to break when a variable or range of memory has changed. In a nutshell, the debugger checks the variable or the range of memory as each line or each instruction is executed...
Habib Heydarian's Blog @ Microsoft
An in depth look at the Historical Debugger in Visual Studio 2010 (Part IV)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
In this segment on the Historical Debugger, I’m going to focus on how the Historical Debugger can help in debugging Build Acceptance Test failures or what is commonly referred to as Build Verification Tests (BVTs). Imagine this scenarios: As part of your...
Habib Heydarian's Blog @ Microsoft
How to view the return value of a C# or VB method in the VS Debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
One of the questions that comes up frequently is how do I view the return value of a VB or C# method in the VS debugger? For example, let’s say that you have the following class: 1: public class Sphere 2: { 3: // Area = 4 * Area of Circle ...
Habib Heydarian's Blog @ Microsoft
An in depth look at the Historical Debugger in Visual Studio 2010 (Part III)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
2
Comments
In part III of the coverage of the Historical Debugger, I’m going to look at another scenario of the Historical Debugger which is the ability to record and playback manual test failures. One of the problems areas in software development that really impacts...
Habib Heydarian's Blog @ Microsoft
How to display the environment variables for a process in the Visual Studio debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
Every process in Windows has what’s known as an "environment block" that contains the process' environment variables and their values. Programmatically, you can display the environment variables for a process using the ::GetEnvironmentStrings...
Habib Heydarian's Blog @ Microsoft
Size Specifier: How to display a C/C++ pointer as an array in the Visual Studio debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Viewing a C/C++ array in the Visual Studio debugger is easy. You can expand the array in the Watch window (or any other variables window) and see its values. For example, let’s say you have the following C++ code: int _tmain( int argc, _TCHAR* argv[]...
Habib Heydarian's Blog @ Microsoft
The Charles Babbage Difference Engine
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
This week, I was in Silicon Valley to talk to a number of ISV customers about what’s coming up in Visual Studio Team System 2010 for C++ developers. I’ve always wanted to go to the Computer History Museum and this time, I had a couple of hours before...
Habib Heydarian's Blog @ Microsoft
An in depth look at the Historical Debugger in Visual Studio 2010 (Part II)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
1
Comments
In Part I of this post, I talked about the Application Event Recording capabilities of the Historical Debugger. In this segment, I’m going to look at another capability of the Historical Debugger which is Playback Debugging or what some people refer to...
Habib Heydarian's Blog @ Microsoft
An in depth look at the Historical Debugger in Visual Studio 2010 (Part I)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
2
Comments
In one of my earlier blogs, I introduced a new feature in Visual Studio 2010 called the Historical Debugger that truly transforms how you debug applications. In this blog and subsequent blogs, I’m going to cover in depth how and when to use the Historical...
Page 3 of 4 (80 items)
1
2
3
4