Category Archives: APIs

API – Functions Part 3: Routing

In the previous part of this series, we looked at creating our first API. But how do you determine which API is being invoked? This is accomplished with routing. If you have a Products class your entry (end point) might look … Continue reading

Posted in API, APIs, Essentials, Mini-Tutorial | Tagged | Leave a comment

API Part 2 – Creating your first API

This is part 2 in our series on .NET APIs with C#. Find Part 1 here. No surprise, the first step in building your application is to create a new solution. To get started, choose the Azure Functions template. Name … Continue reading

Posted in API, APIs, Essentials, Mini-Tutorial | Tagged | Leave a comment