From 57cc2a1636572c17832f366a0e6777b7fe8d3e1a Mon Sep 17 00:00:00 2001 From: MichaC Date: Fri, 25 Dec 2015 14:14:18 +0100 Subject: [PATCH] Added reference to CacheManager Added a reference to the CacheManager library. Also, sorted the list under "Distributed Caching and Computing" alphabetically --- dotnet-developer-projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 49a74a8..c589718 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -311,9 +311,10 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [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 - * [Orleans](https://github.com/dotnet/orleans) - Framework that provides a straight-forward approach to building distributed high-scale computing applications using virtual actor model. * [CacheAdapter](https://bitbucket.org/glav/cacheadapter) - a .Net library allows developers to use unified-implemented cahce provider + * [CacheManager](https://github.com/MichaCo/CacheManager) - A configurable abstraction layer for caching. It supports various caches, like redis and memcached, and provides many advanced features, like layered cache, synchronization, serialization etc. * [Dache](https://github.com/ironyx/dache) - An open source distributed caching service, built on .NET 4.0 and using TCP sockets for communication. + * [Orleans](https://github.com/dotnet/orleans) - Framework that provides a straight-forward approach to building distributed high-scale computing applications using virtual actor model. * Windows Workflow * [Workflow Extractor](https://github.com/punitganshani/WorkflowExtractor) - Document Windows Workflow logic into a Word document or Excel sheet.