C# Basic Concepts
- learn the basics of C# from applications to signatures.
C# Coding Solutions
- learn to make effective use of classes, design patterns, functors,
and interfaces.
C# Delegates
and Events
- explains C# delegates and their applications in anonymous methods,
asynchonous method calls, events, multicast delegates, threads, and
Win32 callbacks.
C#
Regular Expression Recipes - learn some common
solutions to regular expression problems (System.Text.RegularExpressions)
in the C# language.
C# String Theory
- explains all about the String and StringBuilder
classes.
BCL Generics -
learn about the new generic implementations in the Base Class
Library (BCL) namespaces: System.Collections.Generics
and System.Collections.ObjectModel.
C# Generics Recipes
- learn when and where to use generics and find recipes for using
generics to solve problems.
Understanding
Generics - learn the usage and benefits of generics
to define a class and method without specifying a particular type.