本站已收录 番号和无损神作磁力链接/BT种子 

[FreeTutorials.Eu] real-world-aspnet-web-api-services-for-net-framework

种子简介

种子名称: [FreeTutorials.Eu] real-world-aspnet-web-api-services-for-net-framework
文件类型: 视频
文件数目: 67个文件
文件大小: 3.14 GB
收录时间: 2019-10-14 15:37
已经下载: 3
资源热度: 162
最近下载: 2024-6-29 02:56

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:6e9dbbcb138069b651a008d549ed93a3817ddd36&dn=[FreeTutorials.Eu] real-world-aspnet-web-api-services-for-net-framework 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeTutorials.Eu] real-world-aspnet-web-api-services-for-net-framework.torrent
  • 01 Introduction/001 Introduction.mp492.3MB
  • 01 Introduction/002 Creating a Basic Web API Project in Visual Studio.mp413.52MB
  • 01 Introduction/003 Alternative Starting Point Azure API App Template.mp412.04MB
  • 01 Introduction/004 Summary.mp43.04MB
  • 02 Integration Testing - Calling Your Service over HTTP/005 Section 2 Introduction.mp459.68MB
  • 02 Integration Testing - Calling Your Service over HTTP/006 Using Fiddler With a Browser.mp49.05MB
  • 02 Integration Testing - Calling Your Service over HTTP/007 Using PostMan.mp412.02MB
  • 02 Integration Testing - Calling Your Service over HTTP/008 Using Swagger via Swashbuckle.mp49.51MB
  • 02 Integration Testing - Calling Your Service over HTTP/009 Section 2 Summary.mp43.42MB
  • 03 Routing Requests to Controllers and Actions/010 Section 3 Introduction.mp442.83MB
  • 03 Routing Requests to Controllers and Actions/011 Template Style Routing.mp421.41MB
  • 03 Routing Requests to Controllers and Actions/012 Declarative Attribute Style Routing.mp425.5MB
  • 03 Routing Requests to Controllers and Actions/013 Constraining Route Parameters.mp414.31MB
  • 03 Routing Requests to Controllers and Actions/014 Custom Route Constraints.mp427.92MB
  • 03 Routing Requests to Controllers and Actions/015 AcceptVerbs Multiple Routes Route Names and Self-Referencing URLs.mp432.31MB
  • 03 Routing Requests to Controllers and Actions/016 Optional Route Parameters and Default Values.mp48.51MB
  • 03 Routing Requests to Controllers and Actions/017 Route Precedence.mp417.22MB
  • 03 Routing Requests to Controllers and Actions/018 Parameter Binding.mp423.62MB
  • 03 Routing Requests to Controllers and Actions/019 Wildcard Parameters.mp414MB
  • 03 Routing Requests to Controllers and Actions/020 Section 3 Summary.mp48.52MB
  • 04 The Web API Pipeline Delegating Handlers/021 Section 4 Introduction.mp4111.47MB
  • 04 The Web API Pipeline Delegating Handlers/022 An Opinionated View of Web API.mp412.85MB
  • 04 The Web API Pipeline Delegating Handlers/023 Introduction to DelegatingHandlers.mp45.49MB
  • 04 The Web API Pipeline Delegating Handlers/024 Simple Example of a DelegatingHandler.mp412.1MB
  • 04 The Web API Pipeline Delegating Handlers/025 Example of an API Key DelegatingHandler.mp425.06MB
  • 04 The Web API Pipeline Delegating Handlers/026 Example of a DelegatingHandler Failure.mp412.14MB
  • 04 The Web API Pipeline Delegating Handlers/027 Processing Load Balancer Headers with a DelegatingHandler.mp430.15MB
  • 04 The Web API Pipeline Delegating Handlers/028 Section 4 Summary.mp43.91MB
  • 05 The Web API Pipeline Action Filters and Return Types/029 Introduction.mp434.45MB
  • 05 The Web API Pipeline Action Filters and Return Types/030 Overview of Action Filters.mp45.49MB
  • 05 The Web API Pipeline Action Filters and Return Types/031 Simple Example of an Action Filter.mp422.61MB
  • 05 The Web API Pipeline Action Filters and Return Types/032 Example of a Client-side Caching Action Filter.mp418.66MB
  • 05 The Web API Pipeline Action Filters and Return Types/033 Overview of Action Method Return Types.mp411.14MB
  • 05 The Web API Pipeline Action Filters and Return Types/034 Return Types Part 1 The Traditional Model.mp426.85MB
  • 05 The Web API Pipeline Action Filters and Return Types/035 Return Types Part 2 The IHttpActionResult Model.mp434.26MB
  • 05 The Web API Pipeline Action Filters and Return Types/036 Part 1 Example of Model Validation in an Action Filter.mp414.6MB
  • 05 The Web API Pipeline Action Filters and Return Types/037 Part 2 Example of Model Validation in an Action Filter.mp415.7MB
  • 05 The Web API Pipeline Action Filters and Return Types/038 Section 5 Summary.mp44.12MB
  • 06 Authentication Filters/039 Introduction.mp475.55MB
  • 06 Authentication Filters/040 Part 1 Introduction to Authentication Filters.mp4139.33MB
  • 06 Authentication Filters/041 Part 2 Introduction to Authentication Filters.mp4109.31MB
  • 06 Authentication Filters/042 Part 1 Creating a Basic Authentication Filter from the Template.mp4112.4MB
  • 06 Authentication Filters/043 Part 2 Creating a Basic Authentication Filter from the Template.mp488.02MB
  • 06 Authentication Filters/044 Part 1 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp484.53MB
  • 06 Authentication Filters/045 Part 2 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp4126.66MB
  • 06 Authentication Filters/046 Part 3 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp475.97MB
  • 06 Authentication Filters/047 Overriding the Authentication Filter List.mp436.76MB
  • 06 Authentication Filters/048 Section 6 Summary.mp417.39MB
  • 07 Authorization Filters/049 Introduction.mp435.06MB
  • 07 Authorization Filters/050 Overview of Authorization Filters.mp446.82MB
  • 07 Authorization Filters/051 The Authorize and AllowAnonymous Attributes.mp494.55MB
  • 07 Authorization Filters/052 Example of a RequireHttps Authorization Filter.mp465.82MB
  • 07 Authorization Filters/053 Example of a RequireClaims Authorization Filter.mp4130.14MB
  • 07 Authorization Filters/054 Section 7 Summary.mp411.76MB
  • 08 Exceptions and Error Handling/055 Introduction.mp477.53MB
  • 08 Exceptions and Error Handling/056 The Global.asax.cs Application_Error() Handler of Last Resort.mp4103.98MB
  • 08 Exceptions and Error Handling/057 Exception Filters.mp490.75MB
  • 08 Exceptions and Error Handling/058 Global Exception Handlers.mp4112.32MB
  • 08 Exceptions and Error Handling/059 Global Exception Loggers.mp469.98MB
  • 08 Exceptions and Error Handling/060 Introduction to RFC 7807 Problem Responses.mp431.41MB
  • 08 Exceptions and Error Handling/061 Part 1 RFC 7807 Library for Web Api.mp499.04MB
  • 08 Exceptions and Error Handling/062 Part 2 RFC 7807 Library for Web Api.mp4109.41MB
  • 08 Exceptions and Error Handling/063 Part 3 RFC 7807 Library for Web Api - Examples.mp4172.94MB
  • 08 Exceptions and Error Handling/064 Section 8 Summary.mp412.58MB
  • 09 Other Topics/065 Introduction.mp424.8MB
  • 09 Other Topics/066 Swashbuckle (Swagger) Behaviors.mp4124.42MB
  • 10 Course Summary/069 Summary And Where To Go Next.mp479.73MB