20060806

plain-vanilla
Function: adjective
: lacking special features or qualities : BASIC

The CodeDOM parallels reflection in that they both work with abstractions of your code.

The string approach always works, but it doesn't offer strong typing benefits such as IntelliSense and complier checks.

Seriously evaluate whether the extra time involved in working with the CodeDOM is justified for your application.

The performance hit of the extra class in the inheritance tree is negligible.

You can provide alternate strongly typed mechanisms for accessing the underlying information, but you can't block programmers from using the untyped properties directly.

posted on 2006-08-06 08:09  融化了的朱古力  阅读(126)  评论(0)    收藏  举报

导航