首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
ASP.NET Core 6 Web API Fundamentals
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-9-19 13:25
2024-11-24 01:33
124
1.14 GB
102
磁力链接
magnet:?xt=urn:btih:35f6f14acff7fcbe65e6396038fdcffa5f3292ce
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjM1ZjZmMTRhY2ZmN2ZjYmU2NWU2Mzk2MDM4ZmRjZmZhNWYzMjkyY2VaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
ASP
NET
Core
6
Web
API
Fundamentals
文件列表
01. Course Overview/1. Course Overview.mp4
2.61MB
02. Getting Acquainted with ASP.NET Core/01. Coming Up.mp4
4.07MB
02. Getting Acquainted with ASP.NET Core/02. About the Course Structure.mp4
4.77MB
02. Getting Acquainted with ASP.NET Core/03. Course Prerequisites.mp4
538.66KB
02. Getting Acquainted with ASP.NET Core/04. Frameworks and Tooling.mp4
7.03MB
02. Getting Acquainted with ASP.NET Core/05. ASP.NET Core- The Big Picture.mp4
7.87MB
02. Getting Acquainted with ASP.NET Core/06. Demo- Creating and Running a New ASP.NET Core Project.mp4
22.22MB
02. Getting Acquainted with ASP.NET Core/07. Demo- Running an ASP.NET Core Project Using the CLI.mp4
9.03MB
02. Getting Acquainted with ASP.NET Core/08. Demo- Inspecting the ASP.NET Core API Project Code Structure.mp4
19.28MB
02. Getting Acquainted with ASP.NET Core/09. The ASP.NET Core Request Pipeline & Middleware.mp4
2.32MB
02. Getting Acquainted with ASP.NET Core/10. Demo- Configuring the ASP.NET Core Request Pipeline.mp4
5.13MB
02. Getting Acquainted with ASP.NET Core/11. Demo- Working with Different Environments.mp4
11.44MB
02. Getting Acquainted with ASP.NET Core/12. Summary.mp4
3.13MB
03. Creating the API and Returning Resources/01. Coming Up.mp4
1.57MB
03. Creating the API and Returning Resources/02. Clarifying the MVC Pattern.mp4
5.06MB
03. Creating the API and Returning Resources/03. Demo- Registering API Services on the Container.mp4
7.18MB
03. Creating the API and Returning Resources/04. Demo- Returning Resources (Part 1).mp4
7.97MB
03. Creating the API and Returning Resources/05. Learning About Routing.mp4
8.29MB
03. Creating the API and Returning Resources/06. Demo- Returning Resources (Part 2).mp4
10.54MB
03. Creating the API and Returning Resources/07. Demo- Using Postman.mp4
10.19MB
03. Creating the API and Returning Resources/08. Demo- Improving the Architecture with Model Classes.mp4
19.73MB
03. Creating the API and Returning Resources/09. The Importance of Status Codes.mp4
4.44MB
03. Creating the API and Returning Resources/10. Demo- Returning Correct Status Codes.mp4
19.07MB
03. Creating the API and Returning Resources/11. Demo- Returning Child Resources.mp4
23.72MB
03. Creating the API and Returning Resources/12. Formatters and Content Negotiation.mp4
5.35MB
03. Creating the API and Returning Resources/13. Demo- Formatters and Content Negotiation.mp4
11.73MB
03. Creating the API and Returning Resources/14. Demo- Getting a File.mp4
20.18MB
03. Creating the API and Returning Resources/15. Summary.mp4
2.17MB
04. Manipulating Resources and Validating Input/01. Coming Up.mp4
1.09MB
04. Manipulating Resources and Validating Input/02. Passing Data to the API.mp4
3.71MB
04. Manipulating Resources and Validating Input/03. Demo- Creating a Resource.mp4
25.58MB
04. Manipulating Resources and Validating Input/04. Demo- Validating Input.mp4
23.76MB
04. Manipulating Resources and Validating Input/05. A Validation Alternative.mp4
916.7KB
04. Manipulating Resources and Validating Input/06. Demo- Updating a Resource.mp4
17.59MB
04. Manipulating Resources and Validating Input/07. Partially Updating a Resource.mp4
4.75MB
04. Manipulating Resources and Validating Input/08. Demo- Adding Support for JsonPatchDocument.mp4
7.78MB
04. Manipulating Resources and Validating Input/09. Demo- Partially Updating a Resource.mp4
26.96MB
04. Manipulating Resources and Validating Input/10. Deleting a Resource.mp4
5.36MB
04. Manipulating Resources and Validating Input/11. Summary.mp4
2.62MB
05. Working with Services and Dependency Injection/01. Coming Up.mp4
1.87MB
05. Working with Services and Dependency Injection/02. Inversion of Control and Dependency Injection.mp4
6.51MB
05. Working with Services and Dependency Injection/03. Demo- Injecting and Using a Logger.mp4
30.33MB
05. Working with Services and Dependency Injection/04. Demo- Logging Exceptions.mp4
9.67MB
05. Working with Services and Dependency Injection/05. Demo- Replacing the Default Logger and Logging to a File.mp4
27.72MB
05. Working with Services and Dependency Injection/06. Demo- Implementing and Using a Custom Service.mp4
19.11MB
05. Working with Services and Dependency Injection/07. Demo- Registering a Service by Interface.mp4
32.35MB
05. Working with Services and Dependency Injection/08. Demo- Working with Configuration Files.mp4
15.23MB
05. Working with Services and Dependency Injection/09. Demo- Scoping Configuration to Environments.mp4
11.07MB
05. Working with Services and Dependency Injection/10. Summary.mp4
2.57MB
06. Getting Acquainted with Entity Framework Core/1. Coming Up.mp4
1.19MB
06. Getting Acquainted with Entity Framework Core/2. Introducing Entity Framework Core.mp4
4.73MB
06. Getting Acquainted with Entity Framework Core/3. Demo- Creating Entity Classes.mp4
28.43MB
06. Getting Acquainted with Entity Framework Core/4. Demo- Creating a DbContext.mp4
29.79MB
06. Getting Acquainted with Entity Framework Core/5. Demo- Working with Migrations.mp4
28.51MB
06. Getting Acquainted with Entity Framework Core/6. Demo- Seeding the Database with Data.mp4
8.71MB
06. Getting Acquainted with Entity Framework Core/7. Demo- Safely Storing Sensitive Configuration Data.mp4
33.43MB
06. Getting Acquainted with Entity Framework Core/8. Summary.mp4
3.22MB
07. Using Entity Framework Core in Your Controllers/01. Coming Up.mp4
1.34MB
07. Using Entity Framework Core in Your Controllers/02. Introducing the Repository Pattern.mp4
3.39MB
07. Using Entity Framework Core in Your Controllers/03. Demo- Introducing the Repository Pattern (Part 1).mp4
7.36MB
07. Using Entity Framework Core in Your Controllers/04. Writing Asynchronous Code.mp4
4.66MB
07. Using Entity Framework Core in Your Controllers/05. Demo- Introducing the Repository Pattern (Part 2).mp4
27.26MB
07. Using Entity Framework Core in Your Controllers/06. Demo- Returning Data from the Repository When Requesting Resources (Part 1).mp4
20.67MB
07. Using Entity Framework Core in Your Controllers/07. Demo- Using AutoMapper to Map Between Entities and DTOs.mp4
21.49MB
07. Using Entity Framework Core in Your Controllers/08. Demo- Returning Data from the Repository When Requesting Resources (Part 2).mp4
34.77MB
07. Using Entity Framework Core in Your Controllers/09. Demo- Creating a Resource.mp4
30.56MB
07. Using Entity Framework Core in Your Controllers/10. Demo- Updating a Resource.mp4
8.99MB
07. Using Entity Framework Core in Your Controllers/11. Demo- Partially Updating a Resource.mp4
15.94MB
07. Using Entity Framework Core in Your Controllers/12. Demo- Deleting a Resource.mp4
15MB
07. Using Entity Framework Core in Your Controllers/13. Summary.mp4
1.41MB
08. Searching, Filtering, and Paging Resources/01. Coming Up.mp4
656.9KB
08. Searching, Filtering, and Paging Resources/02. Searching and Filtering Resources.mp4
2.73MB
08. Searching, Filtering, and Paging Resources/03. Demo- Filtering Resources.mp4
18.26MB
08. Searching, Filtering, and Paging Resources/04. Demo- Searching Through Resources.mp4
18.5MB
08. Searching, Filtering, and Paging Resources/05. Deferred Execution.mp4
2.35MB
08. Searching, Filtering, and Paging Resources/06. Paging Through Resources.mp4
2.58MB
08. Searching, Filtering, and Paging Resources/07. Demo- Paging Through Resources.mp4
22.9MB
08. Searching, Filtering, and Paging Resources/08. Returning Pagination Metadata.mp4
2.03MB
08. Searching, Filtering, and Paging Resources/09. Demo- Returning Pagination Metadata.mp4
16.1MB
08. Searching, Filtering, and Paging Resources/10. Summary.mp4
2.85MB
09. Securing Your API/01. Coming Up.mp4
1.15MB
09. Securing Your API/02. A Few Words on Securing APIs.mp4
3.46MB
09. Securing Your API/03. Implementing Token-based Security.mp4
4.67MB
09. Securing Your API/04. Demo- Creating a Token.mp4
38.18MB
09. Securing Your API/05. Demo- Requiring and Validating a Token.mp4
23.72MB
09. Securing Your API/06. Demo- Using Information from the Token in Your Controller.mp4
18.1MB
09. Securing Your API/07. Working with Authorization Policies.mp4
2.78MB
09. Securing Your API/08. Demo- Using Information from the Token in an Authorization Policy.mp4
15.25MB
09. Securing Your API/09. Improving Token-based Security with OAuth2 and OpenID Connect.mp4
2.52MB
09. Securing Your API/10. Summary.mp4
2.24MB
10. Versioning and Documenting Your API/01. Coming Up.mp4
1.05MB
10. Versioning and Documenting Your API/02. Versioning with ASP.NET Core’s Built-in Approach.mp4
2.35MB
10. Versioning and Documenting Your API/03. Demo- Supporting Versioning.mp4
14.87MB
10. Versioning and Documenting Your API/04. Demo- Versioning Your API.mp4
17.05MB
10. Versioning and Documenting Your API/05. Documenting Your API with OpenAPI - Swagger.mp4
7.45MB
10. Versioning and Documenting Your API/06. Demo- Adding Swagger Support to a Project.mp4
9.48MB
10. Versioning and Documenting Your API/07. Demo- Incorporating XML Comments on Actions.mp4
16.75MB
10. Versioning and Documenting Your API/08. Demo- Describing Response Types and Status Codes.mp4
11.31MB
10. Versioning and Documenting Your API/09. Documenting API Authentication.mp4
2.04MB
10. Versioning and Documenting Your API/10. Demo- Adding Authentication Support to Your Documentation.mp4
17.11MB
10. Versioning and Documenting Your API/11. What's Next-.mp4
3.21MB
10. Versioning and Documenting Your API/12. Summary.mp4
3.03MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统