Search code examples
IronPython DLR; passing parameters to compiled code?...


c#.netironpythondynamic-language-runtime

Read More
PowerShell Runspace vs DLR...


.netpowershellscriptingdynamic-language-runtime

Read More
Simpler Linq to XML queries with the DLR...


c#xmllinq-to-xmldynamic-language-runtimelinq-to-xsd

Read More
How to pass a dynamic list from IronPython to C#...


pythonc#ironpythondynamic-language-runtime

Read More
Invoke a member of a dynamic object with a name defined at runtime in a String...


.netdynamic-language-runtime

Read More
IronPython overriding __setattr__ and __getattr__...


c#ironpythondynamic-language-runtime

Read More
DLR: Put statement and declaration objects to CodeCompileUnit or CodeCompileUnit-like objects...


.net.net-corescripting-languagedynamic-language-runtime

Read More
Overload Resolution in C# 4.0 using dynamic types...


c#c#-4.0dynamic-language-runtimedynamic-languagesoverloading

Read More
Expression.Lambda and query generation at runtime, simplest "Where" example...


c#.netlambdaexpression-treesdynamic-language-runtime

Read More
Dynamic Lang. Runtime vs Reflection...


c#dynamicreflectiondynamic-language-runtime

Read More
When overriding DynamicObject's TryInvokeMember(), how to choose a correct overload to invoke?...


c#.netdynamic-language-runtimedynamicobjecttryinvokemember

Read More
RunTimeBinderException when passing int[] to method having parameter type dynamic...


c#dynamicdynamic-language-runtime

Read More
What it means - "IronPython is an implementation of the Python programming language"...


c#pythonironpythonlanguage-designdynamic-language-runtime

Read More
DLR & Performance...


pythonironpythondynamic-language-runtimedynamicobjectidynamicobject

Read More
What is the difference between CLR and DLR in C#?...


c#dynamicclrdynamic-language-runtime

Read More
C#'s 'dynamic' in F#...


dynamicf#dynamic-language-runtime

Read More
Iron Python : what are good uses for Iron Python...


.netpythonironpythondynamic-language-runtime

Read More
Why is TryGetMember not invoked on my DynamicObject?...


c#dynamic-language-runtimedynamicobject

Read More
Without a roadmap, can DLR be used with IronPython, assuming it will continue to be packaged in futu...


.netwpfnumpyironpythondynamic-language-runtime

Read More
DynamicObject implicit casting...


c#.netdynamiccastingdynamic-language-runtime

Read More
Querying IronPython scripts for interfaces in a hosted environment...


.netironpythondynamic-language-runtime

Read More
Assign string held in an object variable to a string property of a dynamic (C#)...


c#dynamicc#-4.0dynamic-language-runtime

Read More
Expression.Lambda and query generation at runtime, nested property “Where” example...


c#lambdaexpression-treesdynamic-language-runtime

Read More
Why to use the entire DLR in own Script-Engine...


c#c#-4.0dynamicscriptingdynamic-language-runtime

Read More
Intercepting method invocation to c# objects...


c#ironpythondynamic-language-runtime

Read More
Which is the code that creates captured variables / closures?...


c#.netclrdynamic-language-runtime

Read More
F# dynamic object access...


c#.netf#dynamic-language-runtime

Read More
Resources to learn how to create a compiler /interpreter for the .NET framework...


compiler-constructiondynamic-language-runtime

Read More
Are there any .NET CLR/DLR implementations of ECMAScript?...


.netjavascriptclrdynamic-language-runtimeecma262

Read More
Why do I have to cast results from dynamic coming into typed parameters...


c#.netdynamic-language-runtime

Read More
BackNext