0
kicks
Deleporter: Cross-Process Code Injection for ASP.NET
Deleporter is a little .NET library that teleports arbitrary delegates into an ASP.NET MVC/WebForms application in some other process (e.g., hosted in IIS) and runs them there.
This is very useful for integration testing: it means you can do cross-process mocking, change the application configuration on the fly, or run custom teardown logic (such as flushing caches) at the end of each test.