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.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.