Hello everybody I’m Nick and in this video I will show you how you can use Microsoft’s versioning package to add versioning for your ASP.NET Core APIs. I will cover Read More
Rest API
Creating Discoverable HTTP APIs with ASP.NET Core 5 Web API
This month, we’ll be focusing on building HTTP APIs with .NET 5. We’ll explore a myriad of different tools, technologies, and services that make your API development experience more delightful. Read More
Asp.Net Core 3.0 Web API Versioning best practices
In this tutorial, we are going to cover Asp Net Core 3.0 Web API Versioning best practices using Visual Studio 2019. We will see different ways to implement API versioning in Asp.Net Read More
ASP.NET Core Web API Versioning
An iteration and evolutionary changes of an ASP.NET Core Web API is handled by Versioning. Versioning of an API gives confidence to the clients which consumes API for a long Read More
Restful API best practices for ASP.NET MVC Core
In this video we will discuss the best practices we need to use in Restful API development using ASP.NET MVC Core. We will discuss why we should never expose our Read More
Building a Scalable API Gateway
First of all, what is an API gateway? Conceptually an API gateway is a layer between incoming client requests and your underlying API services. This is a pattern you see Read More
Adding Roles to the API – A TimCo Retail Manager Video
In this video, we are going to be limiting who can do what by adding in user roles. This will prevent just anyone from using our register and it will Read More
How to add swagger to ASP.NET Core 3.0 Web API
In this tutorial, we are going to cover how to add swagger to ASP.NET Core 3.0 Web API. Swagger is an api testing tool and it is very easy to use swagger with ASP.NET Core 3.0 Web API. Read More
Your API versioning is wrong, which is why I decided to do it 3 different wrong ways
In the end, I decided the fairest, most balanced way was to piss everyone off equally. Of course I’m talking about API versioning and not since the great “tabs versus Read More
Adding Health Checks in ASP.NET Core 3 & 2.2 REST API
Hello everybody I’m Nick and today I will show you how you can easily add health checks in your ASP.NET Core API. ASP.NET Core comes with built in support for Read More