Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- C# get results from Task.WhenAll
- Run tasks in parallel using .NET Core, C# and async coding
- C# DateTime to UNIX timestamps
- C# Get expiry timestamp from JWT token
- Using C# HttpClient from Sync and Async code
- C# Log to Application Insights and File from your .NET 6 Application
Archive
Meta
Tag Archives: BackgroundService
C# Set local folder for .net Core Windows Services
When developing .NET Core Worker Services, you can allow the service to run as Windows Service: The side effect is that the root folder changes from the local folder to the System32 folder, which means that any log files that … Continue reading
.NET Core Worker Services with Application Insights and Serilog
The .NET Core Worker service is yet another tool in the .NET toolbox. They are perfect for background processing like reading from a queue or making health checks. They are cross-platform (of course) and they can run on docker containers, … Continue reading
Posted in .net, .NET Core, c#
Tagged .NET Core, Application Insights, BackgroundService, Serilog
7 Comments