VB.NET Lambda Expressions for C# Developers
I’m a C# developer primarily. Wherever I can use it, my day-to-day language for getting stuff done is C#. The […]
Making Processes Smarter with Code
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 […]
It can be a little confusing if you are very new to the language. Why do we have a keyword […]
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, […]
I Have the Power! (To Query) In a business-administrative context, we often refer to spreadsheets as databases. It could be […]
It seems like the most unnatural thing for many programmers; this notion of ‘live coding.’ The very idea that we […]