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…
Code Clone helps you to identify the duplicate code with in the files, projects as well within solution. This helps…
Dependency Graphs in Visual Studio allows us to explore and understand the code in a better and visual way. In…
Visual Studio 2013 introduced a great feature that helps you to inspect all the functions / nested functions returns values…
One of the small and nice features of Visual Studio 2013 you will find is the automatic braces completion. This…
Watch window allows you to view the variables values in Hex Mode. This is very simple features, Just Right Click…
Once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort…
SQL CE is a free, embedded, lightweight database engine that enables easy database storage. This does not required any installation…