.NET /
Using the Options Pattern to Read Configuration in .NET
A practical pagination example showing how to bind configuration to C# classes, catch invalid settings at startup, and choose between IOptions, IOptionsSnapshot, and IOptionsMonitor.
Topic
4 articles connected by this topic across the archive.
Year
.NET /
A practical pagination example showing how to bind configuration to C# classes, catch invalid settings at startup, and choose between IOptions, IOptionsSnapshot, and IOptionsMonitor.
Year
DevOps /
Lessons from an SE Radio episode on third-party browser scripts, with a backend-focused look at securing the code supply chain through approved feeds, library signing, and CI enforcement.
Year
.NET /
Introduction In this article we will discuss adding multiple DB contexts to our DotNet projects, we will use EF core as our ORM to make a "Code First Database" approach. In this ar
Year
Leadership /
Two days ago, while I’m trying to test a Customer module that I had codded, testing some data insertion from my code, I found out my insertion code on exception does not roll back