贴几个CodeDOM的链接
先来个Delphi的:The CodeDOM and the Delphi for .NET IDE 通过OTA在IDE里浏览CodeDOM。作者是Borland的工程师(他的BLOG)
在A Look At CodeDOM这篇BLOG里有很不错的链接,质量很高的。
MSDN http://msdn.microsoft.com/netframework/programming/bcl/上有个叫CodeDOM Test Suite的,This suite is used to test the CodeDom within the .NET Framework team……The test suite has been updated to include the testing of Whidbey CodeDom features, test case extensibility, an improved interface, and source code comments.
有两个关于CodeDOM问题的链接(不是系统阐述的,只是個別問題解答),也一并给出
http://discuss.fogcreek.com/dotnetquestions/default.asp?cmd=show&ixPost=4555
http://discuss.fogcreek.com/dotnetquestions/default.asp?cmd=show&ixPost=4591
Sunmast的BLOG上的文章:.NET 2.0的CodeDOM和1.1的区别初探 这个BLOG上CodeDOM的文章还有,只是找起来累
2005/01/14:
2005/03/18:
BCLTeam's Weblog上发现的文章:
Why aren't there parsers for CodeDom?