In the past, I've run into trouble running integration tests against docker containers. Let me give you a recent example, I've been working with AWS DynamoDB, when it comes to testing, I don't
The HttpClientFactory allows you to create HttpClient instances to be used in your application. The HttpClientFactory provides a central location for naming and configuring HttpClients that you are able to pre-configure allowing you to access specific services.
Amazon S3 is a simple storage service that allows you to store, retrieve and delete objects in the cloud. Amazon S3 is highly scalable, reliable and fast storage solution. This post covers how to interact with Amazon S3 within a .NET Core 2.0 WebAPI.
When creating Web APIs we create endpoints that people can use to interact with our Web Service. Often these endpoints will have a parameter that we can enter as part of the request. These parameters that someone can enter are what we want to make sure we validate on.
A common task for a developer when working with or building an application is implementing and interacting with APIs. In this post we will look at what an API is. We will then move onto creating our own .NET Core 2.0 Web API that implements a 3rd party Web API.
There are many tools that help you achieve CI/CD. I recently started using Bitbucket pipelines. Bitbucket pipelines offers a continuous integration or delivery service that is built right into Bitbucket.