From 92ac3076607e593e9784ec3b844520f6a25c9bde Mon Sep 17 00:00:00 2001 From: David Haney Date: Fri, 28 Nov 2014 20:00:42 -0500 Subject: [PATCH] Added "Distributed Caching and Computing" section with Dache --- dotnet-developer-projects.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 3bba3ba..5b7f651 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -196,6 +196,9 @@ There are many .NET open source developer projects. You can always use a search * 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. +* Distributed Caching and Computing + * [Dache](https://github.com/ironyx/dache) - An open source distributed caching service, built on .NET 4.0 and using TCP sockets for communication. + * Consumer projects * [.NET open source consumer projects list](dotnet-consumer-projects.md)