AppDomains and CodeDOM
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Has anyone had any experience or seen any articles about using AppDomains and the CodeDOM classes in the .NET framework in a similar way to ASP.NET? I would like to be able to compile extension code for my app that provides user specific customisation. Hopefully the extension code will have full access to the object model of my app including instances of objects hosted inside the main AppDomain. I guess it's the efficiency of marshalling calls between AppDomains that i want to understand so i can make best use of them. Thanks Matt