Top 20 NuGet Packages
Package Description
Package Description
Package Description
Package Description
Pears is a LINQ-friedly Parser Combinator Framework
PecanDB
Package Description
Package Description
This is a fork from github.com/frontporch/Radius.NET, ported to .Net Standard and some improvements like Disconnect-Message Support.
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
Peer2Net is a lightweight and easy-to-use class library to develop peer-to-peer applications in .NET and Mono.
Resize an image with static method ResizeImage(Image image, int width, int height).
Example Use Case:
string[] files = Directory.GetFiles("C:/Users/sdoherty/Desktop/DemoCount");
int height = 350;
int width = 200;
foreach (string file in files)
...