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 .NET delegates
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sathyaish Chakravarthy (2)
Dinesh Beniwal (2)
Tural Suleymani (1)
Keyur (1)
Mahesh Chand (1)
Vishal Gilbile (1)
Vikram Chaudhary (1)
Jasminder Singh (1)
Vijay Prativadi (1)
Related resources for .NET delegates
No resource found
.NET Delegates in Event-Based Asynchronous Pattern for Seniors
2/26/2024 5:06:24 AM.
This article dives into the practical learning of delegates, emphasizing real-world examples. It explores the Event-Based Asynchronous Pattern (EAP) in C# and its advantages, using delegates to implem
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
Delegates Simplified
11/17/2022 6:33:02 AM.
Delegates encapsulate and pass methods as parameters to other methods. A delegate can encapsulate a named or an anonymous method. You’re most likely to use a delegate in events or callbacks.
Using Delegates in ASP.NET
3/2/2021 9:33:46 AM.
Delegates have always been a useful concept introduced in the .Net framework, but because of the difficulty of implementation, first-time developers might find it difficult to implement delegates in .
Video: .NET Delegates (in Hindi) - Part 2
3/16/2015 5:50:09 AM.
The second part of a lecture in Hindi on using delegates with C#.
Video: .NET Delegates (in Hindi) - Part 1
3/5/2015 3:51:24 AM.
The first part of a lecture in Hindi on using delegates with C#.
Delegate Basics in C#
2/12/2015 1:37:44 AM.
The article will explain the basics of delegates. How delegates are initialized and how they work.
C# Corner Delhi Developer's Day 18th January, 2015: Official Recap
1/22/2015 2:09:22 AM.
The C# Corner Delhi Chapter organized its monthly event, Delhi Developer's Day at C# Corner Noida Office, on 18th January, 2015.
C# Corner Delhi Developer's Day 28th December, 2014: Official Recap
1/7/2015 8:44:01 PM.
The C# Corner Delhi Chapter organized its monthly event, Delhi Developer's Day at C# Corner Noida Office, on 28th December, 2014.
Pass Data From User Control to Parent Page, Using Events and Delegates in ASP.Net
3/13/2014 1:30:09 PM.
This article explains how to pass data from a user control to the parent page using events and delegates in ASP.Net.
Contra-variance Delegates in .NET
10/24/2012 11:11:26 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in C#.