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

    Operators

    Parsing Is Easy: Base C Sharp Classes and Expressions Calculator

    Learn about parsing, and creating classes and expressions.

    Extending Outlook Functionality with a .NET Add-In

    Interacting with Office functionality in a .NET application can add a new level of functionality while providing the user with familiar methods of getting work done. Explore extending Outlook via a sample add-in.

    Microsoft Outlook Integration with C#.NET

    Interacting with Office functionality in a .NET application can add a new level of functionality while providing the user with familiar methods of getting work done. In Part One of this series, explore a sample WinForms Outlook contact management application.

    Implementing a Decimal-to-Fraction Class with Operator Overloading

    Learn how to implement a Fraction's class—which is ideally suited for overloaded operators and how to overload operators in Visual Basic.

    .NET Tip: Create a Class with Overloaded Constructors

    Overloading the constructor of a class, which is the method called when you instantiate an object, ensures that your object is populated with all the information it needs to operate properly.

    [Updated] Using Nullable Types in C#

    The next release of C# (ECMA-334, 3rd Edition) includes the ability to use nullable data types. If you are unfamiliar with nullable types, this introduction is for you!

    Overloading Operators in VB.NET 2.0

    VB.NET 2.0 enables you to utilize overloaded operators, which not only are easy to implement but also can provide your classes with intuitive operators. Learn how to use this powerful feature.

    Overloading Operators in C#

    One of these concepts included with C#, but not with Visual Basic .NET, is the ability to overload operators.