Share on Twitter Share on Facebook Share on LinkedIn

Code Snippets

In C# you can type code snippet 'keywords' then press tab and Visual Studio will auto generate some of the code for you.

prop, TAB, TAB to generate the skeleton of a property ctor, TAB, TAB to generate a blank constructor.

There are a ton of code snippets you can use. These are just a couple of common onces I tend to use.

Expand/Close all

Other tips