HeadlinesBriefing favicon HeadlinesBriefing.com

WJb .NET Job Scheduling Library

DEV Community •
×

Developers exploring background processing in . NET now have a new option with the WJb package, which promises a lightweight approach to job orchestration. A new set of 'alive samples' provides a practical roadmap for getting started, moving beyond abstract concepts to functional code.

WJb differentiates itself by focusing on SQL-backed queues and comprehensive lifecycle logging, avoiding the bloat of heavier frameworks. It integrates with standard . NET environments like Worker services, Blazor, and MVC.

The sample collection covers the full spectrum, from basic console execution (1stWJb) and configuration management to advanced scheduling with CronWJb and custom event triggers. Notably, the library supports dynamic job updates via HotReloadWJb, a feature that eliminates service restarts during development. For data persistence, the project recommends using **UkrGuru.

Sql** over Entity Framework Core for its lightweight nature. Prerequisites include . NET SDK 10.0 and SQL Server.

This release addresses the common need for simple, reliable scheduling without complex infrastructure.