Introduction to Dynamic Language Runtime (DLR) The Dynamic Language Runtime (DLR) from Microsoft is an effort to bring a set of services that run on top of the Common Language Runtime (CLR) , in upcoming .NET Framework 4.0 has this built within in it and provides language services for several different dynamic languages. These services include: A […]
Read more →