Niv Ziv
Niv Ziv

Reputation: 37

How can I find the networkcomms DLL, I can't find it in Github

I am trying to create a Client Server app, and I found this tutorial I tried to download the DLL to use the lib but I can't find the DLL. Is anyone using this lib and can tell me how do I download it? Thanks.

Upvotes: 1

Views: 222

Answers (1)

Mateech
Mateech

Reputation: 1064

Is this what are you looking for? Everything you need to know about getting started with NetworkComms.Net, including a short introduction video can be found here

You can also add it through Nuget Packet Manager using:
Install-Package NetworkCommsDotNet -Version 3.0.3

Nuget Gallery | NetworkCommsDotNet

Upvotes: 1

Related Questions