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:
- Solution to HomeWork
- String and Boolean types and examples
- Functions – advanced features
- Lesson Summary Video
- Home Work!
