This might be beyond niche, but does #dotnet #aspdotnet health checks libraries have a way to decide *per request* which checks to include?
Either by adding / removing checks when inspecting the request, or by filtering - selecting from a larger set of pre-registered checks?
It's a tenanting thing.

Mein #Passwort ist wohl zu gefΓ€hrlich... πŸ™ƒ

> A potentially dangerous Request.Form value was detected from the client (Password="...L~FJj&YNG]<z.+e?8dRF").

#Security #AspDotNet #Internet #Password

What Books Should I Read to Learn ASP.NET Core and Blazor? - Kerrick Long's Blog

I read the front matter of 24 books. I'll read 3 books ASAP, 3 more soon, and 3 others "someday." But I need your help choosing the first book!

Kerrick Long's Blog - Articles about programming, learning, code, books, and teams

Just checked with `time` the time it takes for two CLI frameworks to perform one command invocation (which is basically an empty method body).

One takes 0.13s, the other 0.16s (synthetic benchmark difference is 0.04s).
Most of the time is spent configuring the WebApplicationBuilder.
Do I care that "--help" is printed in 0.09s/0.16s?

#DotNet #SSG #AspDotNet #CSharp

Adding to my #SSG ramblings. This is roughly the layout I'm thinking of.
Whether /content/Home will be there, I don't know yet, that is how Grav does it.
Keeping the wwwroot and Views/-structure, as that is configured by-default in ASP.NET.

The Views are all runtime-compiled and then rendered based on files inside the content-folder.

#AspNet #AspDotNet #DotNet #Razor

Building an #SSG, the easy part: Getting templates to render.
The difficult part: Listing all content (Markdown), storing them, assigning metadata.
The hard part: Making sense of all the data acquired.

#DotNet #AspDotNet #CSharp #Razor

It lives, and includes pain.

But _ViewStart, Layouts and all this good stuff works just fine.

#AspDotNet #DotNet #Razor #StaticSiteGenerator #SelfHost