
SBSharp Virtual Pages
01/26/2025
SBSharp enables to generate a static website using .NET/C# based templating. One advanced feature is to generate virtual pages, i.e. pages which are not materialized until the rendering. Let's deep dive into this concept.
.NET Static site generation SBSharp

.NET and Asciidoc
12/28/2024
Markdown tends to be the documentation standard, however it still has multiple pitfalls compared to asciidoc, let see how to integrate Asciidoc within a .NET application.
.NET Documentation Writing Asciidoc

.NET and Kubernetes setup
10/20/2024
Kubernetes helps a lot to reduce the time to go to production and the needed development effort. However it needs some carefulness about the setup regarding security and runtime. Let see specifically some .NET impact of harnessing its Pod
.
.NET Kubernetes Cloud

AsyncLocal, Threading and execution context
09/10/2024
Coming from synchronous and ThreadLocal
to asynchronous and something equivalent can be challenging, let's see the AsyncLocal
case.
.NET State Context AsyncLocal ThreadLocal

OpenTelemetry Metrics and Kubernetes Challenges
08/14/2024
How to use .NET OpenTelemetry metrics package and which challenges to solve to integrate within Kubernetes.
JSON .NET Kubernetes OpenTelemetry Kubernetes

System.Text.Json in trimming/AOT mode with custom JsonSerializerOptions
08/01/2024
How to use System.Text.Json with trimming/AOT mode and still pass JsonSerializerOptions to customize the naming policy, ignore condition etc...
JSON .NET AOT