C# Windows Service Debug Hack

Recently, I worked on project that required me to develop a custom C# Windows Service, and it had been a long time since I’d last created one. I forgot how tedious it is to do simple debugging. The way I’ve learned to debug a service is to build, install, run, and then attach to running […]