Instructional Video19:48
Curated Video

Minimal API Development with ASP.NET Core - Add Generic Repository - Part 1

Higher Ed
This video explains how to add generic repository.<br<br/>/>

This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Instructional Video13:24
Curated Video

Minimal API Development with ASP.NET Core - Add Default Data

Higher Ed
This video explains setting up the default data or seeding the database.
<
br/>
This clip is from the chapter "Add Entity Framework" of the series "Minimal API Development with ASP.NET Core".This section introduces you to adding an...
Instructional Video3:22
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - HTML iframes

Higher Ed
In this video, we'll learn about HTML iframes.
r/>
This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn...
Instructional Video8:47
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - HTTP/2

Higher Ed
[Theory] gRPC Internals Deep Dive: HTTP/2
r/>
This clip is from the chapter "[Theory] gRPC Internals Deep Dive" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going learn...
Instructional Video5:39
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - [Theory] SSL Security

Higher Ed
[Hands-On] gRPC Advanced Features Deep Dive: [Theory] SSL Security
r/>
This clip is from the chapter "[Hands-On] gRPC Advanced Features Deep Dive" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In...
Instructional Video25:29
Curated Video

Minimal API Development with ASP.NET Core - Create CRUD Endpoints

Higher Ed
This video explains how to create CRUD endpoints.<br<br/>/>

This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Instructional Video10:56
Curated Video

Minimal API Development with ASP.NET Core - Configure JWT Authentication

Higher Ed
This video explains the JWT code, the mechanism that will generate the token for the project.
<
br/>
This clip is from the chapter "Securing a Minimal API" of the series "Minimal API Development with ASP.NET Core".This section...
Instructional Video6:07
Curated Video

Minimal API Development with ASP.NET Core - Configure CORS

Higher Ed
This video explains how to setup configuration for Cross-Origin Resource Sharing (CORS).
<
br/>
This clip is from the chapter "Create ASP.NET Core API Project with Visual Studio" of the series "Minimal API Development with ASP.NET...
Instructional Video20:56
Curated Video

Minimal API Development with ASP.NET Core - Additional Endpoints

Higher Ed
This video explains how to extend the endpoints to make some additional endpoints.
<
br/>
This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on...
Instructional Video27:54
Curated Video

Minimal API Development with ASP.NET Core - Add Validations - Fluent Validation

Higher Ed
This video explains how to add validations and the dangers of not having validation.
<
br/>
This clip is from the chapter "Value-Added Features" of the series "Minimal API Development with ASP.NET Core".This section explains...
Instructional Video15:57
Curated Video

Minimal API Development with ASP.NET Core - Add Register Endpoint

Higher Ed
In this video, you will learn to add the register endpoint.<br<br/>/>

This clip is from the chapter "Securing a Minimal API" of the series "Minimal API Development with ASP.NET Core".This section focuses on securing a Minimal API.
Instructional Video12:43
Curated Video

Minimal API Development with ASP.NET Core - Add Login Endpoint

Higher Ed
This video explains what it takes to create a login endpoint.<br<br/>/>

This clip is from the chapter "Securing a Minimal API" of the series "Minimal API Development with ASP.NET Core".This section focuses on securing a Minimal API.
Instructional Video26:23
Curated Video

Minimal API Development with ASP.NET Core - Add JWT to Login Response

Higher Ed
This video explains how to add JWT to the login response.<br<br/>/>

This clip is from the chapter "Securing a Minimal API" of the series "Minimal API Development with ASP.NET Core".This section focuses on securing a Minimal API.
Instructional Video21:22
Curated Video

Minimal API Development with ASP.NET Core - Add HTTP Request Filters (.NET 7)

Higher Ed
This video explains filters and how to add HTTP request filters.<br<br/>/>

This clip is from the chapter "Value-Added Features" of the series "Minimal API Development with ASP.NET Core".This section explains value-added features.
Instructional Video21:06
Curated Video

Minimal API Development with ASP.NET Core - Add Generic Repository - Part 2

Higher Ed
The second part of this repository implementation makes some adjustments to the entity model.
<
br/>
This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses...
Instructional Video18:13
Curated Video

Minimal API Development with ASP.NET Core - Add Entity Framework

Higher Ed
This video explains how to set up the entity framework in the project.
<
br/>
This clip is from the chapter "Add Entity Framework" of the series "Minimal API Development with ASP.NET Core".This section introduces you to adding an...
Instructional Video10:18
Curated Video

Minimal API Development with ASP.NET Core - Add Data Transfer Objects

Higher Ed
This video explains how to add data transfer objects.<br<br/>/>

This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Instructional Video9:42
Curated Video

Minimal API Development with ASP.NET Core - Add AutoMapper

Higher Ed
This video introduces AutoMapper to our project.<br<br/>/>

This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Instructional Video7:44
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Developing Ordering Lambda Microservice Sync Invocation from API Gateway

Higher Ed
This video explains the development of ordering Lambda microservice sync invocation from API Gateway.
<
br/>
This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the...
Instructional Video1:19
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Amazon API Gateway - Differences Between REST - HTTP API

Higher Ed
This video explains the Amazon API Gateway—differences between REST and HTTP API.
<
br/>
This clip is from the chapter "API Gateway RESTful API Development with Synchronous Lambda Event Sources" of the series "AWS Serverless...
Instructional Video4:35
Curated Video

Hands-on .NET Minimal API for Web Developers - Step 11: Add DTO Models

Higher Ed
In this lesson, we will look at enhancing the MapPost and MapGet operations using the DTO model instead of the data model.
<
br/>
This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API...
Instructional Video9:22
Curated Video

Minimal API Development with ASP.NET Core - Tour Project

Higher Ed
This video explains a tour project and how Minimal API represents a diversion from using the normal API and how to accomplish everything from just one API file.
<
br/>
This clip is from the chapter "Create ASP.NET Core API Project...
Instructional Video1:05
Curated Video

Minimal API Development with ASP.NET Core - Section Overview - Securing a Minimal API

Higher Ed
In this video, we will have a look at the section overview where we will be setting up user authentication and security for the API.
<
br/>
This clip is from the chapter "Securing a Minimal API" of the series "Minimal API...
Instructional Video0:33
Curated Video

Minimal API Development with ASP.NET Core - Section Overview - Create API Endpoints

Higher Ed
This video explains the section overview and how to connect to the database.
<
br/>
This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API...