ASP.NET Core - Starting down the rabbit hole.
Although my primary day job is a Windows Desktop developer. (Unfortunately part of that includes outdated C++ MFC). I have been dabbling...
UWP vs .Net Framework File Access
Source: https://github.com/Corey255A1/.NetStandardFileSystemInterface For better or worse I started working on a UWP (Universal Windows...
Write your own HTTP Server?
I have an idea for an application that may one day be all moved to the web. However, my day to day job, and therefore the most of my...
.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...