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.RKI-244   2.PNA-043   3.DSYC-17   4.CADV-236   5.ATAD-076   6.NFDM-304   7.CADV-164   8.MIBD-643   9.ATOM-008   10.MGDV-041   11.LADS-111   12.ASFB-029   13.IFDVA-028   14.MIBD-575   15.EMBM-004   16.BEEM-10   17.SVDVD-290   18.JFB-039   19.OOMN-024   20.TYWD-013   21.DV-678   22.ONSD-604   23.TKIPZ-145   24.CWM-015   25.JUSD-363   26.YBSD-01   27.XV-172   28.DD-153   29.GGJ-007   30.LADY-055   31.PBD-167   32.KCPN-004   33.SAD-011   34.ONSD-495   35.ONSD-476   36.DVH-353   37.RKI-220   38.DV-315   39.RKI-140   40.FMR-005   41.DRD-076   42.YLW-4022   43.YSN-134   44.TRF-01   45.SW-157   46.BMW-039   47.GG-135   48.MDMD-045   49.IPZ-008   50.SHL-008   51.DJNI-38   52.SMA-632   53.CFC-1453   54.DLSX-04   55.DGKD-243S   56.ALX-411   57.DGKD-049   58.AIED-007   59.MCF-001   60.GLT-038   61.UD-477R   62.HIST-013   63.LSTD-004   64.MDB-473   65.GA-072   66.GESD-007   67.DSE-646   68.BOR-126   69.EKDV-070   70.194   71.606   72.401   73.026   74.197   75.278   76.112   77.041   78.116   79.455   80.025   81.324   82.117   83.048   84.009   85.004   86.245   87.348   88.1   89.100   90.010   91.205   92.060   93.913   94.456   95.082   96.340   97.016   98.086   99.047   100.121   101.512   102.010   103.024   104.8254   105.009   106.120   107.635   108.048   109.281   110.071   111.78   112.405   113.006   114.01   115.418   116.274   117.010   118.001   119.245   120.329   121.044   122.01   123.079   124.472   125.0022   126.121   127.053   128.4674   129.243   130.007   131.403   132.015   133.001   134.002   135.001   136.051   137.004   138.001   139.048