C# 2.0
Class Syllabus
Prerequisites
C# Advanced (C# L2)
Description
This class will introduce you to C# 2.0. This is the next version of C# that is introduced with Visual Studio 2005 (Whidbey).
The topics include generics (which allows you to write type-independent code similar to templates in C++), iterators (which makes use of generics), anonymous methods (which allows to implement a delegate without creating a function), delegate inference (which allows you to create delegate objects easier), property and index visibility, and static classes.