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 Pathfindersalviashish wrote 3 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 10 months ago: Visual Studio offers a powerful debugger to aid with testing and troubleshooting your applications. … more →
Ajay Matharu wrote 10 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 11 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 12 months 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 →
Ajay Matharu wrote 1 year ago: Hi, Many a times we find it difficult to debug big applications. If we run the application it takes … more →
Ajay Matharu wrote 1 year ago: If you’ve got to have everything line up just right, turn on guidelines and get everything pix … more →
Ajay Matharu wrote 1 year ago: When comments exist for a method or class, they are displayed in the IntelliSense pop up shown in be … more →
Ajay Matharu wrote 1 year ago: Don’t be limited to plain text. You can paste strings into Visual Studio as comments, string, … more →
Ajay Matharu wrote 1 year ago: The clipboard ring is not the only copy and paste feature in Visual Studio; a number of shortcut key … more →
Ajay Matharu wrote 1 year ago: Normal text selection is done on a line-by-line basis; it is impossible to select parts of multiple … more →
Ajay Matharu wrote 1 year ago: When you copy and paste text in any application, you are usually limited to copying and pasting one … more →
Ajay Matharu wrote 1 year ago: If you are addicted to your setting in Visual Studio, then you can even import and export your setti … more →