Create Sandbox C#

c#, sandbox

Solution

Study up on using AppDomains. Here's some code examples.

Problem

are there any tutorials out there on how to create a sandbox using C#? I would like to personalize my own one, thanks

Original source