Add .NEXT library to the list (#1179)

Co-authored-by: Rich Lander <rlander@microsoft.com>
This commit is contained in:
SRV
2023-06-13 18:55:03 +03:00
committed by GitHub
parent a49687efb8
commit 3859a5c34a

View File

@@ -105,6 +105,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [Rebus](https://github.com/rebus-org/Rebus) - Rebus is a lean service bus implementation for .NET.
## Libraries
* [.NEXT](https://github.com/dotnet/dotNext) - A set of libraries providing async-friendly synchronization primitives, metaprogramming, specialized buffer types, I/O extension for writing high-performance code.
* [Albedo](https://github.com/ploeh/Albedo) - A .NET library targeted at making Reflection programming more consistent, using a common set of abstractions and utilities.
* [Algorithmia](https://github.com/SolutionsDesign/Algorithmia) - Algorithms and Data structures
* [AngleSharp](https://github.com/FlorianRappl/AngleSharp) - Ultimate angle brackets parser library. It parses HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specification.
@@ -410,6 +411,7 @@ 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
* [.NEXT Raft](https://github.com/dotnet/dotNext/tree/master/src/cluster) - Raft implementation for .NET and ASP.NET Core that allows to build clustered microservices powered by distributed consensus and replication
* [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.