-
NuGet, Security, and Central Package Management
Jürgen Gutsch - 12 May, 2025
For a while, I took over two more roles in the company. Besides being a software engineer, I'm also responsible for sharing knowledge, keeping awareness, and supporting our projects regarding quality assurance and application security. The latter is the topic why I'm writing these lines about how central package management solves a security problem with transitive NuGet packages.
-
Develop cloud native applications using .NET Aspire
Jürgen Gutsch - 19 February, 2024
At the .NET Conf 2023, Microsoft announced a kind of toolset to build cloud-native applications. In this post, I'm going to introduce .NET Aspire and show it in action with a small demo solution.
-
Application Security at YOO
Jürgen Gutsch - 03 April, 2023
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. This also means that I will take over this new role and to be responsible, to ensure and to maintain the security standards throughout the entire company.
-
Play with Playwright
Jürgen Gutsch - 08 March, 2023
In this blog post, I don't want to introduce Playwright. I would like to play around with it and to use it a little differently. Instead of testing a pre-hosted web application, I'd like to test a web application that is self hosted in the test project using the WebApplicationFactory.
-
Creating a circuit breaker health check using Polly CircuitBreaker
Jürgen Gutsch - 14 February, 2023
In this blog post I try to implement an ASP.NET Core Health Check that uses Polly CircuitBreaker that breaks if the number of errors reaches a limit within a specific period of time.
Older posts
- 15 Nov 2022 Windows Terminal, PowerShell, oh-my-posh, and Winget
- 25 Oct 2022 ASP.NET Core Globalization and a custom RequestCultureProvider [Updated]
- 03 Oct 2022 ASP.NET Core 7 updates
- 26 Jul 2022 ASP.NET Core on .NET 7.0 - Output caching
- 01 Apr 2022 ASP.NET Core on .NET 7.0 - File upload and streams using Minimal API
- 21 Feb 2022 ASP.NET Core on .NET 7.0 - Roadmap, preview 1 and file upload in minimal APIs
- 14 Feb 2022 20 years of .NET
- 04 Jan 2022 Customizing ASP.NET Core 6.0 - The second edition
- 01 Jan 2022 New blog sponsor - YOO inc.
- 22 Sep 2021 Do you know the GitHub Advisory Database?