C# GZip Multiple Files
Using C# quickly Compress and Decompress multiple files without the use of 3rd party libraries!
C# Xml Easy Read and Write
Use C# to easily read and write XML files.
UWP vs .Net Framework File Access
Source: https://github.com/Corey255A1/.NetStandardFileSystemInterface For better or worse I started working on a UWP (Universal Windows...
.NET Standard Simple HTTP Server: Websockets
Source: https://github.com/Corey255A1/BareBonesHttpServer Suggested Reading: Previous Post: https://www.wundervisionenvisionthefuture.com...
.NET Standard Simple HTTP Server
Like the title suggests, we are going to build a simple HTTP Server. https://github.com/Corey255A1/BareBonesHttpServer Suggested Reading...