Hello, blog
Welcome. This blog runs on a small custom generator: markdown in, plain HTML out, no framework in sight. Posts land here first; cross-posts elsewhere point back to this page as canonical.
What to expect
Practical notes on C#, .NET, and Azure, at whatever pace real work allows.
Code samples get highlighted at build time, so your browser does no work:
var greeting = "Hello, blog";
Console.WriteLine(greeting);
Diagrams are rendered to SVG when the site is built, so they cost you no JavaScript either:
More soon.