Modify “Dirty Indicator”– Using Visual Studio 2010 Productivity Power Tool
“Dirty Indicator” is nothing but the indication of “Modified Unsaved” file in Visual Studio IDE. In Visual Studio 2010, by default dirty icon shows as “*”. Using productivity tool we can customize this...
View ArticleColor Indicator for Code Changes – Track Changes in Visual Studio 2010
“Track Change” one of the best interesting features in visual studio which indicates the code changes with a color indicator at the beginning of the line. Generally we know about the two color...
View ArticleHow to Use ASP.NET “Property Pages” to create or host a Silverlight...
While creating a Silverlight application in Visual Studio 2010, after providing the application name, IDE asked for whether you want to host the Silverlight application in a new ASP.NET web site or...
View ArticleDoes IntelliTrace support all the .NET Frameworks ?
I have been asked this question many times and also found many people have some confusion around different supported version of .NET framework by IntelliTrace debugging. As IntelliTrace is new features...
View ArticleTrack Changes and Advance Scroll Mode in Visual Studio 2010
In the recent update of Visual Studio 2010 productivity power tool there are few new interesting features introduced. You can download the Productivity tool from http://bit.ly/9nybU6 . There are...
View ArticleCustomizing Visual Studio Extension Icon in Visual Studio 2010
If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default icons are predefined ( As shown in below image ). In this post I am going to...
View ArticleIntelliTrace Log ( .iTrace ) files and Visual Studio 2010 SP 1– Some Hidden...
IntelliTrace debugging is only available with Visual Studio 2010 Ultimate Edition, which collects debugging information in background and can be used at any point to time to analysis previous...
View ArticleTracking Out of Scope Objects using DataTips while debugging in Visual Studio...
Visual Studio 2010 introduced a nice new “DataTip pinning” features that enable you to better track of variable and expression while debugging. I am sure by this time you must be knowing what is “Data...
View ArticleDevelopment With Kinect .NET SDK (Part IV) – Connecting Multiple Kinect...
This is the fourth post in the series of Development With Kinect .NET SDK. In few of my previous posts I have covered Setting up Kinect Devices and Getting Started with Kinect Development ( Part I) ,...
View ArticleUse Visual Studio 2010 to Profile your ASP.NET Application which is hosted on...
Most of all are well aware about command line profiling for ASP.NET Application using VSPerfASPNETCmd command line tool . This can easily profile your ASP.NET Web applications which is hosted on IIS....
View Article