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

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.