Tag Archives: IronPython

C# – First steps with C# and .NET – part 011 .

Today I will show you how can use Dynamic Language Runtime with IronPython. The dynamic language runtime (DLR) is a runtime environment that adds a set of services for dynamic languages to the common language runtime (CLR). The DLR makes it easier to develop dynamic languages to run on the .NET Framework and to add… Read More »