The Wayback Machine - https://web.archive.org/web/20111101203449/http://www.codeguru.com:80/csharp/csharp/cs_syntax/inheritance/

    Inheritance

    .NET Tip: Restrict the Access to Your Properties!

    Stop unwanted changes to your properties! Discover how to you can stop worrying about accidentally changing values, while still allowing multiple views into your classes!

    Remoting Chat Application

    The application is designed using .NET remoting framework 1.0. .NET remoting provides a very powerful framework for the distributed application.

    C# Inheritance with the New Modifier

    Overview of the new modifier and how it's used to override methods in derived classes