Greetings, Programs
Welcome to my blog.
This website is an attempt to write ideas down so I can refer to them later. If someone else finds these ideas useful, then I am glad.
Matthew Edgar
edgamat@outlook.com
https://github.com/edgamat
Latest Posts
Securing Your Supply Chain - Using a Private Nuget Feed
We have a private Nuget Feed for some internal packages we publish. Setting it up is easy, but is it secure?
Securing Your Supply Chain - Vulnerable Dependencies
Best Practices Framework
What’s the biggest scam in tech that is deemed acceptable? Best practices. Let’s unpack that a bit.
Inheritance Bugs in .NET
This week a curious bug occurred in our production environment. It ended up being caused by a change in the inheritance chain for the compiled code. A recompile of the code fixed the issue, but I wanted to dig into it a bit further.
Integration Tests with ASP.NET
I have seen a lot of mentions recently for writing integration tests with ASP.NET. I wanted to see what that experience was like.