.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
5 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
.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
DevOps /
Introduction Part of the CI/CD Automation is to add environment related configuration files through deployment automatically, rather than manually uploading them. This will provide
CI/CD /
This section discusses how to build multiple Repositories with a single pipeline. this could be needed when the feature you deliver may affect multiple code repositories and you ne
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