Blouppy is a place where you can get information about tips, best practices, technologies around Microsoft such as .NET Core, WPF, ASP.NET Core but also about other topics. You can also find information about the creator of Blouppy if you wish.
Implementing Rate Limiting Middleware in .NET 7
Securing a web application is a multifaceted task, and a key part of this process is rate limiting. In this article, we delve into inbuilt rate limiting with .NET 7, showcasing its capabilities…
Jimmy Boinembalome
Validating requests with FluentValidation
Validation is a critical aspect of any web application, ensuring that the data received from clients is accurate and meets the specified requirements. In ASP.NET Core Web API, there are several ways…
Jimmy Boinembalome
Introduction to Clean Architecture
Clean Architecture is a software design principle introduced by Robert C. Martin, popularly known as Uncle Bob, in his book "Clean Architecture: A Craftsman's Guide to Software Structure and Design…
Jimmy Boinembalome