-
Урок 1.
00:00:39
Course introduction
-
Урок 2.
00:03:55
What this course covers
-
Урок 3.
00:08:25
What you are going to build
-
Урок 4.
00:00:28
Is this course for you?
-
Урок 5.
00:00:52
Software prerequisites
-
Урок 6.
00:05:20
Introduction to ASP.NET Core
-
Урок 7.
00:04:26
Development environment setup
-
Урок 8.
00:00:34
Introduction
-
Урок 9.
00:06:22
ASP.NET Core Web API Essentials
-
Урок 10.
00:09:44
Creating a Web API project
-
Урок 11.
00:05:37
Building and debugging a Web API project
-
Урок 12.
00:11:21
Adding the Game Entity
-
Урок 13.
00:03:29
Implementing a GET ALL endpoint
-
Урок 14.
00:04:10
Using Postman
-
Урок 15.
00:05:48
Implementing a GET BY ID endpoint
-
Урок 16.
00:08:27
Implementing the POST endpoint
-
Урок 17.
00:07:24
Implementing the PUT endpoint
-
Урок 18.
00:04:12
Implementing the DELETE endpoint
-
Урок 19.
00:00:26
Introduction
-
Урок 20.
00:03:28
Using Route Groups
-
Урок 21.
00:04:11
Adding Server-Side Validation
-
Урок 22.
00:02:11
Introduction to NuGet
-
Урок 23.
00:04:37
Using NuGet packages
-
Урок 24.
00:07:23
Refactoring the endpoints
-
Урок 25.
00:00:33
Introduction
-
Урок 26.
00:01:43
Introduction to the repository pattern
-
Урок 27.
00:10:41
Adding the Games Repository
-
Урок 28.
00:04:57
Understanding Dependency Injection
-
Урок 29.
00:03:59
Understanding Service Lifetimes
-
Урок 30.
00:11:45
Using Dependency Injection
-
Урок 31.
00:02:24
Understanding Data Transfer Objects
-
Урок 32.
00:12:06
Using Data Transfer Objects
-
Урок 33.
00:00:28
Introduction
-
Урок 34.
00:01:41
Introduction to Docker
-
Урок 35.
00:13:46
Running SQL Server as a Docker container
-
Урок 36.
00:06:07
Reading configuration from appsettings.json
-
Урок 37.
00:02:34
Storing secrets for local development
-
Урок 38.
00:05:34
Using Secret Manager to store a connection string
-
Урок 39.
00:00:31
Introduction
-
Урок 40.
00:03:55
Introduction to Entity Framework Core
-
Урок 41.
00:07:56
Creating the DBContext
-
Урок 42.
00:07:01
Generating database migrations
-
Урок 43.
00:06:20
Configuring entities for database migration
-
Урок 44.
00:03:21
Applying a database migration
-
Урок 45.
00:07:04
Applying migrations on startup
-
Урок 46.
00:06:49
Implementing an Entity Framework repository
-
Урок 47.
00:08:51
Using the Entity Framework repository
-
Урок 48.
00:03:25
Understanding the Asynchronous Programming Model
-
Урок 49.
00:12:08
Using the asynchronous programming model
-
Урок 50.
00:00:29
Introduction
-
Урок 51.
00:02:34
Using Token Based Authentication
-
Урок 52.
00:04:37
Securing an ASP.NET Core Web API
-
Урок 53.
00:04:03
Creating Access Tokens
-
Урок 54.
00:02:42
Understanding JSON Web Tokens
-
Урок 55.
00:04:52
Using Access Tokens In Postman
-
Урок 56.
00:03:54
Using Role Based Authorization
-
Урок 57.
00:11:35
Using Claims Based Authorization
-
Урок 58.
00:00:32
Introduction
-
Урок 59.
00:02:03
Introduction to Logging
-
Урок 60.
00:03:51
Sending logs via the WebApplication logger
-
Урок 61.
00:02:36
Using ILoggerFactory
-
Урок 62.
00:04:21
Using ILogger
-
Урок 63.
00:03:37
Using a Json Logger
-
Урок 64.
00:05:06
Using structured logging
-
Урок 65.
00:06:32
Configuring log levels
-
Урок 66.
00:04:24
Use HTTP Logging
-
Урок 67.
00:00:27
Introduction
-
Урок 68.
00:07:47
Catching and logging errors
-
Урок 69.
00:07:48
Returning problem details
-
Урок 70.
00:01:46
Introduction to Middleware
-
Урок 71.
00:08:02
Adding a middleware via a request delegate
-
Урок 72.
00:05:31
Creating a middleware class
-
Урок 73.
00:13:21
Using the Built-In Exception Handler
-
Урок 74.
00:00:27
Introduction
-
Урок 75.
00:01:56
The importance of versioning
-
Урок 76.
00:03:16
Using version specific DTOs
-
Урок 77.
00:04:31
Adding URL path-based versioning support
-
Урок 78.
00:05:09
Using the ASP.NET API Versioning package
-
Урок 79.
00:02:18
Using Query String versioning
-
Урок 80.
00:02:35
Specifying a default API version
-
Урок 81.
00:00:21
Introduction
-
Урок 82.
00:04:11
Running the Game Store Portal
-
Урок 83.
00:04:16
Understanding CORS
-
Урок 84.
00:06:22
Configuring CORS
-
Урок 85.
00:03:33
Refactoring the CORS configuration
-
Урок 86.
00:00:22
Introduction
-
Урок 87.
00:03:56
Introduction to OAuth 2.0
-
Урок 88.
00:04:32
Introduction to OpenID Connect
-
Урок 89.
00:03:04
Setting up Auth0
-
Урок 90.
00:03:11
Defining an Auth0 API
-
Урок 91.
00:07:08
Defining Auth0 Roles and Users
-
Урок 92.
00:03:15
Defining the Auth0 application
-
Урок 93.
00:00:28
Introduction
-
Урок 94.
00:06:06
Configuring the Auth0 scheme in the Web API
-
Урок 95.
00:10:29
Getting and using access tokens in Postman
-
Урок 96.
00:10:12
Adding support for multiple scopes
-
Урок 97.
00:04:21
Getting and exploring ID tokens
-
Урок 98.
00:06:49
Enable authentication in the Game Store client
-
Урок 99.
00:00:22
Introduction
-
Урок 100.
00:06:54
Adding pagination support to repositories
-
Урок 101.
00:03:54
Add pagination support to the GetGames request
-
Урок 102.
00:06:55
Adding pagination support to responses
-
Урок 103.
00:03:16
Trying out pagination
-
Урок 104.
00:00:20
Introduction
-
Урок 105.
00:06:00
Add search support to repositories
-
Урок 106.
00:02:04
Add search support to the request
-
Урок 107.
00:03:43
Trying out search
-
Урок 108.
00:00:23
Introduction
-
Урок 109.
00:12:22
Adding OpenAPI support
-
Урок 110.
00:07:55
Enable the Swagger UI experience
-
Урок 111.
00:07:01
Describing response types
-
Урок 112.
00:06:09
Adding summaries, tags and descriptions
-
Урок 113.
00:00:25
Introduction
-
Урок 114.
00:02:50
What Is Microsoft Azure?
-
Урок 115.
00:02:15
Getting Your Azure Account
-
Урок 116.
00:06:54
Quick tour of the Azure Portal
-
Урок 117.
00:05:47
Creating a resource group
-
Урок 118.
00:00:24
Introduction
-
Урок 119.
00:02:56
File upload options
-
Урок 120.
00:02:58
What Is Azure Storage?
-
Урок 121.
00:02:32
Creating an Azure storage account
-
Урок 122.
00:06:49
Implement the image uploader
-
Урок 123.
00:05:24
Registering the Image uploader in the service container
-
Урок 124.
00:07:31
Implementing the image upload endpoint
-
Урок 125.
00:06:50
Trying out image upload
-
Урок 126.
00:00:25
Introduction
-
Урок 127.
00:06:52
Creating an Azure SQL database
-
Урок 128.
00:08:32
Creating an Azure App Service
-
Урок 129.
00:01:42
Enabling Logging to Azure App Service
-
Урок 130.
00:10:12
Deploying the Web API
-
Урок 131.
00:00:30
Introduction
-
Урок 132.
00:05:03
Publishing the client to GitHub
-
Урок 133.
00:05:51
Creating a Static Web App
-
Урок 134.
00:03:13
Updating the Web API CORS policy
-
Урок 135.
00:05:15
Adding Auth0 support to deployed client