Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Delegate 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]
Kirtesh Shah (1)
Subhendu De (1)
C# Curator (1)
Shrimant Telgave (1)
Deepak Dwij (1)
Mahesh Alle (1)
Mukesh Kumar (1)
Sekhar Srinivas (1)
Anupam Jain (1)
Rajesh Bisht (1)
Matthew Cochran (1)
Filip Bulovic (1)
Related resources for Delegate in C#
No resource found
Func in C#
4/6/2022 2:48:05 PM.
In this article, you will learn about Func delegate in C#.
ABC's of Delegate
1/14/2021 10:29:11 AM.
This article helps you to understand the basics of delegates in .NET Framework.
C# .NET Delegates and Events
9/26/2020 8:29:27 PM.
In this tutorial, learn what is a delegate in C# and how delegates are implemented in C# code.
Delegate In C# In A Simple Way
5/26/2020 4:20:19 AM.
In this video, we will learn Delegate in C#.NET in a simple way with an example.
Concept Of A Delegate In C#
10/13/2018 6:44:39 AM.
An interesting and useful property of a delegate is that it does not know or care about the class of the object that it references. Any object will do; all that matters is that the method's argume
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
All About Delegate In C#
10/22/2015 1:41:29 PM.
In this article, I will demonstrate you all about delegate. Delegate is a type which represents the reference of a Method.
Func Delegate in C# with Examples
4/25/2015 1:05:19 AM.
This video provides a complete explanation about the Generic Func Delegate and also explains about how to use Func Delegate with Named Method , Using Func Delegate with Anonymous Methods and using Func Delegate with Lambda Expressions with example. Hope this video will help out in using the Func Delegate Properly.
Delegates in C#
2/16/2015 12:30:42 PM.
In this article you will learn about Delegates in C#.
Delegate in .NET (C#): Digging / Acquaint - Make it Simple
7/18/2011 12:05:18 AM.
A delegate is an object or instance which can hold a reference of any function or which can bind a function.
Learning Delegates in C#, an Introduction
6/11/2007 10:21:43 AM.
There is this thing in C# called a delegate, which is going to be crucial to build interactions between our objects. What’s a delegate, you ask? Good question. A delegate is a pointer to a method. What’s that mean? Just like you can pass variable by reference, you can pass a reference to a method. Let me give you an example.
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.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download