tech.guitarrapc.cóm
id:guitarrapc_tech
.NET CoreのGeneric HostでWindows Serviceを作成する
.NET FrameworkでWindows Serviceを作るときは、Windows Serviceのために地道に実装するのは大変.... なので、TopShelfを使うことが定番でした。以前NancyをWindows Serviceでホストする記事を書いたこともあります。 https://tech.guitarrapc.com/entry/2015/05/19/025657 では、.NET Coreではどうでしょうか? TopShelfは…