Filter
Exclude
Time range
-
Near
IHostedService is your golden ticket for long-running workers in ASP.NET Core. Fire-and-forget background tasks? StartAsync() handles startup, StopAsync() ensures graceful shutdown. Pair with BackgroundService base class—you've got refactoring gold. #JKagiDesigns #JKD #BackgroundServices #DotNET
6
IHostedService in ASP.NET Core: Your gateway to elegant background workers. Implement StartAsync/StopAsync, pair with DependencyInjection, and watch graceful shutdown actually work. No more fire-and-forget chaos. #JKagiDesigns #JKD #BackgroundServices #DotNET
4
IHostedService and BackgroundService are related, not interchangeable. Pick based on what you are optimizing for: lifecycle orchestration or a long-running execution loop. Why this matters: IHostedService vs BackgroundService - Long-Running Task Architecture Decisions are not just theory - it directly affects reliability under production load. #dotnet #backgroundservices #architecture #ASMLJobs #INGJobs #PhilipsJobs #TomTomJobs #CapgeminiNL #SogetiNL #InfosysNL
2
IHostedService in ASP.NET Core: your gateway to bulletproof background workers. Implement StartAsync/StopAsync for graceful lifecycle management, leverage CancellationToken for clean shutdowns. Build resilience—not chaos. #JKagiDesigns #JKD #BackgroundServices #DotNET
3
Replying to @AntonMartyniuk
Great resource! Graceful shutdown for BackgroundServices is such an underrated topic. It works fine locally but causes mysterious data loss in prod if the cancellation token isn't handled correctly. Great to see it on the list as it's a real production-level scenario.
1
2
89
📝 Your daily dose of .NET is here! Issue #293 covers preparing .NET MAUI apps for Google Play's 16KB page size 📱, 5 traps that break .NET Background Services in production 🚫, what Microsoft isn't telling you about .NET 10 🤫, and unlocking C# 14 Extension Members ✨. Time for a Tuesday coffee break for your tech brain! 👇 dotnetnews.co/archive/the-ne… #dotnet #csharp #maui #dotnet10 #backgroundservices #performance
124
From idea to deploy: Built a reporting agent today with BackgroundServices. Fewer errors, faster outputs. Loving this stack! #DotNet
84
Hey, I'm all about creating AI-driven automation tools on .NET that actually hold up in the real world. Think tough web scrapers, smart reporting bots, or even ML.NET and LLM setups for sorting and deciding stuff on the fly. I've got you covered with straightforward plans: defined goals, speed and accuracy benchmarks, built-in monitoring, solid logging, clear docs, and a handover that's easy for your team to run with. The payoff? Teams I've worked with save hours every week, cut down on those annoying manual slip-ups, and get reports or decisions rolling way faster. Stack: ASP.NET Core, BackgroundServices, Polly for retries, Serilog logging, ML.NET, ONNX/LLMs, SQL, and Docker for smooth deploys. If this sounds like what you need, check out my project packages and examples over at matrixtrak.com/services . Drop me a message; let's chat about your setup!
6
1
6
1,704
10 Jul 2025
This seems somewhat easy to circumvent, if you're only doing that PID check. On one side, if it doesn't ask for admin permissions, it would be trivial to open it on a different user than your LLM is on and hide the LLM PID from Truely. You can also design an app from scratch called "backgroundservices" or literally any random name, make it actually be a frontend for LLM API Calls, and hide that from Truely that way.
13
Some news about .NET 10: BackgroundServices and new String Comparer #dotnet #aspnet isaacl.dev/f84

1
104
26 Sep 2024
Curious about how applications handle tasks behind the scenes without interrupting your experience? Background services are the hidden champions that keep things running smoothly. ow.ly/RUcC50TwacR #BackgroundServices #FinTech #SoftwareDevelopment #TechInnovation

27
8 practical ways to optimize background batch processing in .NET sd.blackball.lv/en/articles/… Background batch processing plays a pivotal role in achieving these goals by handling time-consuming tasks asynchronously. #dotnet #backgroundservices #batchprocessing #guide
1
16
Background checks are more than just a suggestion. They provide valuable insights for faster, quality hiring decisions and safeguard against negligent hire lawsuits. Our tailored #backgroundservices at FA ensure you make informed decisions.​ 👉 fadv.com/india/
20
29 Feb 2024
Check out my latest article: Best transparent backgroundservices ....!!!! linkedin.com/pulse/best-tran… via @LinkedIn

1
4
"Importance of Business Partnerships in Background Verification" #backgroundverification #backgroundservices
2
15
Allein in den letzten Wochen 3 Updates bekommen. Man macht sich bei VW nicht mal die Mühe aussagekräftige Releasenotes zu schreiben. Es wir einfach intransparent dran rumgepfuscht. Das letzte Update hat die Backgroundservices beschädigt, so dass diese nicht mehr starten.
1
5
14 Apr 2023
Replying to @jeremydmiller
Hey Jeremy, I was looking at the MetricsCalculator class in Wolverine and I want to create some gauges that will update their values every 5-10 seconds. Should I update the values in something like BackgroundServices? or is there a better way to handle this?
12