Quantcast
Channel: Productivity Tips – Daily .NET Tips
Browsing all 42 articles
Browse latest View live

Quickly 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 Article


Quickly 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 Article


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 Article

How 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 Article

Compare 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 Article


Peek 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 Article

10 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 Article

How 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 Article


Keep 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 Article


10 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 Article

Focus 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 Article

Did 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 Article

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… The post How to select Block of Code in Visual Studio? appeared first on Daily .NET Tips.

View Article


How 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 Article

Compare 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 Article


Peek 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 Article

10 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 Article


How 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 Article

Keep 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 Article

10 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 Article
Browsing all 42 articles
Browse latest View live