.NET Assembly Format: Too Tight?
I am playing with the binary format of .NET assemblies, described here. .NET metadata is stored inside regular Windows executable PE file. I explored PE file format in detail when […]
I am playing with the binary format of .NET assemblies, described here. .NET metadata is stored inside regular Windows executable PE file. I explored PE file format in detail when […]
Here is the link
The Mysterious Hang article has been updated. Prompted by an e-mail from a reader, I added a paragraph on how to solve the problem.
I was working with some integration project where menus of the shell and a plugin are merged a-la MDI. Both menus are ToolStrips. We used ToolStripManager.Merge() to merge them. It […]