
Automatically calling a method when a breakpoint is hit
While debugging the applications in visual studio, in may instances it many require to call a specific method when a…
While debugging the applications in visual studio, in may instances it many require to call a specific method when a…
As we wind up with year 2013, and entering into a new year, I wish you and your family a…
Sorting and Removing the unused namespaces is a general coding standard guideline. We maintained this for all the files where…
“Peek Definition” improves the overall developer productivity by displaying the code definition with in the same code window as an…
In our previous post (View Help with in Same Code Window – Peek Help), we have seen one excellent productive…
Peek Help feature enables the Visual Studio 2013 users to view the code help ( MSDN documentation ) with in…
In one of our previous tip (Changing Code Information Indicator Styles in Visual Studio 2013), we have seen how we…
Code Clone helps you to identify the duplicate code with in the files, projects as well within solution. This helps…