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 Polling
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ishika Tiwari (1)
Ajay Kumar (1)
Reeta Singh Lodhi (1)
Manoj Kumar Duraisamy (1)
Vishwas R (1)
Abhishek Jain (1)
Manpreet Singh (1)
Mark White (1)
Pradeep Chandraker (1)
Ravi Rama (1)
Related resources for Polling
No resource found
Digicash Payment Gateway Webhook Real-Time MVC UI Updates
6/13/2024 8:43:37 AM.
In this article, we will learn how to integrate the Digicash payment gateway into your MVC web application with real-time UI updates using webhook callbacks.
Optimizing Long Polling Performance in .NET Applications
5/20/2024 10:23:56 AM.
Long polling emulates real-time client-server communication by keeping connections open until new data is available. Optimizing long polling in .NET enhances user experience and server efficiency thro
Queue-Based Messaging in Windows Azure
4/16/2024 8:40:51 AM.
This article discuss various queue-based messaging solutions in Windows Azure. The queue-based solutions include using Windows Azure Queues and Windows Azure Service Bus Queues. It also provides solut
Understanding Webhooks- A Beginner's Guide
4/24/2023 10:53:31 AM.
Understanding Webhooks: A Beginner's Guide
Add Charts To Visualize Your Django Polling-App Data
2/17/2023 5:32:56 AM.
Add charts to your Django polling app to make it more elegant & to get valuable insights of the poll.
HTML 5 Web Sockets
12/11/2019 11:41:15 PM.
HTML 5 introduced a new specification for Bi-Directional communication or Full Duplex connection between the server and the client
Polling Booth Through SharePoint 2013 And Office 365
10/4/2014 1:43:36 PM.
Here in this article we will see our Poll functionality in SharePoint 2013 as an app which will make you use it somewhere since it is really helpful.
SNMP Polling with C#.NET
7/26/2011 12:54:37 AM.
Traditionally Simple Network Management Protocol (SNMP) polling has been achieved using the command line.
HTTP Duplex messaging in Silverlight 4
7/20/2010 11:47:52 AM.
In this article we will learn how we can implement PollingDuplex with MultipleMessagesPerPoll duplex mode.
Asynchronous Data Access using Callback Model
12/13/2005 5:17:04 PM.
The problem with the ADO.Net 1.x is that one thread has to wait for the other thread to complete. So to overcome this problem Microsoft has introduced Asynchronous data access, through which one can execute multiple threads at a time.