Heath Stewart has published on CodeProject a little but really useful utility called Shell Extensions for .NET Assemblies.
These shell extensions were written to help distinguish between .NET assemblies and Win32 libraries, as well as give extra information about the assemblies without having to drop to a command-prompt to use the SDK and CLR tools.
Provided in this library are:
- Overlay icons for .NET assemblies (.dll)
- Column handlers to show the public key token and specific type of .NET assemblies.
- Automation object for getting the above information in your own applications and libraries.
A nice work! 