Visual Studio Tip: Quick Actions and Refactoring – Quickly convert...
Visual Studio 2017 IDE provides its own quick refactoring capabilities using Quick Actions and Refactoring. Refactoring is a procedure to reform our code without altering the functional intent and...
View ArticleQuickly navigate through Visual Studio IDE
You can quickly navigate through Visual Studio IDE with the help of some Keyboard shortcuts. Quickly navigate through Visual Studio files, Active Tool Windows are one of the key factors for development...
View ArticleQuickly Move Between Methods in Visual Studio
Similar to navigate around Visual Studio Files and IDE, You can quickly move between methods in Visual Studio. Faster navigation to codes, files, and IDE Tools Windows enable key productivity during...
View ArticleHow to select Block of Code in Visual Studio?
You can select line by line code very easily using mouse or keyboard. But if you want to copy some… The post How to select Block of Code in Visual Studio? appeared first on Daily .NET Tips.
View ArticleHow to Wrapping Code Block and Statements in Visual Studio ?
In this tips I am going to describe how you can automatically wrap up code blocks or code statement in… The post How to Wrapping Code Block and Statements in Visual Studio ? appeared first on Daily...
View ArticleCompare Clone Code in Visual Studio
Code Clone helps you to identify the duplicate code with in the files, projects as well within solution. This helps… The post Compare Clone Code in Visual Studio appeared first on Daily .NET Tips.
View ArticlePeek Definition in Visual Studio 2013 is now all about Ctrl + Click
“Peek Definition” improves the overall developer productivity by displaying the code definition with in the same code window as an… The post Peek Definition in Visual Studio 2013 is now all about Ctrl...
View Article10 Effective Debugging Tips for .NET Developer
As a developer, in our day-to-day development activities we spend good amount of time to debug our code, identify the… The post 10 Effective Debugging Tips for .NET Developer appeared first on Daily...
View ArticleHow to extract images from your PowerPoint slides ?
This post is not exactly related with the development, however this is one of the common needs to for all… The post How to extract images from your PowerPoint slides ? appeared first on Daily .NET Tips.
View ArticleKeep Track of your active files inside Solution Explorer – A Quick Visual...
While working in a large Visual Studio Solution with several numbers of projects, keeping track of currently active / working… The post Keep Track of your active files inside Solution Explorer – A...
View Article10 Visual Studio tips to improve your development productivity
As a .NET developers we spend a lot of time with our favorite IDE “Visual Studio”. It is very powerful… The post 10 Visual Studio tips to improve your development productivity appeared first on Daily...
View ArticleFocus on right section of the solution by Scoping your Solution Explorer in...
You may find this tip very handy and useful incase you are dealing with a large solution with several projects… The post Focus on right section of the solution by Scoping your Solution Explorer in...
View ArticleDid you know – Now you can duplicate Line of Code without losing your...
The recent release of Visual Studio 2017 Preview version introduced a very small but useful feature – Duplicate Line of… The post Did you know – Now you can duplicate Line of Code without losing your...
View Article