Info
Version: | 1.0.8 |
Author(s): | Daniel Sabel |
Last Update: | Thursday, June 2, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fsdsabel/AdvancedRpc |
NuGet Url: | https://www.nuget.org/packages/AdvancedRpcLib |
Install
Install-Package AdvancedRpcLib
dotnet add package AdvancedRpcLib
paket add AdvancedRpcLib
AdvancedRpcLib Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.5)
- System.IO.Pipes.AccessControl(>= 4.5.1)
- System.Reflection.Emit(>= 4.7.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.5)
- System.IO.Pipes.AccessControl(>= 4.5.1)
It differs from common solutions like REST, GRPC or WebSockets in that it supports an object hierarchy similar to .NET Remoting. I wrote the library mainly as a replacement for .NET Remoting to make our corporate application ready for .NET Core.
It relies heavily on the ability to make remote procedure calls on objects.