How to dynamically Create Generic C# Object Using Reflection bysantosh •February 28, 2015 In this post, we’ll explore how to dynamically create instances of generic classes using C# reflection. This technique can be handy when you need to work with generic types where the type arguments are not known at compile tim…