Changing the Search Scope to find and replaces external files easily in Visual Studio ?
You can change the scope of the search boundary for your Find and replace dialog control inside Visual Studio. And…
You can change the scope of the search boundary for your Find and replace dialog control inside Visual Studio. And…
This is a very handy tip for every developer incase you want to save content from the output window to…
Breakpoint is used to notify debugger where and when to pause the execution of program. You can delete multiple Visual…
The recent updates of Application Insights tool for Visual Studio has several improvements. In the previous post we have seen…
The recent updates of Application Insights tool for Visual Studio now supporting viewing stack trace inside the Application Insights Search …
We often used Pinned Tabs features to pinned the frequently used files in editor windows and access them quickly. Recently…
Couple of days back I shared a tip on Persevering and Separating the pinned tabs in Visual Studio. Where you…
Here is another handy and quick tip that can you help you to avoid accidental copying blank line of code. …