.NET 5 Web API – Part 2

Hello everyone! Here we are continue to build our .NET 5 Web API. If you have missed the first part, please visit the introduction here. In the previous article, we have implemented the method to get all the movies. So here we can start with the method, Get movie by id to get a single…

.NET 5 Web API Introduction

.NET 5.0 officially released on November 10, 2020. As per Microsoft, .NET 5 is the next step of the .NET Core. Also .NET Framework and .NET  Core will become a single framework in the next .NET 6 release. Its always good to be prepared, So today we are going to try to build a .NET…