ASP.NET Core Middleware Registration

ASP.NET Core Middleware Registration

One of my favorite features of modern web development is Middleware. Middleware is a powerful abstraction that can encapsulate your intent, enrich an incoming request, enhance an outgoing response, or do all the above. Once you embrace Middleware as a...

Continue Reading

Creating Random Numbers With .NET Core

Creating Random Numbers With .NET Core

When we think about programming, we usually think about well-intentioned systematic instructions executing when and how we intended. In a digital world of One’s and Zero’s, the idea of randomness is madness. In the real world, randomness is a necessary...

Continue Reading