Is it possible to embed dotnet kernel environments (.NET Core) in your own processes?
My use case would be an existing game server, where I want to offer the opportunity to extend the game using C # on .NET Core on both Windows and Linux.
Bonus question: is there also a AppDomain-conception, as in "oldschool" .NET?
source
share