Creating C# Classes at runtime

Posted by John Hartsock on Stack Overflow See other posts from Stack Overflow or by John Hartsock
Published on 2010-04-17T19:38:24Z Indexed on 2010/04/17 19:43 UTC
Read the original article Hit count: 133

Filed under:
|

Hello, I have been curious about dynamically create class at runtime in C# and stumbled across this article. http://olondono.blogspot.com/2008/02/creating-code-at-runtime.html I am curious to hear some pros and cons regarding construction of a class at runtime.

Any opinions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET