All Questions
2 questions
1
vote
2
answers
1k
views
DLR & Performance
I'm intending to create a web service which performs a large number of manually-specified calculations as fast as possible, and have been exploring the use of DLR.
Sorry if this is long but feel free ...
2
votes
1
answer
827
views
Delegating dynamic object resolution to other instances
I'm currently hosting IronPython in a .NET 2.0 application.
I want to create a class (in C#) whose instances can be "extended" by plugin instances. That means, each member access which is ...