[Part 16] - Build an ASP.NET Core 3.1 Web API and Consume with MVC (Re...

Welcome to the 16th 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 this episode, I shall explain how to register the repositories in Startup Class. 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. Watch Part 15 of the Series: https://youtu.be/oiFNIkZqCOw Watch Part 14 of the Series: https://youtu.be/zDtHVwy10vQ Watch Part 13 of the Series: https://youtu.be/8aRMyjnKzJE Watch Part 12 of the Series: https://youtu.be/HKCMb3nBcLQ Watch Part 11 of the Series: https://youtu.be/b8njrd_EMfo Watch Part 10 of the Series: https://youtu.be/yzrpO2pJGaU Watch Part 9 of the Series: https://youtu.be/iFhDv5p9pHI Watch Part 8 of the Series: https://youtu.be/c6wRQnHfUo4 Watch Part 7 of the Series: https://youtu.be/eyylq3U1Qdg Watch Part 6 of the Series: https://youtu.be/sJtvvFLfO0o Watch Part 5 of the Series: https://youtu.be/cbA8FVMM-AY Watch Part 4 of the Series: https://youtu.be/5G-mRxQA8rc Watch Part 3 of the Series: https://youtu.be/q2jWdhtonEM Watch Part 2 of the Series: https://youtu.be/loK_gzjngl0 Watch Part 1 of the Series: https://youtu.be/1iWkl3UIpG0 This is part 16 of a multi-part series of tutorials on How to Build a Web API and Consume it in ASP.NET Core MVC using SQL Server and ADO.NET. I shall walk through the process of registering the repositories in the Startup class. The finished project will use client and server-side form validation techniques used in asp.net core by the MVC client. The Web API project will use Serilog for logging errors. Like || Share || Spread || Love Make sure you subscribe to our YouTube Channel and never miss our latest video:- http://bit.ly/Kaushik-roy-chowdhury-subscribe Support The Channel By Donations: https://www.patreon.com/deveducator For more updates Follow us on:- Visit- https://kaushikroychowdhury.com Facebook- https://www.facebook.com/deveducate Twitter- https://twitter.com/krchome58 Linkedin- https://www.linkedin.com/in/chowdhurykaushik Github- https://github.com/krchome Blogger- https://krchome1.blogspot.com/ Live Journal- https://ext-5537239.livejournal.com/ MIx - https://mix.com/kaushikroychowdhury #KaushikRoyChowdhaury #AspNetTutorials #WebAPITutorials #MVC

Comments

Popular posts from this blog

How to Fix "JsonReaderException: '}' is invalid after a single JSON valu...

ASP NET Core 3 1 Build a Complete MVC ToDo List Application Part 11

A Simple ML.NET Linear Regression Machine Learning Application