Welcome to the 14th episode of the Built a Web Api in ASP.NET Core 3.1 and Consume it using an MVC Client also in ASP.NET Core. In my previous episode, I walked you through the process of creating the rest of the methods of the customer repository class for the complete set of CRUD operations. In this episode, I shall walk you through the process of creating the order repository with the initialization of the OrderRepository class and writing the method to get all orders for a customer. In this series of tutorials, all the episodes will be in continuation from the previous ones and so is the building of the code base, hence it is highly recommended to be up to date with all the previous episodes before viewing this one. I shall build the project from scratch and walk you through the code explaining everything in the process. All the episodes will be in continuation from the previous ones, so it is highly recommended to be up to date with all the previous episodes before viewing t...
Comments
Post a Comment