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
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amr Monjid (5)
Gul Md Ershad (4)
Sagar Pardeshi (4)
Shivam Payasi (2)
Amit Choudhary (2)
Abhishek Yadav (2)
Rikam Palkar (2)
Ajay Mor (2)
Nishant Mittal (2)
Banketeshvar Narayan (2)
Sekhar Srinivas (2)
Sathyaish Chakravarthy (2)
Pradeep Shet (2)
Dinesh Beniwal (2)
Atul Rawat (2)
Shalilesh Kumar Saha (1)
Kirtesh Shah (1)
Ahmar Husain (1)
Uttam Kumar (1)
Anand Thakur (1)
Pawan Pandey (1)
Abhishek Yadav (1)
Moses Soliman (1)
Jay Krishna Reddy (1)
Deepak Dutta (1)
Akkiraju Ivaturi (1)
Pankaj Lohani (1)
Ashish Bhatnagar (1)
Vishal Gilbile (1)
Subhendu De (1)
Srihari Chinna (1)
Adalat Khan (1)
Hemant Kumar (1)
C# Curator (1)
Nagaraj M (1)
Shrimant Telgave (1)
Andrea Angella (1)
Vidya Vrat Agarwal (1)
Tuba Mansoor (1)
Ganesh Nataraj (1)
Farhan Ahmed (1)
Rajesh Gonugunta (1)
Arunava Bhattacharjee (1)
Deepak Dwij (1)
Daniel Donbavand (1)
Hemant Jindal (1)
Sivaraman Dhamodaran (1)
Ammar Shaukat (1)
Mohamed El-Qassas (Mvp) (1)
Mahesh Alle (1)
Abhishek Jaiswal (1)
Ahmad Anas (1)
Akhil Mittal (1)
Rathrola Prem Kumar (1)
Sandip G. Patil (1)
Saillesh Pawar (1)
Emiliano Musso (1)
Anil Kumar (1)
Usman Arshad (1)
Prakash Tripathi (1)
Vinoth Rajendran (1)
Ramakrishna Basagalla (1)
Mukesh Kumar (1)
Josue Molina (1)
Shashangka Shekhar (1)
Rahul Prajapat (1)
Akash Malhotra (1)
Shakti Saxena (1)
Vishal Verma (1)
Neeraj Kumar (1)
Asdasdasdasd Asdasdasdasd (1)
Nitin (1)
Anupam Jain (1)
Vikram Chaudhary (1)
Pranay Rana (1)
Padma Naban (1)
Jasminder Singh (1)
Ritesh Sharma (1)
Related resources for delegate
No resource found
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.
Asynchronous Nature of Delegates
5/9/2022 11:12:13 AM.
In this article you will see the other face of the delegate type in C#, it will show you how you can invoke a method asynchronously using delegates.
Events Programming in C#
5/4/2022 10:59:11 AM.
In this article, author discusses the events model in .NET and how to implement events in your applications using C#.
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
Func in C#
4/6/2022 2:48:05 PM.
In this article, you will learn about Func delegate in C#.
Asynchronous Methods Calls in C#
4/1/2022 11:59:25 AM.
In this article I explain asynchronous methods calls.
Generics in C# - Part II
4/1/2022 10:01:52 AM.
In part II of generics in C# we will see how to create generic classes, structures, interfaces, and delegates. We will also see how to create a custom generic collections.
Generics in C# - Part I
4/1/2022 9:44:48 AM.
In Part I of this series you will see the importance of generics, you will learn how to use generic types which in the System.Collections.Generic namespace and you will also learn how to create generi
Understanding About Delegates In C#
3/31/2022 3:24:16 PM.
In this article, you will learn about delegates in C#.
Simple and Multicast Delegates in C#
3/29/2022 9:47:55 AM.
This article describes how to define and use simple/multicast delegates in C#.
Delegates, Anonymous Functions and Lambda Expressions in C#
2/23/2022 10:43:50 AM.
This article provides the basics of C# delegates, c# anonymous function, lambda expressions and delegate with lambda expressions.
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#.
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
Action And Func Delegates In C#
12/6/2021 3:01:23 PM.
A brief article about the Action and Func Delegates 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
Functional Programming in Simple Terms: Explained
3/25/2021 5:28:42 AM.
In this article we learn about Functional Programming in a very simple manner.
MatchEvaluator Delegate of a Regular Expression Replace Method in ASP.Net
3/17/2021 10:38:13 AM.
This article explains the MatchEvaluator Delegate of a custom verification for each match found by a Regular Expression Replace method.
Asynchronous Programming In .NET
3/3/2021 2:40:11 PM.
In this article, you will learn about Asynchronous Programming in .NET.
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 .
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# 4.0 Method Parameters
1/3/2021 5:16:15 AM.
This article talks about optional parameters. We can use default values for the parameters for Constructor methods, Delegates, and Methods.
Delegates in .NET
12/31/2020 6:32:04 AM.
Here you have a complete introduction to delegates.
Events in .NET
12/3/2020 10:15:18 PM.
An event is a message sent by an object to signal the occurrence of an action. This action caused by the user interaction such as button click, mouse click etc.
Automatic Delegation In An Alexa Skill
10/24/2020 8:32:54 AM.
In this article, I am going to demonstrate how to use an automatic delegation feature to simplify your code to collect and confirm slot values.
Events In C#
9/27/2020 8:51:04 PM.
This article discusses events in c#. It will show you the relation between delegates and events.
Delegates In C#
9/26/2020 8:35:29 PM.
Learn how to use delegates in C#
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.
Delegates - Action vs Func vs Predicate
9/2/2020 2:18:53 PM.
In this article, we will see the usage for 3 types of delegates.
Delegates In C# Explained
6/8/2020 5:58:15 AM.
In this article, we look at delegates and how to multicast them.
Func, Action And Predicate Delegates In C#
6/8/2020 5:50:52 AM.
If you don't want to declare delegates every time, you can use some built-in delegates.
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.
Delegates In C#
2/12/2020 10:56:40 PM.
In this article, you will learn about detailed explanation of Advanced features in C#.
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#.
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.
Delegates and Events In C# .NET
5/9/2019 9:53:11 AM.
In this tutorial and code example, you'll learn how to work with Delegates In C# .NET.
Events And Delegates In C#
4/24/2019 8:19:41 AM.
In this article, you will learn about events and delegates in C#.
Delegates And Events In C#
4/1/2019 8:37:37 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.
An Overview of Delegate In C#
1/17/2019 8:43:33 AM.
In this piece of content, we will learn about delegates in C# programming. Delegate is one of the most common and the most useful concepts and every developer must have the basic knowledge of delegate
Delegate in C#
10/25/2018 6:05:03 AM.
In this article, I am trying to explain delegates in an easy to understand way, hopefully after going through this article, you will feel comfortable using delegates and answering any questions relate
Func<> Delegates in LINQ
10/24/2018 3:15:54 AM.
Learn how Func<> Delegates in LINQ work. Func delegates are pointers to methods that take one or more parameters and must return a value.
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
C# Delegates, Action, and Func
8/10/2018 12:02:02 AM.
In this video, we will be looking at the three important parts of C# - Delegates, Func, and Action.
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
Creating Simple Thread In C#
3/26/2018 1:04:10 AM.
This video shows creating and running threads in C-Sharp. It also explains the use of Thread.Join().
Use Of Delegates In Programming With Simple Example
1/23/2018 11:44:30 AM.
We all have studied delegates in programming, especially in high-level languages. But most probably, it’s hard to understand if you are new to programming. So I’ll be writing some stuff on the use of
Missing 'Manage Delegates' Option In PWA Setting In Project Server 2016
10/24/2017 12:54:43 AM.
In this article, we will be fixing the issue Missing 'Manage Delegates' option in PWA Setting.
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
Delegates in C#
6/22/2017 7:08:42 AM.
This article is introducing a new reference type, delegate. A delegate is a C# language element that allows programmers to reference a method for their development work.
Delegates, Anonymous Method, And Lambda Expression In C#
1/26/2017 11:38:12 AM.
This article discusses Delegates, Anonymous Methods, and Lambda Expression in C#.
Explore Delegates In C#
1/24/2017 11:39:33 PM.
In this article, you will explore delegates in C#.
How And When To Use Delegates In Your Project
1/23/2017 2:52:52 PM.
In this article, you will learn how and when to use delegates in your project.
Overview Of Delegate Concept In C#
1/19/2017 11:15:55 PM.
In this article, you will learn about the delegate concept in C#.
Understanding <T> In C#
5/18/2016 4:54:37 AM.
In this article you will learn about what is <T> in C#.
Learn Tiny Bit Of C# In 7 Days - Day 4
5/12/2016 11:57:13 AM.
In this article you will learn about Delegates, Enums, Attributes, Generics in C#. This is part 4 of the series.
Invoke Method To Update UI From Secondary Threads In VB.NET
1/25/2016 9:39:49 AM.
In this brief article, we'll see how it can be possible, through the Invoke method, which is available to all controls through the System.Windows.Form namespace, to realize such functionality in order to execute a graphic refresh and update through delegates.
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#.
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).
Overview Of Delegates
12/18/2015 12:48:35 AM.
In this article you will learn about Delegates and its types.
Implement Custom Promoted ActionsDelegate Control In SharePoint 2013
12/8/2015 1:16:21 PM.
In this article you will learn how to implement Custom Promoted ActionsDelegate Control in SharePoint 2013.
Threading Simplified: Part 5 (Thread Pools)
12/7/2015 2:33:20 AM.
This article explains what thread pools are and how to use them efficiently in multithreading using QueueUserWorkItem method and Asynchronous delegates.
Implement Custom SuiteLinks Delegate Control In SharePoint 2013
12/3/2015 4:56:12 AM.
In this article we will see how to implement SuiteLinks Delegate Control in SharePoint 2013
Delegates Make Confusion (Where to use) In C#
11/27/2015 10:10:41 AM.
In this article you will learn about Delegates and where to use them in C#.
Implement Custom SuiteBarBranding Delegate Control In SharePoint 2013
11/24/2015 12:17:52 PM.
In this article you will learn how to implement custom SuiteBarBranding Delegate Control in SharePoint 2013.
New Delegate Control Additions To SharePoint 2013
11/4/2015 11:59:48 AM.
In this article you will learn about new delegate control added to the SharePoint 2013.
Asynchronous Programming Using Delegates
11/4/2015 12:24:40 AM.
This article is intended to explain the concept of asynchronous programming using DelegateS.
Publisher And Subscriber In C#
11/3/2015 12:26:22 AM.
In this article you will learn about Publisher and Subscriber in C# language.
Different Ways To Create Delegates In C#
10/31/2015 11:34:57 AM.
This article is intended to explain the idea and concept to create Delegate with different approach.
Creating Delegate Controls In SharePoint
10/31/2015 5:26:03 AM.
In this article you will learn how to create Delegate Controls in SharePoint.
Delegates And Interface Overview
10/28/2015 3:32:45 PM.
This article is intended to describe the relationship, similarities, differences between Delegate and Interface.
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.
Action And Func Delegates In C#
10/6/2015 9:17:30 AM.
In this article you will learn about Action and Func Delegates in C#. Both of them are generic delegates, which means that you can assign both anonymous methods and lambda expression to them.
Delegates In C#
10/1/2015 1:55:51 AM.
In this article we will try to understand what is delegate and how to use it.
Delegates in C#
8/28/2015 7:58:57 PM.
In this article you will learn about delegates in the C# language.
Fire Event From Child To Parent in C#
8/27/2015 1:48:14 PM.
In this article you will learn how to call a web form method or event from a child user control event or method using delegates.
Covariance and Contravariance with delegates using C#
8/26/2015 3:46:53 PM.
In this article you will learn about Covariance and Contravariance in C# programming.
Delegate and its Memory Allocation in C#
8/20/2015 5:36:20 PM.
In this article you will learn an overview of delegate in C# language.
Delegates in C#
6/1/2015 2:40:25 PM.
This article explains delegates in C# programming with examples.
Using ASP.Net to Delegate Domain Password Resets to Business Managers
5/18/2015 5:38:05 PM.
This article shows how to develop a simple ASP.NET-based application for the purpose of providing non-IT management staff the ability to reset a delegate's Windows domain account password.
Difference between Func, Action and Predicate Delegates
4/28/2015 7:01:07 AM.
This Video provides a clear difference between Func,Action and Predicate Delegates which is one of the most frequently asked questions in Interview's these days. This Video demonstrates the difference between Func, Action and Predicate with explanation and simple and easy to understand example to answer the question.
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.
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#.
Delegates in C# Language
2/26/2015 5:24:02 PM.
In this article you will learn about C# Delegates.
Delegates in C#
2/16/2015 12:30:42 PM.
In this article you will learn about Delegates in 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.
Publisher/Subscriber Pattern With Event /Delegate and EventAggregator
1/30/2015 1:00:54 AM.
This article explains the Publisher/Subscriber pattern with Event/Delegate and EventAggregator.
Delegates in C# - Part 2
1/27/2015 12:50:02 PM.
In this article you will learn what delegates are and some of the advantages of delegates.
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.
Delegate Example Explained With Mediator Pattern
1/25/2015 10:29:55 PM.
This article explains delegates and is explained with an example using the Mediator Pattern.
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.
Generic Delegates in C#
1/1/2015 12:24:34 AM.
In this article you will learn about Generic Delegates in C#.
Delegates in C# Language
12/31/2014 11:48:27 PM.
In this article you will learn about Delegates in C# Language.
Func Generic Delegate in C#
11/26/2014 6:46:09 PM.
In this article, we will discuss the concept of Func generic delegate.
From Delegates to Lambdas
11/22/2014 6:10:22 PM.
In this article I am going to discuss the evolution of lambdas from delegates.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download