- What is a CLR metadata in a managed module?
- How a .NET assembly works
- Life cycle of a managed module
- Win32 executable vs .NET executable
While I was browsing for the understanding of metadata in terms of .net technology, I wanted to know about the .net metadata myth; it is great to a grasp what the metadata is and the way a managed module is built, loaded and ran. I couldnt find much over bing/google. Except for a few blogs or that how the CLR loads objects; that were a bit challenging to understand.