Simple Patterns for Typescript Promises
This post explains simple patterns for using Typescript promises. These basic patterns will be sufficient to cover most standard use cases. Even though they may not be the most 'elegant'…
This post explains simple patterns for using Typescript promises. These basic patterns will be sufficient to cover most standard use cases. Even though they may not be the most 'elegant'…
WireMock.Net makes mocking of downstream HTTP services easy. This post contains a short introduction and sample integration test.
This post contains tips on how to set up ASP.NET Core Integration tests so that they will scale well with the service.
Authentication is a standard feature which can be added with very few steps to generated autorest clients. This will work regardless of whether the swagger.json contains the 'Authorization' header or…
Writing good component/API/integration tests is hard. This post explains strategies for writing a stable and maintainable test suite.