Thursday, June 29, 2006

Practical Uses of .NET Reflection

New to .NET Reflection? Following are good articles to start with:
  1. Part 1
  2. Part 2
  3. Practical Uses of .NET Reflection
In short, some of .NET Reflection Practical Uses:
  • Custom Collection Sorting
  • Designing Plug-in architecture
  • Designing External tools that operates on Codes - Lutz Rodeder's Reflector, FxCop, Nunit
  • Visual Studio uses in Property Dialog
  • Examine assembly at runtimes

No comments: