Simple ASP.NET Core WebAPI
With .NET Core that is available on GitHub it’s now possible to start developing with the .NET framework on different Operating Systems. Also it make the run/test process really quick. In this how-to we will create an webapi to display City names. Let’s start with the preparation and install Microsoft Visual Studio and .NET Core SDK. Visual Studio To start an new project Visual Studio can create projects and add auto fill functions during coding. To start the Community edition contains…