There was a post awhile back about RSS feeds and Verbots and how you could make your Verbot into a virtual News caster. This idea is intriguing to me and I've wanted to work on that idea for some time and have now begun to start it. Aaron had put together a simple proof of concept KB that he sent to me recently... which brings me to the purpose of this post:
One thing Aaron did that I thought was cool was use something in C# called "Reflection" (which is a way to dynamically compile code and execute methods, it is what we use to actually generate the executables from verbot code modules). He was using it because some Libraries in C# aren't "Referenced" by default, one example was the System.Web.HttpUtilities namespace, where he wanted to use the HtmlDecode method. So, figuring his work could be generalized into a nice reusable function, I took what he did and created ReflectTools, and I've uploaded my first version to the forums here.
Oh and BTW... I'm still hoping to get a RSS news reader KB developed, keep posted on the forums!




