ASP.NET Core Service Lifetime
2023-04-21
Singleton, Scoped, Transient
21 words
|
1 minutes
Dotnet user-secrets
2023-04-14
Don't store secrets in your configs!
46 words
|
1 minutes
Cover Image of the Post
JavaScript array equivalents to C# LINQ methods
Great reference for translating from C# LINQ to JS
564 words
|
3 minutes
Cover Image of the Post
Discriminated unions in C#
2023-03-17
Using the library OneOf in C#
392 words
|
2 minutes
Cover Image of the Post
FluentValidation for endpoint input validation in .net
Don't store secrets in your configs!
343 words
|
2 minutes
Cover Image of the Post
Using the C# interactive window in Visual Studio
Sending code to the interactive window with Ctrl+E
162 words
|
1 minutes
Cover Image of the Post
Snapshot testing with Verify
2023-02-10
Exploring one of the more hidden sides of NTFS - Alternate Data Streams
50 words
|
1 minutes
Cover Image of the Post