HTTP GET and POST in C#
Making an GET or POST Request is easy in C# thanks to the HttpClient object. This object comes out of the box in C# and …
Continue ReadingSoftware Engineer | Tech Content Creator
Browsing Category
Making an GET or POST Request is easy in C# thanks to the HttpClient object. This object comes out of the box in C# and …
Continue ReadingTCP. It’s a key component of the foundation of the internet. We take it for granted every day while we’re online. Sometimes, it becomes necessary …
Continue ReadingFor those of who manage multiple network-attached devices, website or servers, it’s important to know when they are down as soon as possible. Whether you …
Continue Reading