On Logging in ASP.NET Applications (Part 1...probably)
Logging is OF COURSE a critical part of applications however I often see it misunderstood / misused in ASP.NET applications. This is part post and part manifesto on how to effectively log in ASP.NET...

Sunday, 27 October 2024 17:00

//

10 minute read

Custom Config Section Extensions
It seems like everyone has a version of this code, I first came across this approach from Filip W and recently my old colleague Phil Haack has his version. Just for completion this is how I do...

Friday, 27 September 2024 06:20

//

4 minute read

Using Polly For Retries
Polly is a critical part of any .NET developer's toolkit. It is a library that allows you to define policies for handling exceptions and retries in your application. In this article, we will explore...

Sunday, 15 September 2024 02:20

//

9 minute read

Guid format string from a string input extension.
Small Posts FTW Small but potentially useful solution to a problem I was having. Namely, how to generate a GUID from a string input where the Guid is always valid but unique for any given input...

Wednesday, 07 August 2024 17:17

//

1 minute read

logo

©2024 Scott Galloway