Community

Building Dynamic Systems with Expressions in .NET

(Bill Wagner) The two most recent versions of C# and .NET make creating dynamic systems easier. The addition of the Dynamic Language Runtime (DLR) and more extensive Expression API support lower the barrier to creating code as data and then working with that code at runtime. Previously you needed to

Read More - Register for Free Membership