TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Polly
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Kumar (2)
Datta Sai Krishna (1)
Jaimin Shethiya (1)
Ng Cheehou (1)
Cristopher Coronado (1)
Sardar Mudassar Ali Khan (1)
Salman Karim (1)
Dhanapal Chandran (1)
Munib Butt (1)
Anup Hosur (1)
Shenbagapandiyan P (1)
Catcher Wong (1)
Pradeep RN (1)
Related resources for Polly
No resource found
Handling Transient Failures in .NET 8 With Polly
11/5/2024 4:30:31 AM.
This article discusses implementing a retry mechanism for handling transient faults in service interactions. It defines transient faults, such as temporary network issues or resource exhaustion, and e
HttpClient use Polly Retry Policies in .NET Core
4/10/2024 5:54:01 AM.
Polly, a robust .NET library, fortifies applications against faults with policies like Retry, Circuit Breaker, Timeout, etc. Configure retries for transient errors with ease, enhancing application res
Implementing Resilient HTTP Requests in C#
3/16/2024 11:08:30 AM.
Ensuring reliable communication between systems is vital. Learn how to implement resilient HTTP requests in C# using Polly for robust, fault-tolerant applications.
Resolving Database Reconnection Challenges in .NET with Polly
2/13/2024 12:04:18 PM.
This content provides an overview and detailed implementation guide of utilizing the Polly library for connection retry in .NET applications. It demonstrates creating an Employee class and table, simu
Introducing Amazon Polly: How to Use Text-to-Speech service
1/23/2024 9:37:00 AM.
Amazon Polly is a powerful service that allows you to create lifelike speech from text. It supports a wide variety of languages and voices, and you can customize the pronunciation, pitch, and speed of
Microservices Development with 3-Tier Architecture and Circuit Breaker Design Pattern Using Microsoft ASP.NET Core Web API
12/30/2023 12:49:54 PM.
The Circuit Breaker pattern, analogous to its electrical counterpart, monitors for failures and helps prevent cascading failures in distributed systems. It acts as a barrier between a potentially fail
Polly and Bulkhead Pattern in .NET
9/15/2023 10:04:01 AM.
Explore the Bulkhead Pattern in software development, inspired by ship compartments, for isolating components to enhance reliability using Polly in .NET applications. Includes practical implementation
Building Resilient and Fault-Tolerant .NET Applications with Polly and .NET 6
4/28/2023 9:16:09 AM.
This article will discuss patterns and practices for building resilient .NET applications, including the Circuit Breaker, Retry, and Bulkhead patterns. We will also demonstrate how to use the popular
How To Write Resilient Code Using Polly In .NET 6
3/17/2023 10:23:55 AM.
In this article, you will learn how to write resilient code using polly in .Net 6.
Calling Multiple APIs Using HttpClient And Polly
1/6/2023 9:10:04 AM.
In this article, you will learn about calling multiple APIs using HttpClient and Polly.
HTTP Best Practices Using ASP.NET Core And Polly
11/7/2022 4:28:41 AM.
HTTP best practices using ASP.NET Core and Polly.
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
Using Retry Pattern In ASP.NET Core Via Polly
5/20/2019 8:07:46 AM.
In this article, we will discuss how to use retry pattern in ASP.NET Core via Polly with two easy samples.
Integration Of Amazon Polly With SharePoint Using Client Side Object Model
4/30/2018 9:44:08 AM.
Amazon Polly is a service that turns text into lifelike speech, allowing you to create applications that talk and build entirely new categories of speech-enabled products.