Learn your way! Get started

ASP.NET CORE 6 Microservices, Part 2 of 9: Product API Models

with expert Bhrugen Patel


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 10/18/2021
Level Beginner
Runtime 1h 9m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

Microservices make it easier to develop, test, and deploy isolated parts of your application. Once deployed, each microservice can be independently scaled as needed. In this course Microservices will be used to build a real world application, and focus on creating Product API's

Prerequisites

Basic understanding of .NET Core CRUD Operations Entity Framework Core Basic API Creation and Consumption

Meet the expert

I have a master's of science degree in computer science, and a bachelor of Computer Engineering. I also have many years of experience with .NET, C#, and .NET MVC. I enjoy teaching along with my full-time job.

Course outline



Module 2

Create DTOs inside Product API (19:05)
  • Introduction (00:08)
  • Get Started (00:54)
  • Create DTO's inside Product API (03:27)
  • Product Repository Interface (02:16)
  • AutoMapper Configuration in Product API (04:14)
  • Product Repository Implementation Part 1 (04:07)
  • Product Repository Implementation Part 2 (03:49)
  • Summary (00:08)
ProductAPI Controller HTTPGET (16:39)
  • Introduction (00:08)
  • ProductAPI Controller HTTPGET (06:40)
  • ProductAPI Controller POST - PUT - DELETE (01:59)
  • Seed Products in ProductAPI (01:34)
  • Azure Storage Explorer for Images (06:09)
  • Summary (00:08)
Product Repository Interface and DTOS (21:41)
  • Introduction (00:08)
  • Product Repository Interface and DTOS (06:39)
  • Interface and API Request Model (04:26)
  • Base Service Implementation (10:20)
  • Summary (00:08)
Product Service in Mango Web Project (12:32)
  • Introduction (00:08)
  • Product Service in Mango Web Project (05:58)
  • Configure ProductService and HttpClient (02:04)
  • Bootstrap V5 (04:13)
  • Summary (00:08)