Surround-with Code Snippets in Visual Studio
“Surround with” is a very nice features in Visual Studio IDE. The overall objective of this features is to surround…
“Surround with” is a very nice features in Visual Studio IDE. The overall objective of this features is to surround…
As I have been discussing about Refactor menu yesterday, Visual Studio comes up with really nice features on Refactoring code…
Visual Studio being an intelligent IDE does gives us a number of features that enhance the development of application as…
Visual Studio 2010 Profiler tool helps to create direct work item in TFS for specific Performance Report (.vsp) . Let’s…
Visual Studio Profiler generates Performance reports which contains the data for analysis of current profiler session. The information might be…
In my previous Tip I have discussed about Navigate Code Using Code Definition Window in Visual Studio . In this…
Code Definition Window is very useful features in Visual Studio. Most of the developers overlook it very easily. But this…
You are writing one application in Visual Studio which accepts some command line parameter to do some operation. You pass…