In the previous part, we investigated how we can get the details of an assembly and its containing types dynamically using the .Net Reflection technology. Author: unknown Code: ASP.NET v2.0
Reflection is ability to find information about types contained in an assembly at run time.In this article we will examine the basic and most commonly used features of reflection. Author: Bipin Joshi Code: C#