The Wayback Machine - https://web.archive.org/web/20111028062329/http://www.codeguru.com/csharp/csharp/cs_syntax/anandctutorials/

    Anand C# Tutorials

    Mobile/PocketPC Development Jump Start

    Learn to start developing for the PocketPC and other mobile devices using Visual Studio .NET 2003.

    C# FAQ 1.6 - What are Identifiers and Keywords?

    Learn about Identifiers and Keywords in C#

    [Updated] C# FAQ 1.5 - What is an Assembly?

    Learn about the concept of assemblies in .NET.

    [Updated] C# FAQ 1.4 - How Do I Work with Namespaces?

    Learn how to apply namespaces in your C# programs.

    Interacting with COM Components Using C#

    Learn about COM components and their application in C#.

    Event Handling in C#

    Examine the concept of events in detail with the help of relevant examples.

    Working with Files in C#

    Get practical with C# by using it to access file information, create subdirectories, and more. You'll also learn to read and write from basic files.

    Exception Handling in C#

    Learn about the usage of various exception handling statements in C# with the help of relevant listings.

    Working with Interfaces in C#

    Learn about the concept behind interfaces in C# with the help of relevant listings.

    Working with Structures, Enumerations, and Inheritance in C#

    Examine the concept behind Structures, Enumerations, and Inheritance in C#.

    Working with Arrays in C#

    Anand continues his series of articles on C#. In this installment, learn about arrays. As a bonus, he also covers command line arguements.

    Understanding Classes, Methods, and Properties in C#

    Anand discusses the basic object oriented constructs within C# -- classes.

    Getting Started with C#

    In learning a new programming languages, you have to start somewhere. Anand presents both the tools needed for C# development and the legendary "hello world!" program.

    C# and Intermediate Language

    C# programs are compiled to become Intermediate Language (IL). In this article, you'll see what IL code is generated by a simple C# 'Hello World' program.

    Introducing Microsoft .NET

    Microsoft is moving forward with its .NET strategy. In this first of a series of articles on programming in C#, Anand introduces .NET and builds the foundation for .NET C# development.