Basics #8 + Winforms

We learned the String and Boolean types and some basic usage.

We saw functions advanced features:
(See C# 5.0 IN A NUTSHELL: page 42)
– Arrays as parameter
– int (primitive) as parameter
– ref
– out
– default values
– params
– destructuring parameters

We created our first Window Forms application
– Hello world!
– Colored in Green 🙂

Links:

 

Leave a comment