The Wayback Machine - https://web.archive.org/web/20120301161806/http://www.codeguru.com:80/csharp/.net/net_general/assemblies/

    Assemblies

    Generate and add keyword variations using AdWords API

    Discover how to add different Keyword variations to Google AdWords platform.

    .NET Tip: Display Public Information for an Assembly

    Discover how to display the public information for an assembly. This will allow you to get a complete view of the assemblies you are using or creating.

    Determining Whether a DLL or EXE Is a Managed Component

    Learn how to check whether or not a component is a .NET managed component. Also, learn to get other information, such as dependent assemblies, from the metadata using Microsoft APIs and related COM interfaces.

    Using the .NET Fusion API to Manipulate the GAC

    Fusion is the code name for the .NET Framework sub-system responsible for locating and loading assemblies. It comes in handy for C++ developers who are working with the GAC.

    Assemblies in .NET

    Learn how to use C# to create shared .NET assemblies.

    [Updated] Deploy SQL Databases Easily with the Installer Class

    Discover a way to make SQL databases easy to deploy within a MSI file along with your applications.

    An MDI Template for .NET Applications

    Use the provided assembly to produce professional MDI applications.

    How to Use Attributes in C#

    Learn about the usage of attributes in C# and calling it from assemblies. It covers the whole scenerio of all types of custom attributes.

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

    Learn about the concept of assemblies in .NET.

    An Overview of Assemblies: .NET Programs

    If and when you start working with .NET, you will find that the applications you create are not quite the same as the ones you created previously.