I’ve been doing quite a lot of work with C# reflection recently. Reflection is nifty stuff. It’s cool to have code that can inspect itself, execute itself dynamically.
I’ve been using reflection to create applications that use “plug-ins”. For example, …
Read More