Rate Limiting in .NET 7

With the release of .NET 7, your applications will see an increase in performance and new features for C# 11, F# 7, .NET MAUI, ASP.NET Core/Blazor, Web APIs, WinForms, WPF and more. Download .NET 7 for Windows, macOS, and Linux. A nice feature that has been added is rate limiting. Not quite what you are […]
Win a copy of C# 7 and .NET Core 2.0 Blueprints

Enter to Win a copy of my new book .NET Core 2.0 – Jas Rademeyer and I have recently published C# 7 and .NET Core 2.0 Blueprints. Leverage the features of C# 7 and .NET core 2.0 to build real-world .NET core applications. The book contains easy-to-follow real-world projects that get you up and running with […]
Operation Not Legal in the Current State – Debugging ASP.NET Core

Operation Not Legal in the Current State – The other evening I was playing around with an ASP.NET Core application. When I started debugging it, I immediately saw an error message pop up that said Unable to start program ‘[http]://localhost:59676/’. An operation is not legal in the current state. It was a bit of a head […]