Appendix: Handig om weten
Visual Studio snippets
Bepaalde code zal je vaak opnieuw schrijven. Er zitten in VS tal van shortcuts om deze typische lijnen code sneller te schrijven. Schrijf een van volgende stukken code en druk dan 2x op de [tab]-toets:
cw
: schrijftConsole.WriteLine()
;for
foreach
while
dowhile
switch
///
: automatisch methode commentaar blokpropfull
: full propertyprop
: auto-propertyctor
: constructortry
: geeft een try-catch blok