July 2018
Beginner to intermediate
668 pages
16h 29m
English
In this recipe, we'll take the WebBroker application created in the previous recipe as a console application, and convert it to a fully flagged Windows service. The same approach can be used for any type of service-like application that is not currently built as a service.
As a bonus, we'll learn that, if correctly architected, a project can be compiled as a console or VCL application and, without many changes, also as a Windows service. WebBroker is particularly well-architected to do so, so our application will benefit from that.
Read now
Unlock full access