dynamic-language-runtime
What is the most simple implementation of IDynamicMetaObjectProvider?
I have this scenario... 1.- I\'m providing a \"Dynamic Table\" for wich users can define Fields. Each Dynamic Table will have as many rows/records as needed, but the Field definitions are centralized[详细]
2022-12-29 06:27 分类:问答C# 4.0: casting dynamic to static
This is an offshoot question that\'s related to another I asked here. I\'m splitting it off because it\'s really a sub-question:[详细]
2022-12-29 05:11 分类:问答Creating WCF Services using Dynamic Languages and DLR
I was curious how anyone would go about creating WCF based services using a dynamic language like IronPython or IronRuby. These languages do not have the c开发者_高级运维oncept of interfaces. How woul[详细]
2022-12-28 10:01 分类:问答DynamicObject and WCF support
I was wondering if anyone has had any luck getting a DynamicObject to serialize and work with WCF? Here’s my little test:[详细]
2022-12-27 23:47 分类:问答IronPython memory leak?
Run this: for i in range(1000000000): a = [] It looks like the list objects being created never get marked for garbage collection. From a memory profiler, it looks like the interpreter\'s stack fra[详细]
2022-12-27 19:30 分类:问答Is it possible to use DLR in a .NET 3.5 website project?
I\'m tryin开发者_如何学JAVAg to evaluate an expression stored in a database i.e. \"if (Q1 ==2) {result = 3.1;} elseif (Q1 ==3){result=4.1;} else result = 5.9;\"[详细]
2022-12-27 02:38 分类:问答IronPython overriding __setattr__ and __getattr__
I\'m trying to implement a class in C# with a method that intercepts the Python __setattr__ and __getattr__ ma开发者_运维百科gic methods.I found this bug report:[详细]
2022-12-25 04:14 分类:问答Issue with jQuery setting checkboxes as checked in IE6 (not showing as checked?)
The Code: var lstInstanceIds = getData.lstInstanceIds.s开发者_开发技巧plit(\',\'); for(var i=0; i<lstInstanceIds.length; i++) {[详细]
2022-12-25 03:39 分类:问答Ironpython - Named parameters to constructor
When I create an instance of my C# class in IronPython with named parameters to the constructor, it is setting properties corresponding to the names of the parameters.I wish to disable this behavior s[详细]
2022-12-25 03:10 分类:问答宁可三日无言的下一句是什么啊??
奶酪似的心脏 2022-04-19 08:33 开发者_运维百科“宁可三日食无肉,不可一日居无书”宁可很多天吃不上肉,家中也不能一天没有书。360U3121267525[详细]
2022-12-24 23:48 分类:问答