Tag Reflection

03 Jan 2011

Creating Generic Objects Dynamically

I recently wrote some notes on how to create an object in a number of different ways, not just using the “new” keyword.This post was just to elaborate a little more on how to create an object with generics using IL. It should be easy to guess what is Read more
31 Dec 2010

Creating Objects Dynamically

Creating objects in .NET opens some interesting doors, of which is the point of this post. I have looked into 4 different ways of creating objects there are others! (Look at how objects are desterilised; I believe Castle Windsor also uses the same te Read more