-
Notifications
You must be signed in to change notification settings - Fork 1
lang@dotnet@netstandard
Olivier DALET edited this page Aug 25, 2018
·
14 revisions
- https://jmezach.github.io/2017/10/29/having-fun-with-the-.net-core-generic-host/
- https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/background-tasks-with-ihostedservice
- https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-2.1
- https://thinkrethink.net/2018/08/02/hostbuilder-ihost-ihostedserice-console-application/
- https://thinkrethink.net/2018/02/21/asp-net-core-background-processing/
- https://garywoodfine.com/ihost-net-core-console-applications/
- Scheduled: https://thinkrethink.net/2018/05/31/run-scheduled-background-tasks-in-asp-net-core/
- Scoped: https://thinkrethink.net/2018/07/12/injecting-a-scoped-service-into-ihostedservice/
- Windows Service: https://www.stevejgordon.co.uk/running-net-core-generic-host-applications-as-a-windows-service
- Ctrl+C / SIGTERM: https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.hostinghostbuilderextensions.useconsolelifetime?view=aspnetcore-2.1
- http://piotrgankiewicz.com/2018/07/05/net-core-microservices-dshop/
- http://piotrgankiewicz.com/2018/07/09/net-core-microservices-theory-dshop-solution-structure/
- http://piotrgankiewicz.com/2017/03/13/net-core-continuous-deployment-part-i-travis-ci-integration/
- Self-contained: https://www.danielcrabtree.com/blog/496/net-core-self-contained-and-framework-dependent-deployments-explained
- Multi-targetting: https://nicksnettravels.builttoroam.com/post/2018/08/08/Speed-up-development-with-Multi-Targeted-Visual-Studio-Projects.aspx
- https://github.com/mholo65/depends
- https://oren.codes/2018/07/03/create-and-pack-reference-assemblies/
- https://oren.codes/2018/07/09/create-and-pack-reference-assemblies-made-easy/
- https://github.com/onovotny/MSBuildSdkExtras