Windows shell extension with C#

A Raymond’s post: Do not write in-process shell extensions in managed code. A recent follow-up: Now that version 4 of the .NET Framework supports in-process side-by-side runtimes, is it now okay to write shell extensions in managed code? The bottom line is, no, it is not okay: The Guidance for implementing in-process extensions has been … Read more