From 525d6a620aa20d7a94124f1096171c7d1d2154c0 Mon Sep 17 00:00:00 2001 From: Mike Mooney Date: Fri, 28 Nov 2014 15:14:39 -0500 Subject: [PATCH] Update dotnet-developer-projects.md --- dotnet-developer-projects.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 3bba3ba..a6864e3 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -192,6 +192,11 @@ There are many .NET open source developer projects. You can always use a search * Scheduling * [Quartz.Net](https://github.com/quartznet/quartznet) + * [Hangfire] (http://hangfire.io/) + +* Scheduling + * [DropkicK](https://github.com/chucknorris/dropkick/) - A fluent deployment library for Windows applications + * [RoundHouse] (https://code.google.com/p/roundhouse/) - RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control * Service Bus * [Warewolf Easy Service Bus](https://github.com/Warewolf-ESB/Warewolf-ESB) - An open source easy to use service bus, built on numerous .Net technologies including WF (Windows Workflow Foundation), SignalR and WPF.