arleyschrock
NuGet publisher profile
Packages (8)
Orleans.Clustering.Redis
Microsoft Orleans clustering provider backed by Redis
kafka-net-dotnetcore
Package Description
tiny-mapper
A tiny object mapper, linq expression translator for dotnet
FTPSNETCORE
FTPS library for .NET Core - use at your own risk
storm-net-adapter
A csharp adapter for apache storm.
dynamic-proxy
Fody-based proxy generator with support for async patterns - based on sexy-proxy but with a slightly different name
Razorvine.Serpent.NetCore
Serpent Python literal expression serialization. Serpent provides Python ast.literal_eval() compatible object tree serialization. It serializes an object tree into bytes that can be transferred to Python and decoded there (using ast.literal_eval()). It can ofcourse also deserialize such a Python expression itself, back into the equivalent .NET datatypes. More info for the Python version is on Pypi: https://pypi.python.org/pypi/serpent
Razorvine.Pyrolite.NetCore
Thin client-side communication library to connect to Python applications, using the Pyro protocol. Also includes Pickle/Unpickle. More info about Pyro: http://pythonhosted.org/Pyro4/