Visual Studio code editor tip: comment block of code

Posted: (EET/GMT+2)

 

Here's a simple tip for those of you using Visual Studio to write .NET code: to comment a block of code, first select the block and then press Ctrl+K,C to comment it. To uncomment, one has to press Ctrl+K,U. Simple and effective!