zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Complete Web API in .NET 5 Consumed with Blazor WebAssembly
magnet:?xt=urn:btih:94629c5e76c07bb0f35ab117e3e9d7a69eb13c4c&dn=[FreeCourseSite.com] Udemy - Complete Web API in .NET 5 Consumed with Blazor WebAssembly
磁力链接详情
文件列表详情
94629c5e76c07bb0f35ab117e3e9d7a69eb13c4c
infohash:
127
文件数量
7.56 GB
文件大小
2024-4-5 00:23
创建日期
2024-11-11 16:21
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Complete
Web
API
in
NET
5
Consumed
with
Blazor
WebAssembly
01 Introduction_ What and Why/001 Course Introduction.mp4 8.43 MB
01 Introduction_ What and Why/003 What is Web API.mp4 7.58 MB
01 Introduction_ What and Why/004 Why Web API_ Sharing Data.mp4 4.08 MB
01 Introduction_ What and Why/005 Why Web API_ Sharing Functionalities.mp4 1.3 MB
01 Introduction_ What and Why/006 What Should You Share with Web API.mp4 6.52 MB
01 Introduction_ What and Why/007 What makes RESTful Web API.mp4 48.97 MB
02 Laying Foundation by Designing a Web API Framework from Scratch/001 Designing a Web API Framework from Scratch.mp4 1.47 MB
02 Laying Foundation by Designing a Web API Framework from Scratch/002 Requirements of the Web API Framework.mp4 27.07 MB
02 Laying Foundation by Designing a Web API Framework from Scratch/003 Architectural Design of the Framework.mp4 57.97 MB
02 Laying Foundation by Designing a Web API Framework from Scratch/004 _Implementing_ the Framework (Demo with Node.js).mp4 77.5 MB
02 Laying Foundation by Designing a Web API Framework from Scratch/005 Testing the Framework with PowerShell ISE.mp4 23.81 MB
02 Laying Foundation by Designing a Web API Framework from Scratch/006 Missing Parts in _Our_ Framework.mp4 36.93 MB
03 REST API DESIGN/001 Basic Web API Design.mp4 24.34 MB
03 REST API DESIGN/002 Practice Time_ API Design.mp4 9.59 MB
03 REST API DESIGN/003 Suggested Answer_ API Design.mp4 21.59 MB
04 ASP.NET Core Platform Basics/001 ASP.NET Core Platform Basics_ Architecture.mp4 32.13 MB
04 ASP.NET Core Platform Basics/002 ASP.NET Core Platform Basics_ Demo.mp4 56.24 MB
05 Web API Routing/001 Web API Routing #1.mp4 90.08 MB
05 Web API Routing/002 Web API Routing #2.mp4 36.74 MB
05 Web API Routing/003 Practice Time_ Web API Routing.mp4 5.98 MB
05 Web API Routing/004 Suggested Answer_ Web API Routing.mp4 19.21 MB
06 Web API Model Binding/001 How Model Binding Works.mp4 35.28 MB
06 Web API Model Binding/002 Primitive Type Model Binding from Route & Query.mp4 53.92 MB
06 Web API Model Binding/003 Complex Type Model Binding from Route & Query.mp4 43.26 MB
06 Web API Model Binding/004 Model Binding from Body.mp4 61.02 MB
07 Web API Model Validation/001 Introduction.mp4 25.61 MB
07 Web API Model Validation/002 Data Annotation.mp4 52.56 MB
07 Web API Model Validation/003 ValidationAttribute.mp4 74.96 MB
07 Web API Model Validation/004 Practice Time_ Model Validation.mp4 13.32 MB
07 Web API Model Validation/005 Suggested Answer_ Model Validation.mp4 38.82 MB
08 Web API Filter Pipeline/001 Filter Pipeline_ What and Why.mp4 47.62 MB
08 Web API Filter Pipeline/002 Middleware Pipeline vs Filter Pipeline.mp4 15.64 MB
08 Web API Filter Pipeline/003 ActionFilter.mp4 112.81 MB
08 Web API Filter Pipeline/005 ResourceFilter.mp4 78.3 MB
08 Web API Filter Pipeline/006 Practice Time_ Filter Pipeline.mp4 5.7 MB
08 Web API Filter Pipeline/007 Suggested Answer_ Filter Pipeline.mp4 35.61 MB
09 Creating the EndPoints/001 Architecture Problem #1.mp4 18.99 MB
09 Creating the EndPoints/002 Decouple Model Classes to Fix Problem #1.mp4 47.31 MB
09 Creating the EndPoints/003 Architecture Problem #2.mp4 26.76 MB
09 Creating the EndPoints/004 Decouple Validation Logic to Fix Problem #2.mp4 141.09 MB
09 Creating the EndPoints/005 Add Entity Framework.mp4 175.92 MB
09 Creating the EndPoints/006 Reading Data Endpoints.mp4 62.1 MB
09 Creating the EndPoints/007 Writing Data Endpoints.mp4 89.45 MB
09 Creating the EndPoints/008 Testing Endpoints.mp4 38.62 MB
09 Creating the EndPoints/009 Practice Time_ Tickets Endpoints.mp4 2.91 MB
09 Creating the EndPoints/010 Solution_ Tickets Endpoints.mp4 66.76 MB
09 Creating the EndPoints/011 Testing and Fixing issues of the Tickets Endpoints.mp4 71.44 MB
10 Web API Advanced Topics/001 Asynchronous Endpoints_ What and Why.mp4 64.87 MB
10 Web API Advanced Topics/002 Asynchronous Endpoints_ Implementation.mp4 75.37 MB
10 Web API Advanced Topics/003 Why Versioning.mp4 36.03 MB
10 Web API Advanced Topics/004 Install the Versioning Package.mp4 11.14 MB
10 Web API Advanced Topics/005 Create two versions of the endpoints.mp4 64.98 MB
10 Web API Advanced Topics/006 Versioning with Http Header.mp4 76.32 MB
10 Web API Advanced Topics/007 Versioning with Route.mp4 26.71 MB
10 Web API Advanced Topics/008 Versioning with Query String.mp4 21.62 MB
10 Web API Advanced Topics/009 Which way of Versioning.mp4 13.84 MB
10 Web API Advanced Topics/010 DTO and AutoMapper Explained.mp4 46.8 MB
10 Web API Advanced Topics/011 Migrate to .NET 5.mp4 84.3 MB
10 Web API Advanced Topics/012 Add OpenAPI with Default Behavior.mp4 130 MB
10 Web API Advanced Topics/013 Add OpenAPI to Support Multiple Versions.mp4 79.13 MB
10 Web API Advanced Topics/014 Add Data Filtering.mp4 130.85 MB
11 Repository for Consuming Web API/001 Web API and its Consumer.mp4 20.38 MB
11 Repository for Consuming Web API/002 Why Use Repository to Consume Web API.mp4 59.09 MB
11 Repository for Consuming Web API/003 Web API Executer Helper Class.mp4 81.44 MB
11 Repository for Consuming Web API/004 Read Project #1 & DIP Principle.mp4 134.85 MB
11 Repository for Consuming Web API/005 Read Project #2.mp4 48.07 MB
11 Repository for Consuming Web API/006 Create Project.mp4 39.26 MB
11 Repository for Consuming Web API/007 Update Project.mp4 34.44 MB
11 Repository for Consuming Web API/008 Delete Project.mp4 25.07 MB
11 Repository for Consuming Web API/009 Handling Error.mp4 43.37 MB
11 Repository for Consuming Web API/010 Practice Time_ Ticket Repository.mp4 8.95 MB
11 Repository for Consuming Web API/011 Suggested Answer_ Ticket Repository.mp4 195.28 MB
12 Blazor WebAssembly App/001 Architecture Guidance.mp4 48.71 MB
12 Blazor WebAssembly App/002 Use Cases.mp4 23.59 MB
12 Blazor WebAssembly App/003 View Projects Use Case & Code Organziation.mp4 85.06 MB
12 Blazor WebAssembly App/004 Blazor WebAssembly Architecture.mp4 49.3 MB
12 Blazor WebAssembly App/005 Blazor WebAssembly Project Structure.mp4 67.34 MB
12 Blazor WebAssembly App/006 Project Page Component.mp4 106.25 MB
12 Blazor WebAssembly App/007 Dependency Injection in Blazor WebAssembly.mp4 70.74 MB
12 Blazor WebAssembly App/008 Enable CORS and Load Projects page.mp4 41.25 MB
12 Blazor WebAssembly App/009 View Tickets Use Case #1 and Component with Route Parameters.mp4 109.29 MB
12 Blazor WebAssembly App/010 View Tickets Use Case #2.mp4 58.46 MB
12 Blazor WebAssembly App/011 Reusable Razor Component.mp4 63.01 MB
12 Blazor WebAssembly App/012 Search Tickets.mp4 97.6 MB
12 Blazor WebAssembly App/013 Practice Time_ View My Tickets.mp4 21.68 MB
12 Blazor WebAssembly App/014 Suggested Answer_ View My Tickets.mp4 201.35 MB
12 Blazor WebAssembly App/015 View_Edit Ticket Use Case.mp4 24.63 MB
12 Blazor WebAssembly App/016 Navigate to Ticket Screen.mp4 28.25 MB
12 Blazor WebAssembly App/017 Forms and Validations.mp4 108.39 MB
12 Blazor WebAssembly App/018 Update Ticket with Custom Validations.mp4 117.04 MB
12 Blazor WebAssembly App/019 Add Ticket Use Case.mp4 53.96 MB
12 Blazor WebAssembly App/020 Add Ticket Component.mp4 140.29 MB
12 Blazor WebAssembly App/021 Troubleshooting with Console.WriteLine.mp4 78.22 MB
12 Blazor WebAssembly App/022 Practice Time_ Delete Ticket.mp4 12.13 MB
12 Blazor WebAssembly App/023 Suggested Answer_ Delete Ticket.mp4 84.3 MB
13 Custom Token and JWT Authentication & Authorization/001 Introduction to Web API Security.mp4 27.21 MB
13 Custom Token and JWT Authentication & Authorization/002 API Key Authentication for Single Client.mp4 171.45 MB
13 Custom Token and JWT Authentication & Authorization/003 API Key Authentication for Multi Clients.mp4 52.06 MB
13 Custom Token and JWT Authentication & Authorization/004 Theory of Custom Token Authentication.mp4 57.62 MB
13 Custom Token and JWT Authentication & Authorization/005 Custom Token Authentication Endpoints.mp4 115.36 MB
13 Custom Token and JWT Authentication & Authorization/006 Implement Token Manager and User Manager.mp4 57.66 MB
13 Custom Token and JWT Authentication & Authorization/008 Custom Token Verification in Web API.mp4 71.97 MB
13 Custom Token and JWT Authentication & Authorization/009 Calling Custom Token Authentication Endpoints from WebApp.mp4 204.59 MB
13 Custom Token and JWT Authentication & Authorization/010 Blazor Authentication Theory.mp4 29.36 MB
13 Custom Token and JWT Authentication & Authorization/011 Implement the CustomAuthenticationStateProvider.mp4 81.19 MB
13 Custom Token and JWT Authentication & Authorization/012 Use the CustomAuthenticationStateProvider.mp4 51.08 MB
13 Custom Token and JWT Authentication & Authorization/013 Store token in the browser session storage.mp4 39.13 MB
13 Custom Token and JWT Authentication & Authorization/014 Create_Login_Component.mp4 95.46 MB
13 Custom Token and JWT Authentication & Authorization/015 Implement Logout.mp4 50.96 MB
13 Custom Token and JWT Authentication & Authorization/017 JWT Authentication Authorization Theory.mp4 81.45 MB
13 Custom Token and JWT Authentication & Authorization/018 Implement JWT Token Authentication.mp4 198.18 MB
13 Custom Token and JWT Authentication & Authorization/019 Role based Authentication with JWT.mp4 131.01 MB
14 Security with Identity Server 4/001 Introduction to Identity Server 4.mp4 16.75 MB
14 Security with Identity Server 4/003 Create the Identity Server Project.mp4 23.8 MB
14 Security with Identity Server 4/004 Configure Scopes in Identity Server.mp4 44.05 MB
14 Security with Identity Server 4/005 Protect our Web API.mp4 86.77 MB
14 Security with Identity Server 4/006 Test WebApi Protection.mp4 141.65 MB
14 Security with Identity Server 4/007 Protecting WebAPI with Scopes.mp4 102.12 MB
14 Security with Identity Server 4/009 The Aspects of Making Blazor WASM work with Identity Server.mp4 76.57 MB
14 Security with Identity Server 4/010 Configture Blazor WASM to Work with IS4 Part_1.mp4 149.95 MB
14 Security with Identity Server 4/011 Configture Blazor WASM to Work with IS4 Part_2.mp4 90.87 MB
15 Connect to SQL Server with Entity Framework Core/001 Install Entity Framework Packages to support SQL Server.mp4 79.02 MB
15 Connect to SQL Server with Entity Framework Core/002 Connect to SQL Server from Web API.mp4 41.05 MB
15 Connect to SQL Server with Entity Framework Core/003 Create the Initial Migration.mp4 44.35 MB
15 Connect to SQL Server with Entity Framework Core/004 Running our App against SQL.mp4 19.62 MB
15 Connect to SQL Server with Entity Framework Core/005 Update database with migrations.mp4 26.08 MB
16 Thank You and Next Steps/001 Thank you!.mp4 11.29 MB
其他位置