Hazware
The Last Console Driver I Will Ever Write
·1520 words·8 mins
Programming
.NET
GitHub
MEF
Hazware
Nearly every application I write has a project called ConsoleDriver in it. This project is almost always the same as it is just a main routine that create the class that starts my program, wraps it in an exception block, usually configures logging, and waits until I hit enter or CTRL-C to signal the application to exit.