Injecting code before an application starts with .NET Startup Hooks
.NET Startup Hooks is a little-known feature that allows us to inject code into a target process before it starts running. This can be done without modifying the target process source code or recompiling it.
For .NET Core 3+, we want to provide a lo...
blog.raulnq.com3 min read