FileMood

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

FreeTutorials Eu real world aspnet web api services for net framework

Name

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

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.4 GB

Total Files

167

Hash

6E9DBBCB138069B651A008D549ED93A3817DDD36

/01 Introduction/

001 Introduction-en.srt

13.1 KB

001 Introduction.mp4

96.8 MB

002 Creating a Basic Web API Project in Visual Studio-en.srt

9.5 KB

002 Creating a Basic Web API Project in Visual Studio.mp4

14.2 MB

002 Downloading-Visual-Studio-E7.txt

0.0 KB

003 Alternative Starting Point Azure API App Template-en.srt

6.0 KB

003 Alternative Starting Point Azure API App Template.mp4

12.6 MB

004 Summary-en.srt

2.7 KB

004 Summary.mp4

3.2 MB

/02 Integration Testing - Calling Your Service over HTTP/

005 Section 2 Introduction-en.srt

6.3 KB

005 Section 2 Introduction.mp4

62.6 MB

006 Downloading-Fiddler.txt

0.0 KB

006 Using Fiddler With a Browser-en.srt

6.4 KB

006 Using Fiddler With a Browser.mp4

9.5 MB

007 Downloading-PostMan.txt

0.0 KB

007 Using PostMan-en.srt

4.5 KB

007 Using PostMan.mp4

12.6 MB

008 Swashbuckle-on-GitHub.txt

0.0 KB

008 Using Swagger via Swashbuckle-en.srt

5.4 KB

008 Using Swagger via Swashbuckle.mp4

10.0 MB

009 Section 2 Summary-en.srt

2.9 KB

009 Section 2 Summary.mp4

3.6 MB

/03 Routing Requests to Controllers and Actions/

010 Section 3 Introduction-en.srt

2.8 KB

010 Section 3 Introduction.mp4

44.9 MB

011 Microsoft-Article-on-Template-Routing-and-Action-Method-Selection.txt

0.1 KB

011 Template Style Routing-en.srt

6.8 KB

011 Template Style Routing.mp4

22.4 MB

012 Declarative Attribute Style Routing-en.srt

8.5 KB

012 Declarative Attribute Style Routing.mp4

26.7 MB

013 Constraining Route Parameters-en.srt

8.4 KB

013 Constraining Route Parameters.mp4

15.0 MB

013 Microsoft-Article-on-Attribute-Routing-Excellent-Resource-.txt

0.1 KB

014 Custom Route Constraints-en.srt

10.5 KB

014 Custom Route Constraints.mp4

29.3 MB

014 Enum-Constraint-Simple-Example-Demo.zip

611.8 KB

014 GitHub-source-code-for-the-EnumerationConstraint-example.txt

0.1 KB

014 StrathWeb-discussion-of-using-exceptions-in-constraints-to-produce-custom-HTTP-responses.txt

0.1 KB

015 AcceptVerbs Multiple Routes Route Names and Self-Referencing URLs-en.srt

10.2 KB

015 AcceptVerbs Multiple Routes Route Names and Self-Referencing URLs.mp4

33.9 MB

016 Optional Route Parameters and Default Values-en.srt

4.9 KB

016 Optional Route Parameters and Default Values.mp4

8.9 MB

017 Article-by-Rion-Williams-with-more-route-precedence-examples.txt

0.1 KB

017 Route Precedence-en.srt

6.3 KB

017 Route Precedence.mp4

18.1 MB

018 Microsoft-Article-on-Parameter-Binding.txt

0.1 KB

018 Parameter Binding-en.srt

11.4 KB

018 Parameter Binding.mp4

24.8 MB

018 WebApiContrib-GitHub-repositories.txt

0.0 KB

019 Wildcard Parameters-en.srt

7.9 KB

019 Wildcard Parameters.mp4

14.7 MB

020 Section3SourceCode.zip

462.8 KB

020 Section 3 Summary-en.srt

3.1 KB

020 Section 3 Summary.mp4

8.9 MB

/04 The Web API Pipeline Delegating Handlers/

021 Section 4 Introduction-en.srt

11.7 KB

021 Section 4 Introduction.mp4

116.9 MB

021 The-Web-API-2.0-Poster-Keep-this-handy-.txt

0.1 KB

022 An Opinionated View of Web API-en.srt

10.0 KB

022 An Opinionated View of Web API.mp4

13.5 MB

023 HandlerTemplates.zip

21.1 KB

023 Introduction to DelegatingHandlers-en.srt

4.0 KB

023 Introduction to DelegatingHandlers.mp4

5.8 MB

024 Simple Example of a DelegatingHandler-en.srt

5.8 KB

024 Simple Example of a DelegatingHandler.mp4

12.7 MB

025 Example of an API Key DelegatingHandler-en.srt

14.1 KB

025 Example of an API Key DelegatingHandler.mp4

26.3 MB

026 Example of a DelegatingHandler Failure-en.srt

6.7 KB

026 Example of a DelegatingHandler Failure.mp4

12.7 MB

027 Processing Load Balancer Headers with a DelegatingHandler-en.srt

18.1 KB

027 Processing Load Balancer Headers with a DelegatingHandler.mp4

31.6 MB

028 Section 4 Summary-en.srt

2.7 KB

028 Section 4 Summary.mp4

4.1 MB

028 TestProject4-FinalCode.zip

19.5 KB

/05 The Web API Pipeline Action Filters and Return Types/

029 Introduction-en.srt

3.8 KB

029 Introduction.mp4

36.1 MB

030 Overview of Action Filters-en.srt

3.2 KB

030 Overview of Action Filters.mp4

5.8 MB

031 Simple Example of an Action Filter-en.srt

11.8 KB

031 Simple Example of an Action Filter.mp4

23.7 MB

032 Example of a Client-side Caching Action Filter-en.srt

10.9 KB

032 Example of a Client-side Caching Action Filter.mp4

19.6 MB

033 Overview of Action Method Return Types-en.srt

9.4 KB

033 Overview of Action Method Return Types.mp4

11.7 MB

034 Return Types Part 1 The Traditional Model-en.srt

13.4 KB

034 Return Types Part 1 The Traditional Model.mp4

28.2 MB

035 Brad-Wilsons-excellent-IHttpActionResult-code-for-client-side-caching-responses.txt

0.0 KB

035 Return Types Part 2 The IHttpActionResult Model-en.srt

14.4 KB

035 Return Types Part 2 The IHttpActionResult Model.mp4

35.9 MB

036 Part 1 Example of Model Validation in an Action Filter-en.srt

8.6 KB

036 Part 1 Example of Model Validation in an Action Filter.mp4

15.3 MB

037 Part 2 Example of Model Validation in an Action Filter-en.srt

8.6 KB

037 Part 2 Example of Model Validation in an Action Filter.mp4

16.5 MB

038 Section 5 Summary-en.srt

3.0 KB

038 Section 5 Summary.mp4

4.3 MB

038 TestProject5-FinalCode.zip

19.8 KB

/06 Authentication Filters/

039 Introduction-en.srt

4.9 KB

039 Introduction.mp4

79.2 MB

040 Part 1 Introduction to Authentication Filters-en.srt

11.6 KB

040 Part 1 Introduction to Authentication Filters.mp4

146.1 MB

041 Part 2 Introduction to Authentication Filters-en.srt

8.7 KB

041 Part 2 Introduction to Authentication Filters.mp4

114.6 MB

042 Part 1 Creating a Basic Authentication Filter from the Template-en.srt

9.7 KB

042 Part 1 Creating a Basic Authentication Filter from the Template.mp4

117.9 MB

043 Part 2 Creating a Basic Authentication Filter from the Template-en.srt

8.0 KB

043 Part 2 Creating a Basic Authentication Filter from the Template.mp4

92.3 MB

044 JWT.io-for-more-information-on-JWT-tokens.txt

0.0 KB

044 Part 1 Creating a Custom JSON Web Token (JWT) Authentication Filter-en.srt

8.8 KB

044 Part 1 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp4

88.6 MB

045 Part 2 Creating a Custom JSON Web Token (JWT) Authentication Filter-en.srt

9.8 KB

045 Part 2 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp4

132.8 MB

046 Part 3 Creating a Custom JSON Web Token (JWT) Authentication Filter-en.srt

6.3 KB

046 Part 3 Creating a Custom JSON Web Token (JWT) Authentication Filter.mp4

79.7 MB

047 Overriding the Authentication Filter List-en.srt

4.0 KB

047 Overriding the Authentication Filter List.mp4

38.6 MB

048 Section 6 Summary-en.srt

3.1 KB

048 Section 6 Summary.mp4

18.2 MB

048 TestProject6-FinalCodeSec7.zip

9.1 MB

/07 Authorization Filters/

049 Introduction-en.srt

2.1 KB

049 Introduction.mp4

36.8 MB

050 Overview of Authorization Filters-en.srt

3.8 KB

050 Overview of Authorization Filters.mp4

49.1 MB

051 The Authorize and AllowAnonymous Attributes-en.srt

9.4 KB

051 The Authorize and AllowAnonymous Attributes.mp4

99.1 MB

052 Example of a RequireHttps Authorization Filter-en.srt

5.5 KB

052 Example of a RequireHttps Authorization Filter.mp4

69.0 MB

053 Example of a RequireClaims Authorization Filter-en.srt

12.0 KB

053 Example of a RequireClaims Authorization Filter.mp4

136.5 MB

053 TestProject6-CodeSoFarSec7.zip

37.3 KB

054 Section 7 Summary-en.srt

1.7 KB

054 Section 7 Summary.mp4

12.3 MB

054 TestProject6-FinalCodeSec7.zip

42.2 KB

/08 Exceptions and Error Handling/

055 Introduction-en.srt

10.7 KB

055 Introduction.mp4

81.3 MB

056 The Global.asax.cs Application_Error() Handler of Last Resort-en.srt

9.8 KB

056 The Global.asax.cs Application_Error() Handler of Last Resort.mp4

109.0 MB

057 Exception Filters-en.srt

8.1 KB

057 Exception Filters.mp4

95.2 MB

058 Global Exception Handlers-en.srt

10.6 KB

058 Global Exception Handlers.mp4

117.8 MB

059 Global Exception Loggers-en.srt

6.9 KB

059 Global Exception Loggers.mp4

73.4 MB

059 TestProject8-CodeSoFar.zip

19.1 KB

060 Introduction to RFC 7807 Problem Responses-en.srt

3.9 KB

060 Introduction to RFC 7807 Problem Responses.mp4

32.9 MB

060 RFC-7807-Text.txt

0.0 KB

061 Part 1 RFC 7807 Library for Web Api-en.srt

10.9 KB

061 Part 1 RFC 7807 Library for Web Api.mp4

103.8 MB

061 Source-Code-for-the-RFC-7807-Library-on-GitHub.txt

0.1 KB

062 Part 2 RFC 7807 Library for Web Api-en.srt

9.2 KB

062 Part 2 RFC 7807 Library for Web Api.mp4

114.7 MB

063 NuGet-Package-for-the-RFC-7807-Library.txt

0.1 KB

063 Part 3 RFC 7807 Library for Web Api - Examples-en.srt

13.8 KB

063 Part 3 RFC 7807 Library for Web Api - Examples.mp4

181.3 MB

064 Section 8 Summary-en.srt

2.5 KB

064 Section 8 Summary.mp4

13.2 MB

/09 Other Topics/

065 Introduction-en.srt

1.3 KB

065 Introduction.mp4

26.0 MB

066 Swashbuckle (Swagger) Behaviors-en.srt

8.8 KB

066 Swashbuckle (Swagger) Behaviors.mp4

130.5 MB

067 Enabling CORS in Web API Services.html

3.3 KB

067 Microsoft-Article-on-CORS-in-Web-API.txt

0.1 KB

068 Microsoft-GitHub-site-for-API-Versioning-library.txt

0.1 KB

068 Versioning Your API.html

3.0 KB

/10 Course Summary/

069 Summary And Where To Go Next-en.srt

5.3 KB

069 Summary And Where To Go Next.mp4

83.6 MB

/

[FreeCoursesOnline.Me].url

0.1 KB

[FreeTutorials.Eu].url

0.1 KB

[FTU Forum].url

1.4 KB

 

Total files 167


Copyright © 2025 FileMood.com