Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 381 Bytes

File metadata and controls

9 lines (7 loc) · 381 Bytes

Chapter 11. Tricks and Hacks

In the current chapter we are going to see some tricks, hacks and techniques, which will make our work with C# easier in the Visual Studio IDE. In particular we will see:

  • How to properly format our code
  • Conventions for naming elements in the code
  • Some keyboard shortcuts
  • Some code snippets
  • Techniques to debug our code