Tech News
← Back to articles

Show HN: NaturalCron – Human-Readable Scheduling for .NET (With Fluent Builder)

read original related products more articles

NaturalCron

NaturalCron is a human-readable scheduling engine for .NET. It lets you write schedules in a clear and intuitive way instead of memorizing cryptic cron strings.

Why? Because memorizing 0 18 * * 1-5 is harder than understanding every day between monday and friday at 6:00pm .

Readable schedules reduce mistakes, write expressions that you can understand at a glance.

Note: NaturalCron is not a cron converter. It’s a new expressive syntax for better readability.

💡 Why use NaturalCron?

Readable syntax : every 30 minutes in [jan, jun] between 09:00 and 18:00

: Fluent Builder API : Strongly typed for .NET developers.

: Strongly typed for .NET developers. No online generators needed .

. Features : Ranges Weekday list Closest weekday, first/last day handling Time zone support with IANA TZ names

... continue reading