What is CLR hosting?
See here for information about CLR hosting that was relevant for CLR v2 (.NET 2.0, 3.0 and 3.5). For information about the newer CLR Hosting API in .NET 4.0, see here. Basically, the CLR acts as a library that can be loaded and “hosted” by a process. You can develop an app that loads and … Read more