Why dynamic code generation does not work in Mono?

 Posted by Rajnilari2015 on 9/18/2015 | Category: .NET Framework Interview questions | Views: 1811 | Points: 40
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 

Comments or Responses

Login to post response