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 delegates in C#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shivam Payasi (2)
Amit Choudhary (2)
Banketeshvar Narayan (2)
Vijay Prativadi (2)
Pathum Fernando (1)
Mukesh Nailwal (1)
Abhishek Yadav (1)
Rikam Palkar (1)
Abhishek Kumar (1)
Rathrola Prem Kumar (1)
Amr Monjid (1)
Vidya Vrat Agarwal (1)
Lokesh Varman (1)
Matthew Cochran (1)
Ganesh Nataraj (1)
Deepak Middha (1)
Uttam Kumar (1)
Abhishek Yadav (1)
Deepak Dutta (1)
Andrea Angella (1)
Ajay Mor (1)
Tuba Mansoor (1)
Mahesh Alle (1)
Rahul Prajapat (1)
Atul Rawat (1)
Praveen Raveendran Pillai (1)
Ashish Vanjani (1)
Andrew Fenster (1)
Richa Garg (1)
Harshit Vyas (1)
Jean Simon Ratte (1)
Rekha Singh (1)
Filip Bulovic (1)
TimothyA Vanover (1)
Arul Chinnappan (1)
Related resources for delegates in C#
No resource found
Learning The Basics Of Delegates In C#
10/25/2023 11:27:55 AM.
Delegates are a type that reference a Method. When it is assigned by a method it behaves exactly the same as that method. It can be used as parameters and can be returned as a value. So it has same wh
Types of Delegates in C#
10/25/2023 5:09:37 AM.
Here in this article, I am going to explain the types of delegates in C# along with the example.
Delegates In C#
10/18/2023 5:47:20 AM.
Delegates in C# are a fundamental concept in the language. They are used to create reference types that can encapsulate methods with a specific signature, allowing you to treat methods as objects. Del
Delegates In C# Explained
9/20/2023 8:13:19 AM.
In this article, we look at delegates and how to multicast them.
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 And When To Use Delegates In Your Project
9/1/2023 11:10:06 AM.
In this article, you will learn how and when to use delegates in your project.
Events In C# - A Tutorial on C# Events
2/12/2023 8:54:14 PM.
This tutorial helps you understand events in C# and how to implement events in your C# .NET app.
Mastering Delegates and Events In C# .NET
2/12/2023 4:24:56 PM.
This tutorial and code example will teach you how to work with delegates in C#.
Use Of Delegates In C# Events
1/23/2023 5:05:44 AM.
Here is an example of programs in C# that demonstrates the events with and without delegates.
A Strategy for Using Delegates in C#
11/17/2022 6:52:27 AM.
In a recent article comment I was asked for a sample of how to use a delegate and so I wanted to put together a sample of how we can use delegates in order to implement a strategy pattern in a way tha
Delegates And Events In C#
8/24/2022 8:47:13 AM.
A delegate in C# is similar to a function pointer in C or C++. Using a delegate allows the programmer to encapsulate a reference to a method inside a delegate object.
Use of Delegates in C#
8/22/2022 10:59:28 AM.
In this article, I explain delegates and multi-casting through delegates with an example.
Generic Delegates In C#
5/17/2022 4:18:59 PM.
Here ill describe that why we need Generic Delegates what are Generic Delegates, keyword used in Generic Delegates and their type with example
Delegates In C#
5/16/2022 5:16:27 PM.
Here we discuss that what are delegates and why we use delegates and how to use assign delegates.
Delegates And Async Programming
4/26/2022 10:46:02 AM.
The .Net delegate type is essentially a type-safe, object oriented, function pointer.
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
Understanding About Delegates In C#
3/31/2022 3:24:16 PM.
In this article, you will learn about delegates in C#.
Action and Func Delegates in C# .NET
2/15/2022 10:23:58 AM.
Func and Action generic delegates were introduced in .NET 3.5. In this article, you will learn how to implement func and action in C#.
Event Handling in .NET using C#
11/16/2021 5:02:16 AM.
In this article I discuss the event handling model in .NET using C#. The discussion starts with an introduction to the concept of delegates and then it extends that concept to events and event handlin
How Delegates Work In C#
11/22/2019 2:58:18 AM.
Learn everything you need to know to understand and work with delegates in C#. The video explains how delegates allow you to implement the strategy design pattern in a .NET idiomatic way.
Func Delegate In C#
8/29/2019 3:42:41 AM.
In this video, we will talk about Func delegate in C#.
Events And Delegates In C#
4/24/2019 8:19:41 AM.
In this article, you will learn about events and delegates in C#.
Simple Delegates With Examples in C#
6/26/2017 3:20:03 AM.
Here, you will see delegates with examples in C#. Delegates are similar to C++ function pointers, but are type safe. Delegates allow methods to be passed as parameters. Delegates can be used to define
Understanding Delegates In C# - Part 2
1/10/2016 12:13:55 PM.
In this article I will explain about delegates with named method, anonymous method, Lambda Expression, anonymous method with omit parameter list, and delegate inference.
Understanding Delegates In C#
1/5/2016 12:18:17 AM.
In this article you will learn about understanding delegates in C#.
Delegates in C#
8/28/2015 7:58:57 PM.
In this article you will learn about delegates in the C# language.
Delegates in C# Language
12/31/2014 11:48:27 PM.
In this article you will learn about Delegates in C# Language.
Delegates in Actual Projects
5/19/2014 2:38:32 PM.
This article explains how to use delegates in actual projects.
What are Delegates in C#
10/27/2013 11:33:43 PM.
In this video you will learn about Delegates in detail.
Using Delegates in C#
5/20/2013 2:08:15 PM.
In this article you will learn about what Delegates are and how to use them in C#.
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#.
Co-variance Delegates in .NET
10/24/2012 11:11:15 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
Working With Delegates in C#
5/14/2012 7:51:30 PM.
In this article I explain delegates and how we use them.
Delegates in C#
11/1/2010 7:19:32 AM.
This article discusses what delegates are and how they can be used in C# with lucid code examples.
Events/Delegates example in C#
8/18/2010 8:33:34 PM.
I made a little events/delegates example. I'm sharing it with you because events and delegates can be hard when your learn them and this example could help you.
Delegates in C#
7/24/2009 3:29:33 AM.
In this article let us learn about Delegates in C#.
Exploring delegates in C#
6/5/2007 7:12:51 AM.
Delegates are a kind of type safe function pointers which are actually declared as class derived from System.MulticastDelegate.
Implementing Delegates in C#
12/26/2005 4:43:00 AM.
The Zip file contains two projects. One is VB.Net and the other is C#. Each project is an example of the same use of a delegate. A base class is derived and the delegate calls a method on several classes derived from the base class.
Understanding Delegates in C#
12/7/2005 12:24:05 AM.
Delegate is type which holds the method(s) reference in an object. It is also reffered as a type safe function pointers.