BobDust.Core
0.9.3
dotnet add package BobDust.Core --version 0.9.3
NuGet\Install-Package BobDust.Core -Version 0.9.3
<PackageReference Include="BobDust.Core" Version="0.9.3" />
<PackageVersion Include="BobDust.Core" Version="0.9.3" />
<PackageReference Include="BobDust.Core" />
paket add BobDust.Core --version 0.9.3
#r "nuget: BobDust.Core, 0.9.3"
#:package BobDust.Core@0.9.3
#addin nuget:?package=BobDust.Core&version=0.9.3
#tool nuget:?package=BobDust.Core&version=0.9.3
README
Quick summary: RPC socket library and samples to use it.
Version: 0.9.3.
Refer to BobDust.Rpc.Sockets.HelloWorld and BobDust.Rpc.Sockets.ServerSample for the samples.
Dependencies: .NET 4.8.1, System.Reflection.Emit.
Please contact ceillingbob@gmail.com for any enqueries.
OOP is the bone of my framework
Principle is my body and pattern is my blood
I have created over a thousand codes
Unknown to Book, nor known to Library
Have a lot of pain troubleshooting issues
Yet, those hands will never write anything
So as I pray,
unlimited open source.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net481 is compatible. |
-
.NETFramework 4.8.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BobDust.Core:
| Package | Downloads |
|---|---|
|
BobDust.Rpc.Sockets
BobDust libraries |
|
|
BobDust.Rpc.Sockets.Abstractions
BobDust libraries |
GitHub repositories
This package is not used by any popular GitHub repositories.
Improvement on calling GetMethod in Server.