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 Pathfindermsvmuthu wrote 2 months ago: Today one of my colleagues called me for a very important (and common) doubt: He is unable to see th … more →
Ajay 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 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 →