fileWeb-API-Services-for-fr--1REMA

Web API Services for framework
  • MP408 Exceptions and Error Handling\\/063 Part 3 RFC 7807 Library for Web Api - Examples.mp4172.94MB
  • MP401 Introduction\\/001 Introduction.mp492.30MB
  • MP401 Introduction\\/002 Creating a Basic Web API Project in Visual Studio.mp413.52MB
  • MP401 Introduction\\/003 Alternative Starting Point Azure API App Template.mp412.04MB
  • MP401 Introduction\\/004 Sumry.mp43.04MB
  • MP402 Integration Testing - Calling Your Service over HTTP\\/005 Section 2 Introduction.mp459.68MB
  • MP402 Integration Testing - Calling Your Service over HTTP\\/006 Using Fiddler With a Browser.mp49.05MB
  • MP402 Integration Testing - Calling Your Service over HTTP\\/007 Using Postn.mp412.02MB
  • MP402 Integration Testing - Calling Your Service over HTTP\\/008 Using Swagger via Swashbuckle.mp49.51MB
  • MP402 Integration Testing - Calling Your Service over HTTP\\/009 Section 2 Sumry.mp43.42MB
  • MP403 Routing Requests to Controllers and Actions\\/010 Section 3 Introduction.mp442.83MB
  • MP403 Routing Requests to Controllers and Actions\\/011 Template st<x>yle Routing.mp421.41MB
  • MP403 Routing Requests to Controllers and Actions\\/012 Declarative Attribute st<x>yle Routing.mp425.50MB
  • MP403 Routing Requests to Controllers and Actions\\/013 Constraining Route Parameters.mp414.31MB
  • MP403 Routing Requests to Controllers and Actions\\/014 Custom Route Constraints.mp427.92MB
  • ZIP03 Routing Requests to Controllers and Actions\\/014 Enum-Constraint-Simple-Example-Demo.zip597.50KB
  • MP403 Routing Requests to Controllers and Actions\\/015 AcceptVerbs Multiple Routes Route Names and Self-Referencing URLs.mp432.31MB
  • MP403 Routing Requests to Controllers and Actions\\/016 Optional Route Parameters and Default Values.mp48.51MB
  • MP403 Routing Requests to Controllers and Actions\\/017 Route Precedence.mp417.22MB
  • MP403 Routing Requests to Controllers and Actions\\/018 Parameter Binding.mp423.62MB
  • MP403 Routing Requests to Controllers and Actions\\/019 Wildcard Parameters.mp414.00MB
  • MP403 Routing Requests to Controllers and Actions\\/020 Section 3 Sumry.mp47.21MB
  • ZIP03 Routing Requests to Controllers and Actions\\/020 Section3SourceCode.zip451.95KB
  • MP404 The Web API Pipeline Delegating Handlers\\/021 Section 4 Introduction.mp4111.47MB
  • MP404 The Web API Pipeline Delegating Handlers\\/022 An Opinionated View of Web API.mp412.85MB
  • MP404 The Web API Pipeline Delegating Handlers\\/023 Introduction to DelegatingHandlers.mp45.49MB
  • MP404 The Web API Pipeline Delegating Handlers\\/024 Simple Example of a DelegatingHandler.mp412.10MB
  • MP404 The Web API Pipeline Delegating Handlers\\/025 Example of an API Key DelegatingHandler.mp425.06MB
  • MP404 The Web API Pipeline Delegating Handlers\\/026 Example of a DelegatingHandler Failure.mp412.14MB
  • MP404 The Web API Pipeline Delegating Handlers\\/027 Processing Load Balancer Headers with a DelegatingHandler.mp430.15MB
  • MP404 The Web API Pipeline Delegating Handlers\\/028 Section 4 Sumry.mp43.91MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/029 Introduction.mp434.45MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/030 Overview of Action Filters.mp45.49MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/031 Simple Example of an Action Filter.mp422.61MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/032 Example of a Client-side Caching Action Filter.mp418.66MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/033 Overview of Action Method Return Types.mp411.14MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/034 Return Types Part 1 The Traditional Model.mp426.85MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/035 Return Types Part 2 The IHttpActionResult Model.mp434.26MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/036 Part 1 Example of Model Validation in an Action Filter.mp414.60MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/037 Part 2 Example of Model Validation in an Action Filter.mp415.70MB
  • MP405 The Web API Pipeline Action Filters and Return Types\\/038 Section 5 Sumry.mp44.12MB
  • MP406 Authentication Filters\\/039 Introduction.mp475.55MB
  • MP406 Authentication Filters\\/040 Part 1 Introduction to Authentication Filters.mp4139.33MB
  • MP406 Authentication Filters\\/041 Part 2 Introduction to Authentication Filters.mp4109.31MB
  • MP406 Authentication Filters\\/042 Part 1 Creating a Basic Authentication Filter from the Template.mp4112.40MB
  • MP406 Authentication Filters\\/043 Part 2 Creating a Basic Authentication Filter from the Template.mp488.02MB
  • MP406 Authentication Filters\\/044 Part 1 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp484.53MB
  • MP406 Authentication Filters\\/045 Part 2 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp4126.66MB
  • MP406 Authentication Filters\\/046 Part 3 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp475.97MB
  • MP406 Authentication Filters\\/047 Overriding the Authentication Filter List.mp436.76MB
  • MP406 Authentication Filters\\/048 Section 6 Sumry.mp417.39MB
  • ZIP06 Authentication Filters\\/048 TestProject6-FinalCodeSec7.zip8.67MB
  • MP407 Authorization Filters\\/049 Introduction.mp435.06MB
  • MP407 Authorization Filters\\/050 Overview of Authorization Filters.mp446.82MB
  • MP407 Authorization Filters\\/051 The Authorize and AllowAnonymous Attributes.mp494.55MB
  • MP407 Authorization Filters\\/052 Example of a RequireHttps Authorization Filter.mp465.82MB
  • MP407 Authorization Filters\\/053 Example of a RequireClaims Authorization Filter.mp4130.14MB
  • MP407 Authorization Filters\\/054 Section 7 Sumry.mp411.76MB
  • MP408 Exceptions and Error Handling\\/055 Introduction.mp477.53MB
  • MP408 Exceptions and Error Handling\\/056 The Global.asax.cs Application_Error() Handler of Last Resort.mp4103.98MB
  • MP408 Exceptions and Error Handling\\/057 Exception Filters.mp490.75MB
  • MP408 Exceptions and Error Handling\\/058 Global Exception Handlers.mp4112.32MB
  • MP408 Exceptions and Error Handling\\/059 Global Exception Loggers.mp469.98MB
  • MP408 Exceptions and Error Handling\\/060 Introduction to RFC 7807 Problem Responses.mp431.41MB
  • MP408 Exceptions and Error Handling\\/061 Part 1 RFC 7807 Library for Web Api.mp499.04MB
  • MP408 Exceptions and Error Handling\\/062 Part 2 RFC 7807 Library for Web Api.mp4109.41MB
  • MP408 Exceptions and Error Handling\\/0 Section 8 Sumry.mp412.58MB
  • MP409 Other ics\\/065 Introduction.mp424.80MB
  • MP409 Other ics\\/066 Swashbuckle (Swagger) Behiors.mp4124.42MB
  • MP410 Course Sumry\\/069 Summary And Where To Go Next.mp479.73MB
Latest Search: 1.NADE-739   2.MILD-835   3.SDDM-121   4.CADV-334   5.MADV-267   6.MXD-007   7.PURE-062   8.PBD-199   9.ABF-033   10.HYAZ-035   11.HIB-09   12.DPHC-004   13.CAGC-009   14.DFDA-059   15.KK-217   16.LASA-22   17.MIBD-492   18.QXL-95   19.NASS-017   20.NASS-017   21.MXSPS-307   22.XV-703   23.IDBD-362   24.OPUD-037   25.IDBD-401   26.MIBD-509   27.DVH-540   28.MKCK-011   29.IDBD-257   30.SBVD-0091   31.ONSD-413   32.BMW-002   33.APAO-016   34.DNY-24   35.MIBD-447   36.KK-135   37.CRS-039   38.ONSD-652   39.DSUI-29   40.EROD-095   41.ONSD-590   42.DVDES-012   43.MKCK-001   44.KWBD-081   45.JKS-012   46.BNDV-00552   47.DJNJ-100   48.MCSR-012   49.MCAS-024   50.YTR-012   51.MIBD-575   52.MTD-19   53.PBD-171   54.HITMA-174   55.STAR-399   56.HODV-20853   57.SWS-001   58.VSPDS-130   59.PPD-001   60.BOMC-063   61.GYL-001   62.DDGK-003   63.CS-321   64.DJJR-003   65.WORLD-1021   66.EMBS-004   67.STAR-017   68.FX-056   69.KS-8611   70.NADE-235   71.739   72.835   73.121   74.334   75.267   76.007   77.062   78.199   79.033   80.035   81.09   82.004   83.009   84.059   85.217   86.22   87.492   88.95   89.017   90.017   91.307   92.703   93.362   94.037   95.401   96.509   97.540   98.011   99.257   100.0091   101.413   102.002   103.016   104.24   105.447   106.135   107.039   108.652   109.29   110.095   111.590   112.012   113.001   114.081   115.012   116.00552   117.100   118.012   119.024   120.012   121.575   122.19   123.171   124.174   125.399   126.20853   127.001   128.130   129.001   130.063   131.001   132.003   133.321   134.003   135.1021   136.004   137.017   138.056   139.8611   140.235