How 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 code block where you don’t to select all part of line or something like that, here is a Quick TIP For...
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 Visual Studio. We can use Document formatting to format the whole contents, but that doesn’t wrap...
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 us to identify the logics that can be refactored and can be rewritten in a common...
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 extended editor. You can view the definition of any particular type...
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 root cause of defect and finally solving them. While some of them are quite easy to...
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 of us and of course including developers. Sometimes we liked images in PowerPoint slides, we...
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 file is difficult. Tracking this will help us to understand where we are on...
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 and has lot of features that enhance our productivity. However, not everyone uses all these Visual...
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 in Visual studio. We don’t work across the solution / all projects together. So it’s is...
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 code block where you don’t to select all part of line or something like that, here is a Quick TIP For...
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 Visual Studio. We can use Document formatting to format the whole contents, but that doesn’t wrap...
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 us to identify the logics that can be refactored and can be rewritten in a common...
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 extended editor. You can view the definition of any particular type...
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 root cause of defect and finally solving them. While some of them are quite easy to...
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 of us and of course including developers. Sometimes we liked images in PowerPoint slides, we...
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 file is difficult. Tracking this will help us to understand where we are on...
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 and has lot of features that enhance our productivity. However, not everyone uses all these Visual...
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 in Visual studio. We don’t work across the solution / all projects together. So it’s is...
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 Code. Until now If we need to duplicate a line, we need to follow the standard...
View ArticleVisual 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 Article