↧
Invoke base class methods on unknown types
I recently built a system that dynamically builds content for sending messages to users after certain events. As is with most of these types of systems the content is mostly static and stored in a...
View ArticleObject Reflection In JavaScript
Reflection is a powerful technique that I’ve used a lot in C#. On several occasions I’ve found some uses for this technique in JavaScript too. Most recently, I was writing a test harness for a RESTFul...
View ArticleGet Value of Unknown Type From Unknown Object
In a previous post I mentioned a content management system I built for dynamically creating email content to notify users of events. The system is delivered via a RESTful web service that is called...
View Article