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 Callback
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amit Choudhary (3)
Alkesh Bijarniya (2)
Ishika Tiwari (2)
Gurpreet Arora (2)
Moses Soliman (2)
Sourav Kayal (2)
Ajay Mor (2)
Anil Kumar (2)
Michael Livshitz (2)
Sangeetha S (1)
Mariusz Postol (1)
Hamed Niazmand (1)
Vijay Yadav (1)
Jitendra Mesavaniya (1)
Jaimin Shethiya (1)
Adalat Khan (1)
Sardar Mudassar Ali Khan (1)
Shaily Dubey (1)
Tuhin Paul (1)
Keyur (1)
Abhishek Kumar (1)
Abhishek Sur (1)
Rama Mohan (1)
Ahmad Anas (1)
Dipen Lama (1)
Jignesh Trivedi (1)
Amit Kumar Singh (1)
Jay Krishnareddy (1)
Tural Suleymani (1)
Ahmar Husain (1)
Rikam Palkar (1)
Gul Md Ershad (1)
Imran Ghani (1)
Kannan Sudhakaran (1)
Gaurav Nagri (1)
Karthik Elumalai (1)
Ajith Mohan (1)
Ramasagar Pulidindi (1)
Priyanka Jain (1)
John Charles Olamendy (1)
Hemant Jindal (1)
Nirav Daraniya (1)
Prasham Sabadra (1)
Pankaj Kumar Choudhary (1)
Pradeep Shet (1)
Shivprasad (1)
Anubhav Chaudhary (1)
Rohatash Kumar (1)
Martin Kropp (1)
Shripad Kulkarni (1)
TimothyA Vanover (1)
Santhosh Veeraraman (1)
Sanjay Kumar (1)
Amit Patel (1)
Suthish Nair (1)
Ashish Singhal (1)
Praveen Kumar (1)
Khaled Rawy (1)
Rishi Alagesann (1)
Deepak Raghavan (1)
Shail 0 (1)
Manisha Mehta (1)
Mike Gold (1)
Jibin Pan (1)
Ravi Rama (1)
Related resources for Callback
No resource found
Web api call in Android
10/25/2024 4:55:38 AM.
This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
Programming in Practice - Delegates and Events
10/7/2024 8:38:26 AM.
Events and delegates control flow, exchange data, and notify a condition change backed by code samples.
Understanding Callbacks with Func and Action Delegates
9/26/2024 4:11:38 AM.
This article explains how to use Func and Action delegates in C# to implement callbacks, providing flexible and reusable code. It includes practical examples for both returning and non-returning metho
How to Use async in jQuery When Calling an API Using Ajax
7/30/2024 6:10:25 AM.
Learn how to use async and await in jQuery to streamline API calls with Ajax. This guide covers setting up an HTML page, creating a JavaScript file for async operations, handling errors with try-catch
Task Scheduling with System.Threading.Timer in .NET
7/21/2024 4:05:41 AM.
Efficient task scheduling is essential for many applications, whether you're building background services, automated tasks, or periodic data processing. In .NET, the System.Threading.Timer class p
Name a few techniques to optimize Reactjs app performance
7/7/2024 8:27:52 AM.
Optimizing React app performance involves leveraging techniques like React. memo, useMemo, and use callback to minimize unnecessary re-renders. Employing code splitting via dynamic imports with React.
Java Script Callbacks: Syntax, Usage, and Examples
6/17/2024 10:02:11 AM.
JavaScript is designed to support asynchronous programming; it can handle numerous tasks concurrently. JavaScript callbacks are crucial because they let you run code after an asynchronous task complet
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.
Learn Webhook vs. Callback URL
6/13/2024 7:20:48 AM.
Webhooks and callback URLs are key in web development, enabling real-time updates and automatic interactions. Webhooks push data on specific events, used in real-time notifications and CI/CD. Callback
Delegates in .NET
4/22/2024 8:57:01 AM.
In this article, we will learn Delegates in .NET provide a powerful mechanism for defining and encapsulating methods, enabling flexible event handling and callback functionality.
Asynchronous Programming in Angular Promises vs. Observables
3/6/2024 4:33:48 AM.
Asynchronous programming plays a crucial role in modern web development, especially in Angular applications where data fetching, event handling. In this article, we'll delve into the differences b
How to Pass a Parameter to Event Handler or Callback in React.js
2/22/2024 11:13:06 AM.
In React, passing parameters to event handlers can be done using arrow functions or the bind method. Choose the approach that suits your project for optimal performance and readability.
How to Create Reusable Confirmation Modals in Blazor Server
1/17/2024 1:39:29 PM.
In this article, we will learn how to make confirmation pop-ups in your Blazor Server applications easily. Follow a step-by-step guide using parameters and EventCallback to create reusable models, mak
Power of Callbacks in ES8 and TypeScript
1/17/2024 5:33:22 AM.
Callbacks in JavaScript play a pivotal role in handling asynchronous operations, enabling developers to execute code after the completion of a specific task. In this article, we'll explore the con
Action and Func Delegates in C#
1/2/2024 5:18:03 AM.
Unlock the potential of Action and Func delegates in C# programming. Dive into the world of expressive and readable code, utilizing these powerful tools for method-passing, event handling, and more. H
Delegate Uses In C#
9/12/2023 4:23:28 AM.
This article describes the uses of delegates in C#.Delegates in C# are powerful and versatile constructs that enable you to work with methods as first-class citizens. They provide a way to treat metho
How to Use SynchronizationContext to Post Messages
9/6/2023 11:18:43 AM.
SynchronizationContext is a class in .NET that provides a way to post and execute code on a specific context, typically associated with a UI thread or a specific synchronization context. It's com
Oracle Data Provider for .NET : Part II
9/5/2023 5:55:04 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Delegates in C#
8/25/2023 9:09:14 AM.
Explore the fundamental potency of C# delegates—vital for encapsulating methods as first-class entities. Empower callbacks and event management for efficient C# application development.
Delegates, Anonymous Method, And Lambda Expression In C#
8/24/2023 10:58:50 AM.
Delegates, Anonymous Methods, and Lambda Expressions in C# introduces essential concepts in C# programming related to delegates, anonymous methods, and lambda expressions. These features enable develo
Calling the Server-Side Method Asynchronously From Client Script
8/23/2023 9:50:09 AM.
This article describes how to call the server-side method asynchronously from JavaScript with the use of Client Callbacks that is built in ASP.NET 2 so that the client browser receives the data dynami
Event Handling In Blazor
6/2/2023 6:16:53 AM.
In this article, you will learn about Event Handling in Blazor.
What is Synchronous and Asynchronous Programming in Javascript
5/24/2023 10:45:00 AM.
How to Use EventCallBacks for Two-Way Communication Between Blazor Components
4/24/2023 8:34:49 AM.
How to Use EventCallBacks for Two-Way Communication Between Blazor Components.
Callbacks - The Definitive Guide
2/1/2023 10:42:34 AM.
This article will help you to understand callbacks and their practical usage.
Delegate And Async Programming C# (AsyncCallback And Object State)
4/26/2022 10:26:16 AM.
In the previous article we discussed the use of delegates to call methods asynchronously then we talked about Synchronization of threads in a Multithreading environment. In the previous code example w
Asynchronous Methods Calls in C#
4/1/2022 11:59:25 AM.
In this article I explain asynchronous methods calls.
How To Send Parameters To Event CallBacks In Blazor
3/1/2022 4:09:42 PM.
In this article, we will learn what are the steps you need to take to send a parameter in event callbacks in blazor, we demonstrated the same with a Blazor server app.
Callback Operation By Delegate Or Interface
1/12/2022 9:13:58 AM.
This article is intended to explain the concept of callback operation with the help of Delegate.
Using Delegates to Communication Between Windows Forms
1/11/2022 10:10:36 AM.
Delegates are one of the wonderful features of .Net Framework. Their primary use is focused on support event handling and callback mechanism. In this article we will explore how to use delegate as ca
Callbacks In JavaScript😝
9/29/2021 10:15:22 AM.
In this article, you will learn about callbacks in JavaScript.
Difference Between a Postback and a Callback in ASP.Net
2/11/2021 4:54:01 AM.
Here is a good explanation of the difference between a Postback and a Callback in ASP.Net.
Understanding ES6 Promises
6/8/2020 5:49:22 AM.
In this article, you will learn about JavaScript Promises.
The Curious Case Of Callbacks Vs ES6 Promises
5/30/2020 2:29:50 AM.
The caption over here totally summed up my views regarding the two most fundamental concepts in the world of javascript prior to writing this piece.
How To Schedule Timer-Based Callbacks With Example
5/28/2020 2:49:40 PM.
In this article, we will look at how the JavaScript timer functions - settimeout, setinterval, and Cleartimeout -- are used to schedule and cancel timer-based Callbacks, with a simple example of stopw
Promise In JavaScript
5/24/2020 1:50:37 PM.
In this article, I explain the concept of Promise in JavaScript: its use and its difference from a normal callback function.
Understand JavaScript Callback Functions and Call by Value and Call by Reference
4/27/2020 11:15:50 AM.
This article explains callback functions, call by value and call by reference in JavaScript.
Advanced JavaScript: Callback Design Pattern and Callback Function
4/16/2020 7:23:30 PM.
This article explains callback functions in JavaScript.
useCallback() Hook In ReactJS
9/19/2019 8:57:30 AM.
This article talks about useCallback() and how important it is to use it in React applications.
Windows Communication Foundation callback
9/13/2019 4:09:05 AM.
This article is intended to illustrate how to implement callback operations in WCF through a common business scenario where the service needs to notify that some events has happened to the client. Dur
Func Delegate In C#
8/29/2019 3:42:41 AM.
In this video, we will talk about Func delegate in C#.
Action Delegate Using Lambda Expression In C#
8/9/2019 11:25:02 AM.
This video shows the practical usage of Action Delegate in C# using Lambda expression.
How Events And Delegates Are Related
6/28/2018 3:20:15 PM.
This articles describes about what is delegate, what are the different ways to define and declare delegates, when to use delegates, what is event and how events and delegates are associated or related
Callback Concept And Events In Node.js
12/6/2017 5:13:18 PM.
Hello friends, today I explain you about callbacks and events in Node JS. People who are new to Node JS please learn previous articles NodeJS - Getting Started With Some Basic Functions .
O365/ SharePoint Online - Getting User Image URL Without Callback In JSOM
5/30/2017 11:14:57 AM.
O365/ SharePoint Online - Getting user image URL without Callback in JSOM.
Node.js: Callbacks - Day Four
8/21/2016 5:36:44 PM.
In this article, you will learn about callbacks in Node.js.
C# Delegate - A Silent Hero Behind Modern Programming
12/29/2015 3:13:33 PM.
This article is about the usage of Delegate and its Power (multi-casting, Func, Action, Predicate, Event & Callback methods and so on).
Delegates in C# - Part 1
1/26/2015 11:45:45 PM.
This article explains what delegates in C# are, how to use them and provides a real-life sample use of them.
Caching FAQ's: Part I
9/15/2014 4:36:29 AM.
In this section we will touch base on one of important concepts in .NET Caching.
Apply Custom Bindings Using Knockoutjs in ASP.Net Application
11/27/2013 11:23:42 PM.
In today's article you will learn about how to apply Custom Bindings using Knockoutjs in an ASP.NET application.
Understand jQuery Ajax Function: Callback Function of jQuery Ajax Method
11/1/2013 3:13:37 PM.
In this article we will understand various callback functions of jQuery Ajax methods.
Using Callback Function in jQuery
5/13/2013 11:28:01 PM.
This article shows how to use a callback function in ASP.NET using jQuery.
Best Approach for Designing Interoperable Web Service
10/13/2012 5:52:26 AM.
This article will clarify and explain in detail the different Web Service Design Methodologies as defined by the Web Services Standardization Groups, clarify the terms, highlight their differences.
Musical Teacher Web Service
10/13/2012 5:07:29 AM.
A number of people / organizations have developed web services that are available for free to use.
Using Client Callbacks for Building the ListBoxesFTs_C ASP.NET Web User Control: Part II
10/3/2012 11:54:45 AM.
In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript.
N-Tier Development with Microsoft .NET : Part III
9/30/2012 4:25:57 AM.
The last installment in this series detailed more on the middle tier – business – façade and how to create a Web Service Export Proxy to have a physically separated middle tier.
Working with Delegates -Part II
9/29/2012 9:23:54 AM.
In this article we will discuss about delegates, what is multicast delegates and its contribution in Asynchronous communications and also how to work with long-running processes etc.
ASP.Net : AutoList
9/29/2012 6:06:36 AM.
This small web application will demonstrate some useful functionality like AutoList, XML data is land to populate list at client side using xml and xpath query, transform xml data using XSLT at client side etc.
CacheItemRemovedCallback in ASP.NET
7/2/2012 5:43:14 PM.
CacheItemRemovedCallback is a delegate that provides notification to a page when an item has been removed.
Using Client Callbacks for Building the ListBoxesFTs_C ASP.NET Web User Control: Part I
5/20/2012 1:27:19 AM.
In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript.
MSChart - Drilldown Charts: Part I
5/14/2012 8:36:32 PM.
In this article you will learn how to create MSChart - Drilldown Charts with simple random data.
RegisterWaitForSingleObject in ThreadPool
5/13/2012 8:09:34 AM.
In this article, we are going to describe how to use Threadpool to execute a thread at specified time interval or instant by using Threading AutoResetEvent.
Role of Callback and Chaining in jQuery ’s Animate & Effect
5/13/2012 7:33:06 AM.
Callback and Chaining play an important role in jQuery coding when using animate / effect methods. In this article we will understand it with the help of a small example.
Simple Server Callbacks using JQuery in ASP.NET Page Part: II
3/11/2010 7:58:53 AM.
Now in this part we use Same $("#divId").Load() function. But with more interactive like having progress message while the callback load the data from server.
Simple Server Callbacks using JQuery in ASP.Net page
3/11/2010 7:03:52 AM.
Here I'm showing you how to prepare ajax calls using jquery and showing the data coming from server side to html page without any postback.
Delegates and Events in C#
11/25/2009 1:00:02 AM.
In this article I will explain about Delegates and Events in C#.
Implementing Client Callbacks Programmatically without Postback
5/12/2008 2:05:35 AM.
This article help web developers to use CallBack instead of Ajax in some important issues like Updatable Data Source.
A Server Timer using ASP.Net Client side callback
11/17/2006 11:02:05 PM.
This page is to design a client side timer which will display the server time without refereshing the page and using the client side callback feature of the ASP.Net feature.
Asynchronous Callbacks and Ajax based UI Experience in Web Applications
9/11/2006 12:09:29 AM.
The current article shows a couple of different views of showing progress bars in Web based applications.
Building and Using Asynchronous Web Services
8/31/2006 8:56:54 AM.
In this article I will show how to build and use asynchronous Web services in your application and how you can use the callback method to make your application work in asynchronous state.
Introduction to the MagicAjax.NET - The Magic Ajax Engine for .NET
2/13/2006 1:41:08 AM.
MagicAjax.NET is a free open-source framework, designed to make it easier and more intuitive for developers to integrate AJAX technology into their web pages, without replacing the ASP.NET controls and/or writing tons of JavaScript code.
Multithreading Part 4: The ThreadPool, Timer Classes and Asynchronous Programming
1/28/2006 4:29:06 AM.
In this article, I would discuss few more .NET classes and how and what role do they play a role in building multithreading applications.
A Scheduled Application Launcher Service in C# and .NET
1/16/2006 6:56:34 AM.
This an article is on launching scheduled tasks. Not quite as exciting as launching a spaceship into outer space, but…hey, even astronauts have to automate some of their day to day activities.
Remote Objects: Part I
12/26/2005 6:22:30 AM.
This demo shows how to create the remote objects with callback functions and use them in the window host.
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.