reflection

5/2008 30
Reflecting your assemblies in an ASP.Net web site
It never fails.  You need to reflect through all of the assemblies in you web site and you find that the reflection is missing some of the classes.
Read the rest of this entry
11/2011 29
Using Type.GetType in the .Net Framework
I was recently working on a project where we needed a System.Type object based on settings in the application configuration file.
Read the rest of this entry