Answer:
Since it does not support System.Reflection.Emit Henceforth, no dynamic code generation will work and Dynamic Language Runtime(DLR) will not be supported. As a cause "dynamic", "ExpandoObject" classes cannot be use in Mono environment.Not only that, any language that was build on the top of DLR like IronPython, IronRuby etc. cannot be use from Mono environment.
Asked In: Many Interviews |
Alert Moderator