Getting Assembly information from a file is easy if you follow along with this article.
Latest Assemblies Articles
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.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.