Why is that? If one takes the time to think about it, class libraries only ever execute in the context of an application – a web application, a console application, a unit test runner or some other executable. A class library gets loaded into the memory space of the application and gets called and executed [...]