Community

Extending a C# Application Through a Scripted DLR Language

(Eric Vogel) The Dynamic Language Runtime (DLR) is an open source library provided by Microsoft that that enables support for multiple dynamic programming languages. The DLR is not a replacement for the CLR but rather is built upon the CLR. There are many dynamic programming languages that have DLR

Read More - Register for Free Membership