The Future of C#
Live from the session:
Will cleanup later:
evolution
1.0 – 2.0 – 3.0
impedence mismatch – programming languages and data
LINQ
Trends: Declarative / Dynamic / Concurrent
Declarative Programming
Imperative –> Declarative How - What
Dynamic Languages
* Simple and succinct * Implicitly typed * Meta-programming * No compilation
Static Languages
* Robust [...]