.NET Core 3.1 MVC REST API - Full Course

In this full course, we show you how to build a full REST API using .NET Core 3.1. We’ll employ MVC, REST, the Repository Pattern, Dependency Injection, Entity Framework, Data Transfer Objects, (DTOs), AutoMapper to provide 6 API endpoints that will allow you to Create, Read Update and Delete resources. - Level: Beginner / Intermediate - My Book: - My other courses: - Patreon Site (Exclusive Member Benefits!): - Code on GitHub: --------------- INTRODUCTION - 1:58 Course Overview - 4:46 Application Architecture - 7:30 API DEMO CODING PART 1 - FIRST 2 API ENDPOINTS (GET / READ) - 10:10 Project Setup - 15:30 Create our Domain Model (Command) - 18:30 Build Our Repository Interface - 24:46 Implement our Repository Interface (Mock Reposiory) - 30:46 Create our Controller (Comman
Back to Top