How to generate API client library September 21, 2017Posted inC#/.NETTags: api, client, library, swaggerNo Comments When our API is up and running, we can start to generate one or more clients for different types of frameworks and programming languages.
Getting started with Web API March 17, 2017Posted inC#/.NETTags: api, azure, webNo Comments In this article, I will show you how to create a simple C# Web API using ASP.NET and Entity Framework code-first approach.