.NET /
Adding Multiple DB Contexts in your DotNet Project
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
Topic
4 articles connected by this topic across the archive.
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