ASP.NET Core on .NET 7.0 - File upload and streams using Minimal API
It seems the Minimal API that got introduced in ASP.NET Core 6.0 will now be finished in 7.0. One feature that was heavily missed in 6.0 was the File Upload, as well as the possibility to read the...
View ArticleASP.NET Core on .NET 7.0 - Output caching
Finally, Microsoft added output caching to the ASP.NET Core 7.0 preview 6.Output caching is a middleware that caches the entire output of an endpoint instead of executing the endpoint every time it...
View ArticleASP.NET Core 7 updates
Release candidate 1 of ASP.NET Core 7 is out for around two weeks and the release date isn't that far. The beginning of November usually is the time when Microsoft is releasing the new version of .NET....
View ArticleASP.NET Core Globalization and a custom RequestCultureProvider
In this post, I'm going to write about how to enable and use Globalization in ASP.NET Core. Since you don't can change the culture depending on route values by default, I show you how to create and...
View ArticleASP.NET Core Globalization and a custom RequestCultureProvider
In this post, I'm going to write about how to enable and use Globalization in ASP.NET Core. Since you don't can change the culture depending on route values by default, I show you how to create and...
View ArticleWindows Terminal, PowerShell, oh-my-posh, and Winget
I'm thinking about changing the console setup I use for some development tasks on Windows. The readers of this block already know that I'm a console guy. I'm using git and docker in the console only....
View ArticleCreating a circuit breaker health check using Polly CircuitBreaker
Finally! After months of not writing a blog post, here it is:A GitHub Issue on the ASP.NET Core Docs points me to Polly CircuitBreaker. Which is really great. Before that, I didn't even know that...
View ArticlePlay with Playwright
What is Playwright?Playwright is a Web UI testing framework that supports different languages and is maintained by Microsoft. Playwright can be used with JavaScript/TypeScript, Python, Java and for...
View ArticleApplication Security at YOO
For about a year, I was working on a pretty exciting project. I defined and created a new role for our company that is responsible for application security. Actually, application security was never a...
View ArticleDevelop cloud native applications using .NET Aspire
At the .NET Conf 2023, Microsoft announced a kind of toolset to build cloud-native applications. That announcement was kind of hidden in a talk done by Glenn Condron and David Fowler about building...
View Article