Follow @RoyOsherove on Twitter

[Article] Make your .Net application support scripting - the practical way

It was one of those nights. I had a small idea I decided to test, and *BAM* a flood of ideas started. And the end of the night I had this article sitting in my lap and I thought I'd share it with you:
 
 
Summery:

Adding scripting support to your application is one of the most valuable things you can do for your client, letting them add value to your software, and keep it current over time with little or no overhead from the developers. Your users will be able to modify behavior at runtime, change business rules as the market changes and fix subtle bugs as they appear until better fixes come along in the form of compiled code. It is one of the most powerful techniques today employed my many varied business applications. But guess what? Its not very easy to do in .Net. In this article Ill show you how you can use some of the techniques of the past mixed with the .Net framework to add that scripting ability to managed applications, with a touch on a subject that was never considered for scripting: WebServices , including asynchronous calls to them.

 
As usual, feedback is appreciated.

Book of the month

Make your .Net application support scripting - a practical approach