C# Reflection with Generics
If you find yourself writing a lot of the same code (or copy/pasting it) for similar constructs, you should probably consider using generics. It allows you to write a base class full of functionality that is basically the same across all of different classes, but in a way that doesn’t tie you to a specific … [Read more…]