CopyPastor

Detecting plagiarism made easy.

Score: 0.8772546235058043; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2025-10-31
by Ricardo Peres

Original Post

Original - Posted on 2025-10-31
by Ricardo Peres



            
Present in both answers; Present only in the new answer; Present only in the old answer;

In .NET Core (and post), there is no longer the ability to create custom AppDomains. You can use [AssembyLoadContext](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext), or processes, or [WebAssembly](https://github.com/SteveSandersonMS/DotNetIsolator).
I created a simple project for doing this: <https://developmentwithadot.blogspot.com/2025/10/introducing-isolator-framework-for.html>.
In .NET, there is no longer the ability to create custom AppDomains or .NET Remoting. You can use [AssembyLoadContext](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext) or processes, or [WebAssembly](https://github.com/SteveSandersonMS/DotNetIsolator).
I created a simple project for doing this: <https://developmentwithadot.blogspot.com/2025/10/introducing-isolator-framework-for.html>.

        
Present in both answers; Present only in the new answer; Present only in the old answer;