首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Building a RESTful API with ASP.NET Core 13 mar 2017
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2017-6-25 21:09
2024-11-26 10:37
319
1.43 GB
123
磁力链接
magnet:?xt=urn:btih:6ac922d5149702f2ea3dab7d6ca4b2ac1ec87011
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjZhYzkyMmQ1MTQ5NzAyZjJlYTNkYWI3ZDZjYTRiMmFjMWVjODcwMTFaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Building
a
RESTful
API
with
ASP
NET
Core
13
mar
2017
文件列表
01 Course Overview/01 Course Overview.mp4
4.5MB
02 Introducing REST/01 Coming Up.mp4
2.41MB
02 Introducing REST/02 Course Prerequisites.mp4
1.42MB
02 Introducing REST/03 Tooling.mp4
5.61MB
02 Introducing REST/04 Introducing REST.mp4
7.68MB
02 Introducing REST/05 Learning What the REST Constraints Are About.mp4
16.19MB
02 Introducing REST/06 The Richardson Maturity Model.mp4
7.14MB
02 Introducing REST/07 Positioning ASP.NET Core for Building RESTful APIs.mp4
7.14MB
02 Introducing REST/08 Demo - Inspecting the Starter Solution.mp4
22.56MB
02 Introducing REST/09 Summary.mp4
5.75MB
03 Getting Resources/01 Coming Up.mp4
1.83MB
03 Getting Resources/02 Structuring Our Outer Facing Contract.mp4
12.68MB
03 Getting Resources/03 Demo - Implementing the Outer Facing Contract (Part 1).mp4
7.86MB
03 Getting Resources/04 Working with Routing.mp4
2.86MB
03 Getting Resources/05 Interacting with Resources Through HTTP Methods.mp4
6.78MB
03 Getting Resources/06 Demo - Implementing the Outer Facing Contract (Part 2).mp4
10.98MB
03 Getting Resources/07 Outer Facing Model vs. Entity Model.mp4
3.07MB
03 Getting Resources/08 Demo - Getting a Resource Collection.mp4
18.29MB
03 Getting Resources/09 Demo - Introducing AutoMapper.mp4
16.82MB
03 Getting Resources/10 Demo - Getting a Single Resource.mp4
8.46MB
03 Getting Resources/11 The Importance of Status Codes.mp4
8.39MB
03 Getting Resources/12 Demo - Returning Correct Status Codes.mp4
10.02MB
03 Getting Resources/13 Demo - Handling Faults.mp4
24.93MB
03 Getting Resources/14 Demo - Working with Parent Child Relationships.mp4
34.96MB
03 Getting Resources/15 Formatters and Content Negotiation.mp4
7.08MB
03 Getting Resources/16 Demo - Working with Content Negotiation and Output Formatters.mp4
21.75MB
03 Getting Resources/17 Summary.mp4
4.46MB
04 Creating and Deleting Resources/01 Coming Up.mp4
1.79MB
04 Creating and Deleting Resources/02 Method Safety and Method Idempotency.mp4
5.41MB
04 Creating and Deleting Resources/03 Demo - Creating a Resource.mp4
43.69MB
04 Creating and Deleting Resources/04 Demo - Creating a Child Resource.mp4
26.08MB
04 Creating and Deleting Resources/05 Demo - Creating Child Resources Together with a Parent Resource.mp4
19.93MB
04 Creating and Deleting Resources/06 Demo - Creating a Collection of Resources.mp4
14.93MB
04 Creating and Deleting Resources/07 Demo - Working with Array Keys and Composite Keys.mp4
36.81MB
04 Creating and Deleting Resources/08 Demo - Handling POST to a Single Resource.mp4
13.41MB
04 Creating and Deleting Resources/09 Demo - Supporting Additional Content-type Values and Input Formatters.mp4
9.93MB
04 Creating and Deleting Resources/10 Demo - Deleting a Resource.mp4
12.04MB
04 Creating and Deleting Resources/11 Demo - Deleting a Resource with Child Resources.mp4
6.2MB
04 Creating and Deleting Resources/12 Deleting Collection Resources.mp4
2.41MB
04 Creating and Deleting Resources/13 Summary.mp4
4.74MB
05 Updating Resources/01 Coming Up.mp4
1.39MB
05 Updating Resources/02 Demo - Updating a Resource (Part 1).mp4
24.75MB
05 Updating Resources/03 The Repository Pattern.mp4
5.35MB
05 Updating Resources/04 Demo - Updating a Resource (Part 2).mp4
16.18MB
05 Updating Resources/05 Updating Collection Resources.mp4
3.16MB
05 Updating Resources/06 Upserting.mp4
5.34MB
05 Updating Resources/07 Demo - Upserting with PUT.mp4
13.77MB
05 Updating Resources/08 Partially Updating a Resource.mp4
6.16MB
05 Updating Resources/09 Demo - Partially Updating a Resource.mp4
23.88MB
05 Updating Resources/10 Demo - Upserting with PATCH.mp4
13.64MB
05 Updating Resources/11 HTTP Method Overview by Use Case.mp4
8.58MB
05 Updating Resources/12 Summary.mp4
2.13MB
06 Working with Validation and Logging/01 Coming Up.mp4
1.32MB
06 Working with Validation and Logging/02 Working with Validation in a RESTful World.mp4
6.57MB
06 Working with Validation and Logging/03 Demo - Working with Validation on POST.mp4
43.75MB
06 Working with Validation and Logging/04 Demo - Working with Validation on PUT.mp4
28.43MB
06 Working with Validation and Logging/05 Demo - Working with Validation on PATCH.mp4
21.94MB
06 Working with Validation and Logging/06 Demo - Logging Faults.mp4
37.63MB
06 Working with Validation and Logging/07 Demo - Logging Errors and Other Information.mp4
8.63MB
06 Working with Validation and Logging/08 Demo - Logging to a File.mp4
21.47MB
06 Working with Validation and Logging/09 Summary.mp4
2.14MB
07 Implementing Paging, Filtering, and Searching/01 Coming Up.mp4
1.21MB
07 Implementing Paging, Filtering, and Searching/02 Paging Through Collection Resources.mp4
4.72MB
07 Implementing Paging, Filtering, and Searching/03 The Principle of Deferred Execution.mp4
3.28MB
07 Implementing Paging, Filtering, and Searching/04 Demo - Paging Through Collection Resources (Part 1).mp4
36.37MB
07 Implementing Paging, Filtering, and Searching/05 Returning Pagination Metadata.mp4
4.46MB
07 Implementing Paging, Filtering, and Searching/06 Demo - Paging Through Collection Resources (Part 2).mp4
47.7MB
07 Implementing Paging, Filtering, and Searching/07 Filtering and Searching.mp4
3.41MB
07 Implementing Paging, Filtering, and Searching/08 Demo - Filtering Collection Resources.mp4
12.86MB
07 Implementing Paging, Filtering, and Searching/09 Demo - Searching Through Collection Resources.mp4
9.98MB
07 Implementing Paging, Filtering, and Searching/10 Summary.mp4
1.65MB
08 Implementing Sorting and Data Shaping/01 Coming Up.mp4
939.23KB
08 Implementing Sorting and Data Shaping/02 Sorting Collection Resources.mp4
1.74MB
08 Implementing Sorting and Data Shaping/03 Demo - Sorting Collection Resources (Part 1).mp4
12.45MB
08 Implementing Sorting and Data Shaping/04 Creating a Property Mapping Service.mp4
5.16MB
08 Implementing Sorting and Data Shaping/05 Demo - Creating a Property Mapping Service.mp4
19.61MB
08 Implementing Sorting and Data Shaping/06 Demo - Sorting Collection Resources (Part 2).mp4
26.75MB
08 Implementing Sorting and Data Shaping/07 Demo - Taking Consumer Errors into Account When Sorting.mp4
19.06MB
08 Implementing Sorting and Data Shaping/08 Shaping Resources.mp4
1.92MB
08 Implementing Sorting and Data Shaping/09 Demo - Creating a Method to Shape Resources.mp4
22.95MB
08 Implementing Sorting and Data Shaping/10 Demo - Shaping Collection Resources.mp4
20.19MB
08 Implementing Sorting and Data Shaping/11 Demo - Camel-casing Dictionaries When Serializing to JSON.mp4
6.91MB
08 Implementing Sorting and Data Shaping/12 Demo - Shaping a Single Resource.mp4
16.42MB
08 Implementing Sorting and Data Shaping/13 Exploring Additional Options.mp4
2.43MB
08 Implementing Sorting and Data Shaping/14 Summary.mp4
1.18MB
09 Getting Started with HATEOAS/01 Coming Up.mp4
797.17KB
09 Getting Started with HATEOAS/02 Hypermedia as the Engine of Application State.mp4
15.6MB
09 Getting Started with HATEOAS/03 Demo Introduction – Supporting HATOEAS.mp4
3.31MB
09 Getting Started with HATEOAS/04 Demo - Supporting HATEOAS (Base and Wrapper Class Approach).mp4
40.93MB
09 Getting Started with HATEOAS/05 Demo - Supporting HATEOAS (Dynamic Approach).mp4
67.26MB
09 Getting Started with HATEOAS/06 Summary.mp4
2.46MB
10 Advanced HATEOAS, Media Types, and Versioning/01 Coming Up.mp4
860.08KB
10 Advanced HATEOAS, Media Types, and Versioning/02 HATEOAS and Content Negotiation.mp4
7.05MB
10 Advanced HATEOAS, Media Types, and Versioning/03 Demo - HATEOAS and Content Negotiation.mp4
18.22MB
10 Advanced HATEOAS, Media Types, and Versioning/04 Demo - Working Towards Self-discoverability with a Root Document.mp4
11.57MB
10 Advanced HATEOAS, Media Types, and Versioning/05 Revisiting Media Types.mp4
5.5MB
10 Advanced HATEOAS, Media Types, and Versioning/06 Versioning in a RESTful World.mp4
8.68MB
10 Advanced HATEOAS, Media Types, and Versioning/07 Demo - Media Types and Versioning.mp4
50.15MB
10 Advanced HATEOAS, Media Types, and Versioning/08 Supporting Multiple Media Types.mp4
15.68MB
10 Advanced HATEOAS, Media Types, and Versioning/09 Other Approaches and Options.mp4
3.43MB
10 Advanced HATEOAS, Media Types, and Versioning/10 Summary.mp4
2.54MB
11 Working with Caching and Concurrency/01 Coming Up.mp4
983.32KB
11 Working with Caching and Concurrency/02 Working with Caching.mp4
7.72MB
11 Working with Caching and Concurrency/03 The Expiration Model.mp4
8.17MB
11 Working with Caching and Concurrency/04 The Validation Model.mp4
13.05MB
11 Working with Caching and Concurrency/05 Cache-control Directives.mp4
5.19MB
11 Working with Caching and Concurrency/06 Supporting Cache Headers.mp4
3.44MB
11 Working with Caching and Concurrency/07 Demo - Supporting HTTP Cache Headers.mp4
24.66MB
11 Working with Caching and Concurrency/08 Cache Stores.mp4
6.81MB
11 Working with Caching and Concurrency/09 Dealing with Concurrency in a RESTful World.mp4
4.9MB
11 Working with Caching and Concurrency/10 Demo - Dealing with Concurrency.mp4
6.33MB
11 Working with Caching and Concurrency/11 Summary.mp4
2.2MB
12 Protecting, Testing, and Documenting Our API/01 Coming Up.mp4
1.75MB
12 Protecting, Testing, and Documenting Our API/02 Rate Limiting and Throttling.mp4
3.7MB
12 Protecting, Testing, and Documenting Our API/03 Demo - Rate Limiting and Throttling.mp4
22.74MB
12 Protecting, Testing, and Documenting Our API/04 Demo - Testing our API with Postman.mp4
12.43MB
12 Protecting, Testing, and Documenting Our API/05 Automated Testing and Continuous Integration.mp4
3.39MB
12 Protecting, Testing, and Documenting Our API/06 Documenting our API.mp4
8.41MB
12 Protecting, Testing, and Documenting Our API/07 Working with OPTIONS.mp4
1.66MB
12 Protecting, Testing, and Documenting Our API/08 Demo - Supporting the OPTIONS Method.mp4
5.47MB
12 Protecting, Testing, and Documenting Our API/09 Working with HEAD.mp4
717.15KB
12 Protecting, Testing, and Documenting Our API/10 Demo - Supporting the HEAD Method.mp4
6.93MB
12 Protecting, Testing, and Documenting Our API/11 Summary.mp4
3.81MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统