February 2016
After today you will know more about the language that powers the following platforms:
and these...
Value Types
Reference Types
Overview
Class vs Struct
Variables
Parameters
Access Modifiers
Some Other Modifiers
Interfaces
Constructors
Garbage Collection
Overview
Generic Collections
Custom Generics
Overview
Method Signature
Lambdas
Extension Methods
public static int WordCount(this String str)
Conditionals Overview
Looping Overview
Overview
Overview
Overview
Overview (con't)
from num in numbers where num % 2 == 0 orderby num select num;