netcore Using singletons in .NET Core in AWS Lambda Understanding Dependency Injection with .NET and AWS Lambda
nuget Tips for creating and consuming NuGet packages locally There's so many reasons why NuGet can be a pain to work with sometimes. I just want to give some neat tips to make it easier to develop them (and consume) locally during development.
macos How to send SIGTERM (graceful shutdown) to a .NET Core process in MacOS/Linux Simulate shutdown during development