Back to all articles

Topic

.NET

3 articles connected by this topic across the archive.

Year

2024

DevOps /

How to Secure Your Code Supply Chain in .NET Projects

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

2023

.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

Year

2021