BMBilly Mumbyinbilly-mumby-dev.com·Aug 22, 2023 · 8 min readNSubstitute from MoqA concise and straightforward guide to transitioning from Moq to NSubstitute. Foreword There has been a recent issue with version 4.2.0 of the popular mocking library Moq. This is covered in many places by the community already, there is a great vide...00
BMBilly Mumbyinbilly-mumby-dev.com·Jan 16, 2022 · 11 min readPaging in Azure Cosmos DBForeword Cosmos DB is a popular NoSQL database offering from Microsoft's cloud provider Azure. It offers an extremely scalable, super-fast, and highly available platform as a service database. All data is stored as JSON, in a logical grouping called ...00
BMBilly Mumbyinbilly-mumby-dev.com·Jan 13, 2022 · 6 min readFluent .NET Apis - Guiding A DeveloperFluent Apis - Guiding A Developer Sometimes when creating an object or performing a task via an API the creator of that API may want to ensure certain things happen sometimes in a specific order. It may also be the case that some things are required ...00
BMBilly Mumbyinbilly-mumby-dev.com·Jan 13, 2022 · 5 min readNuget Packages & Github ActionsDeploying Nuget Packages (GitHub Actions) Nuget packages are great and allow developers to make use of useful libraries put together by other developers. The version number is often important to developers many use the common pattern of Major.Minor.P...00