Tuesday, May 02, 2006 6:00 AM
I've recently finished part two of a series of articles on creating dynamic types with System.Reflection.Emit. Dynamic types are types, or classes, manually generated and inserted into an AppDomain at runtime, from within the program. The two articles are linked below.
Part 1:
http://www.codeproject.com/dotnet/Creating_Dynamic_Types.asp
Part 2:
http://www.codeproject.com/useritems/Creating_Dynamic_Types2.asp
I'm curious though. I've got ideas for two more articles, but dont know if people would be interested in them. The third article in this series would cover how to create an Aspect Oriented Programming framework via Reflection.Emit. And the fourth article would go over how to debug dynamic types. Would anyone be interested in these topics?