http://blogs.msdn.com/bclte... They talk about how CodeDom is used in the designers for 2.0 There are also several comments and responces complaining about some of the short comings people have with the CodeDom. Some of these short comings are refuted with work arounds. Including a short coming that I have often complained about. :) ...
I recently say a couple of articles on CodeProject that showcased wrappers to simplify using the CodeDom http://www.codeproject.com/... http://www.codeproject.com/... I am in favor of anything that encourages use of CodeDom and tries to flatten the learning curve for using the CodeDom. Unfortunately, most examples of using the CodeDom seem a little contrived. This makes using the CodeDom seem like over kill. Consider some of the following applications: Using the...