How To Receive and Parse Emails from SendGrid in .NET
SendGrid is offering a robust event webhook in the form of Inbound Email Parse, an API feature that allows you […]
Making Processes Smarter with Code
SendGrid is offering a robust event webhook in the form of Inbound Email Parse, an API feature that allows you […]
TCP. It’s a key component of the foundation of the internet. We take it for granted every day while we’re […]
As developers, we are constantly surrounded by rules. Rules for code-style, rules for better performance, rules for good design, but […]
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 […]
One framework to rule them all. Is it a good thing? Is it dangerous, or is it the best thing […]
Applying the hip, modern SOLID principles to an old-timer of a UI framework.