Visual Studio offers a powerful debugger to aid with testing and troubleshooting your applications. One of the most common uses of a debugger is to set breakpoints, which are positions in the code tha… more →
The PathfinderAjay Matharu wrote 10 months ago: Visual Studio offers a powerful debugger to aid with testing and troubleshooting your applications. … more →
Ajay Matharu wrote 11 months ago: Normally when you use “ctrl + f” and search for results, you have to navigate one by one … more →
Ajay Matharu wrote 11 months ago: Many a times you find the need to navigate to the function definition from the function call to see … more →
Ajay Matharu wrote 11 months ago: Regular expressions are an extremely versatile text-matching language that gives you incredible powe … more →
Ajay Matharu wrote 11 months ago: Hi guys, do you know you can use already ready code inside your visual studio? Yes certainly you can … more →
Ajay Matharu wrote 12 months ago: Task list comments are a great way to remind you or others of something that still needs to be done … more →
Ajay Matharu wrote 1 year ago: There are a few hidden gems in Visual Studio that are easy to overlook. One of those is the Code Def … more →
Ajay Matharu wrote 1 year ago: Last week I told you guys about, Extract Method. Today I am going to talk about Encapsulate Field in … more →
Ajay Matharu wrote 1 year ago: Refactoring is very essential part of coding. You need to refactor your code, to give optimal result … more →
Ajay Matharu wrote 1 year ago: Every good developer knows how to use his tools. He knows what can be done, which are the shortcuts, … more →