Summary

In this chapter we have explored the facilities that are available in the .NET Framework class library for generating both source code and assemblies dynamically. We have seen that there are two independent technologies for this purpose: CodeDom, which can generate source code or assemblies, and Reflection.Emit, which can only generate assemblies, but which is normally the preferred option for directly creating assemblies, on both performance and ease of coding grounds.



Advanced  .NET Programming
Advanced .NET Programming
ISBN: 1861006292
EAN: 2147483647
Year: 2002
Pages: 124

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net