Visual Studio tips and tricks

Click for: original source

Visual Studio is an Integrated Development Environment (IDE) developed by Microsoft which is used to code,debug and run the respective applications. Visual Studio supports around 36 programming languages (at time of writing) and the advantage of using Visual Studio is that the code editor and debugger will support all these programming languages and also it supports cross-platform. By Suhas Parameshwara.

The article provides some interesting tips and tricks that can be used in Visual Studio:

  • Project templates
  • Code snippets
  • Document health indicator
  • Code cleanup
  • IntelliCode
  • Vertical selection
  • Solution filter

… and more. For full list click to the original article. Nicely done!

[Read More]

Tags web-development programming app-development