Build a Web API with ASP.NET Core
Recently I was tasked to put a simple WEB API together to manage a list of country capitals, so I decided to put this post together as a walk-through on how I did it. What is a Web API? ASP.Net Web API is a framework used to build HTTP services. By using HTTP this makes…