awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
atifaziz avatar

atifaziz/NCrontab

0
View on GitHub↗
986 stars·141 forks·C#·Apache-2.0·9 views

NCrontab

Crontab for .NET

Features

  • Scheduling and Automation - Crontab implementation for .NET.
  • Task Scheduling - Library for parsing crontab expressions and calculating schedules.

Star history

Star history chart for atifaziz/ncrontabStar history chart for atifaziz/ncrontab

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to NCrontab

Similar open-source projects, ranked by how many features they share with NCrontab.
  • quartznet/quartznetquartznet avatar

    quartznet/quartznet

    6,997View on GitHub↗

    Quartz.NET is a job scheduler for .NET applications designed to schedule and execute programmatic tasks. It functions as a distributed task orchestrator and enterprise task orchestrator, capable of managing recurring jobs with concurrency limits and complex intervals. The system provides high availability through a clustered execution model that balances loads and provides fail-over redundancy across multiple server instances. It utilizes a relational database job store to persist job and trigger states, ensuring that scheduled tasks survive application restarts. The framework includes capab

    C#c-sharpcrondotnet
    View on GitHub↗6,997
  • brthor/gofer.netbrthor avatar

    brthor/Gofer.NET

    561View on GitHub↗

    Easy C# API for Distributed Background Tasks/Jobs for .NET Core.

    C#
    View on GitHub↗561
  • danielgerlag/workflow-coredanielgerlag avatar

    danielgerlag/workflow-core

    5,884View on GitHub↗

    Lightweight workflow engine for .NET Standard

    C#hacktoberfestsagasaga-transactions
    View on GitHub↗5,884
  • azure/durabletaskAzure avatar

    Azure/durabletask

    1,720View on GitHub↗

    Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.

    C#
    View on GitHub↗1,720
See all 23 alternatives to NCrontab→

Frequently asked questions

What does atifaziz/ncrontab do?

Crontab for .NET

What are the main features of atifaziz/ncrontab?

The main features of atifaziz/ncrontab are: Scheduling and Automation, Task Scheduling.

What are some open-source alternatives to atifaziz/ncrontab?

Open-source alternatives to atifaziz/ncrontab include: quartznet/quartznet — Quartz.NET is a job scheduler for .NET applications designed to schedule and execute programmatic tasks. It functions… brthor/gofer.net — Easy C# API for Distributed Background Tasks/Jobs for .NET Core. danielgerlag/workflow-core — Lightweight workflow engine for .NET Standard. dotnet-state-machine/stateless — Stateless is a .NET state machine library used to manage complex object behaviors and lightweight workflows through C#… elasticjob/elastic-job-lite. azure/durabletask — Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.