by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for. In this part are explained generic methods and events.
by Eric Lynch
Extends .NET reflection to decode the byte array returned by System.Reflection.MethodBody.GetILByteArray(), discusses the techniques to achieve this, and provides a brief primer on .NET reflection.
by Huisheng Chen
Using reflection to dynamically verify if an assembly is in debug or release compilation
by Bill Menees
Use .NET's TypeToTypeInfoMarshaler to get a full .NET type with member information from an IDispatch-based COM object.
by #realJSOP
A tool to generate model and viewmodel classes directly from your selected database
by benji_dv
How to clear all events is quite simple. It needs a finger of reflection...
by Vlad Neculai Vizitiu
A discussion of "init" keyword introduced in C# 9