There are occasions you would like or need to add versioning to your API in order to specify availability or non-availability of functionality. There are a few options available such as Query String, Url based as well as Http header. For my purposes I am going to talk about the Url based approach, as I […]
Tag: Asp.Net Core
Integration Testing an Asp.Net Core Web API with xUnit.net
Summary In this post I would like to show you how to go about adding Integration tests to your Asp.Net Core Web API project using Xunit.net. Pre-requisites Asp.Net Core SDK and Runtime installed Why I would want to add Integration testing to my Web API Integration tests are a great way to test infrastructure connectivity […]