Making Stuff Faster
Design, Code, Database Performance

Introduction to Creating Dynamic Types with Reflection.Emit parts 1 and 2

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?


Feedback

# re: Introduction to Creating Dynamic Types with Reflection.Emit parts 1 and 2

Just wanted to tell you great articles.

Cheers,

Greg 5/3/2006 6:43 PM | Greg Young

Post a comment