.NET TCPListener: Accepting Multiple Client Connections
TCP. It’s a key component of the foundation of the internet. We take it for granted every day while we’re […]
Making Processes Smarter with Code
TCP. It’s a key component of the foundation of the internet. We take it for granted every day while we’re […]
I’m a C# developer primarily. Wherever I can use it, my day-to-day language for getting stuff done is C#. The […]
As developers, we are constantly surrounded by rules. Rules for code-style, rules for better performance, rules for good design, but […]
I’ve been recently working on a gateway service hosted in Azure that is primarily a TCP server. One of the […]
UPDATE: This example previously used a SHA256 algorithm to hash and Math.Random to generate a salt, it has been correctly […]
Changing code. It’s a minefield. If you’re attempting to abide by the laws of the Open Closed Principle, we want […]
At the time of writing this post, without third-party plug-ins, server-side Blazor doesn’t have native support for hot-reload. I was […]
There are so many different mechanisms for authentication and for claims verification in .NET for MVC applications with ASP.NET Identity, […]
In the managed-code world of .NET, we can be sometimes spoiled by the seamless intervention of Garbage Collection which quite […]
You’re thinking of changing a feature or adding a new one to your app, but you don’t know how important […]