|
Home
Courses
Prices
Certifications
Instructors
Articles
About Us
Survey
Evaluation
Contact Us



|
C# 2.0
Class Syllabus
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.
Prerequisites:
C# Advanced (C# L2)
Class Length:
8
hours
Class Text Book:
None.
Class Topics:
Introduction
Generics
Iterators
Anonymous Methods
Delegate Inference
Property and Index Visibility
Static Classes
|
|