get consultation

C# 2.0
Class Syllabus

alt
Prerequisites

C# Advanced (C# L2)

alt
Class Length

8 hours

alt
Class Text Book

None.

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.