no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Web Service
Using Other Verbs with Web API
Full source code available here. You will often use the GET verb when making requests to an API. You have probably used it like this - www.example.com/person/ or www.example.com/person/1 or www.
Jun 27, 2018
#
AspNet
,
HTTP Verbs
,
WebApi
,
Web Service
Using the Polly Timeout when making a Http Request
Full source code available here. Want to learn more about Polly? Check out my Pluralsight course on it. When making remote service requests the remote side will sometimes take longer than acceptable to respond.
Dec 5, 2017
#
Polly
,
WebApi
,
Web Service
Returning default values from a failed web request with Polly Fallbacks
Full source code available here. Want to learn more about Polly? Check out my Pluralsight course on it. In previous posts on Polly I showed how to use a simple retry, and a retry with a delegate that is called before the request is retried.
May 25, 2017
#
AspNet
,
Polly
,
Web Service
,
WebApi
,
WebApi2
Re-authorization and onRetry with Polly
Full source code available here. Want to learn more about Polly? Check out my Pluralsight course on it. In a previous post I showed how to use Polly to make a simple call, retrying in the event of failure.
May 8, 2017
#
AspNet
,
Polly
,
Web Service
,
WebApi
,
WebApi2
Letting a request fail with Polly
Want to learn more about Polly? Check out my Pluralsight course on it. Polly is fantastic for transparently retrying a request but there is always a point at which you must give up.
Apr 19, 2017
#
AspNet
,
Polly
,
Web Service
,
WebApi
Cite
×