PreviousNext

Reflection optimization techniques

by bill-s, 2013-05-25T09:02:58.000Z

Reflection is one of the very powerful features in Microsoft .Net framework. It provides a rich set of APIs under the namespace “System.Reflection” for loading and handling assemblies and objects besides retrieving Meta data information such as method information, property information and attributes (annotations) dynamically at runtime.

Read More