Reflection
Assemblies are the core units of deployment. At design time, we can examine the set of reference assemblies in CIL code with a couple of external tools, Reflector, and ildasm, to peek into the underlying metadata, MSIL code, and manifest. Hence, the triggering point behind writing this article is to gain an understanding of how […]