Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gul Md Ershad(4)
Jaimin Shethiya(4)
Sagar Pardeshi(3)
Jasminder Singh(3)
Tural Suleymani(3)
George (2)
Pankaj Lohani(2)
Praveen Raveendran Pillai(2)
Hamed Niazmand(2)
Shivam Payasi(2)
Rikam Palkar(2)
Banketeshvar Narayan(2)
Pradeep Shet(2)
Atul Rawat(2)
Arunava Bhattacharjee(2)
Mahesh Chand(2)
Mohammad Hasan Hosseini(1)
Sanjay Kumar(1)
Farhan Ahmed(1)
Sandip G. Patil(1)
Anil Kumar(1)
Ramakrishna Basagalla(1)
Mukesh Kumar(1)
Asdasdasdasd Asdasdasdasd(1)
Anubhav Chaudhary(1)
Sachin Kalia(1)
Sachin Bhardwaj(1)
Deepak Dwij(1)
Kapil Deo Malhotra(1)
C# Curator(1)
Kiran Khambete(1)
Arumilli Yamini(1)
Jalpa Dhola(1)
Ajay Kumar(1)
Jefferson S. Motta(1)
Mamta M(1)
Tuhin Paul(1)
Anandu G Nath(1)
Keyur (1)
Santosh (1)
Mukesh Nailwal(1)
Gurpreet Arora(1)
Laks Tutor(1)
Tahir Ansari(1)
Lokesh Varman(1)
Sangeetha S(1)
Uttam Kumar(1)
Jay Krishna Reddy (1)
Nagaraj M(1)
Abhishek Yadav(1)
Tuba Mansoor(1)
Hemant Jindal(1)
Ammar Shaukat(1)
Mohamed Elqassas (1)
Ahmad Anas(1)
Rathrola Prem Kumar(1)
Akhil Mittal(1)
Usman Arshad(1)
Vinoth Rajendran(1)
Josue Molina(1)
Shashangka Shekhar(1)
Rahul Prajapat(1)
Shakti Saxena(1)
Vishal Verma(1)
Neeraj Kumar(1)
Nitin (1)
Anupam Jain(1)
Vikram Chaudhary(1)
Pranay Rana(1)
Padma Naban(1)
Ritesh Sharma(1)
Adalat Khan(1)
Abhishek Yadav(1)
Abhishek Kumar(1)
Nilesh Mohite(1)
Abhishek Jaiswal (1)
Arpit Jain(1)
Resources
No resource found
Chain of Responsibility Using Delegate Chaining in .NET
Mar 02, 2025.
The Chain of Responsibility (CoR) pattern enables flexible processing pipelines, used in ASP.NET Core middleware, HttpClient handlers, and validation pipelines like FluentValidation. It supports dynamic rules, async execution, and extensibility.
Detailed use of Action Delegate in C#
Sep 11, 2024.
In C#, the Action delegate represents a method that does not return a value and can accept up to 16 parameters. It's useful for passing methods as arguments, callbacks, and event handling. It supports lambda expressions and anonymous methods, making code more concise. Unlike Func<T>, Action always returns void.
Multi-Threading (4-1), delegate and MultiThreading
Jul 03, 2023.
This article will discuss delegate and MultiThreading
Multi-Threading (4), Delegate based Asynchronous Programming Model
Jul 03, 2023.
This article will discuss delegate based Asynchronous Programming Model.
An Overview of Delegate In C#
Jan 17, 2019.
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.
Overview Of Delegate Concept In C#
Jan 19, 2017.
Delegates in C# are objects that hold references to methods. They enable callback functionality and event handling. There are single-cast and multicast delegates, supporting both void and non-void return types, offering type safety and flexible method invocation.
C# Delegate - A Silent Hero Behind Modern Programming
Dec 29, 2015.
This article is about the usage of Delegate and its Power (multi-casting, Func, Action, Predicate, Event & Callback methods and so on).
Implement Custom SuiteLinks Delegate Control In SharePoint 2013
Nov 28, 2015.
In this article we will see how to implement SuiteLinks Delegate Control in SharePoint 2013
Implement Custom SuiteBarBranding Delegate Control In SharePoint 2013
Nov 24, 2015.
In this article you will learn how to implement custom SuiteBarBranding Delegate Control in SharePoint 2013.
New Delegate Control Additions To SharePoint 2013
Nov 04, 2015.
In this article you will learn about new delegate control added to the SharePoint 2013.
Callback Operation By Delegate Or Interface
Nov 02, 2015.
This article is intended to explain the concept of callback operation with the help of Delegate.
Creating Delegate Controls In SharePoint
Oct 31, 2015.
In this article you will learn how to create Delegate Controls in SharePoint.
All About Delegate In C#
Oct 22, 2015.
In this article, I will demonstrate you all about delegate. Delegate is a type which represents the reference of a Method.
Using ASP.Net to Delegate Domain Password Resets to Business Managers
May 18, 2015.
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.
Func Generic Delegate in C#
Nov 26, 2014.
In this article, we will discuss the concept of Func generic delegate.
MatchEvaluator Delegate of a Regular Expression Replace Method in ASP.Net
Dec 10, 2013.
This article explains the MatchEvaluator Delegate of a custom verification for each match found by a Regular Expression Replace method.
Add Delegate Control in the Active Directory Sites and Services
Jul 18, 2013.
This article explains about how to add a Delegate Control in the Active Directory Sites and Services.
Func Delegate Using Lambda Expression In C#
Jun 24, 2013.
In this article I'll try to explain a cool feature introduced with .NET 3.5. Known as Func, also named by some developer as a readymade delegate.
Table View Delegate and Datasource Method in iPhone
Feb 02, 2013.
In this article I will explain all delegates and datasource methods in an iPhone
Concept Of A Delegate In C#
Nov 12, 2011.
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 argument types and return type match the delegate's
Use of Delegate and Lambda Expression
Sep 16, 2010.
Here I would like to discuss about the use of Delegates and Lambda Expression’s. Lambda Expressions has been introduced in C# 3.0 (2008).
C# Delegate: Everything You Need To Know About Delegate In C#
Jun 15, 2009.
In this tutorial, learn what is a delegate in C# and how delegates are implemented in C# code.
Configuring and Invoking Dynamic Delegate using Reflection
Jul 26, 2005.
The attached source code projects shows how to configure and invoke dynamic delegates using Reflection.
Learn about Delegates And Events
Jan 20, 2025.
Delegates and events are key concepts in C#. A delegate is a variable that holds a reference to a method, allowing flexible method calls. Events use the publisher-subscriber model, where a publisher triggers an event and subscribers handle it.
Factory Design Pattern Using Delegates In C#
Nov 27, 2024.
Factory Pattern is a creational design pattern that provides a way to encapsulate object creation. Instead of directly instantiating objects, you delegate the creation process to a factory class.
Difference Between Delegated and App Only Access
Oct 29, 2024.
Delegated access allows an application to act on behalf of a signed-in user, requiring user authentication and permission via OAuth 2.0, while app-only access enables an app to operate independently without user interaction, using its own identity and permissions.
How Func Delegates Work in LINQ
Sep 27, 2024.
In this article, we explore how Func delegates operate within LINQ (Language Integrated Query) in C#. Func delegates enable concise and powerful data manipulation by allowing developers to pass methods as parameters.
Understanding Callbacks with Func and Action Delegates
Sep 26, 2024.
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 methods.
Predicate Delegates in .NET Core C#: Syntax, Usage and Examples
Jun 22, 2024.
Like Func and Action delegates, the predicate is a delegate. It symbolizes a procedure that verifies that the passed parameter satisfies a set of requirements. One input parameter must be provided by a predicate delegate method, which must then return a boolean (true or false).
Learn Action and Func Delegates in C#
Jun 19, 2024.
Learn about Action and Func delegates in C# to master delegate usage for different scenarios. Action delegates are for methods that return void, while Func delegates handle methods with return values.
Action Delegates in .NET Core C#: Syntax, Usage and Examples
Jun 18, 2024.
One built-in generic type delegate is the action delegate. This delegate makes your program more readable and efficient by eliminating the need for you to define a custom delegate.
Func Delegates in .NET Core C#: Syntax, Usage and Examples
Jun 13, 2024.
Func and Action are two generic delegate types that are built into C#, so you usually don't need to explicitly define custom delegates. A generic delegate called Func is part of the System namespace. It has one out parameter and zero or more input parameters. As an out parameter, the final one is regarded as such.
Delegates in .NET Core C#: Syntax, Usage and Examples
Jun 11, 2024.
A delegate is an object that points to a method; alternatively, it may be thought of as a variable of the reference type that stores references to the methods. Function pointer in C/C++, delegates are used in C#. It offers a mechanism to specify which method should be invoked in the case that an event is triggered.
Action and Func Delegates in C#
May 17, 2024.
Learn about Action and Func Delegates in C# with an app sample. In C#, delegates like `Action` and `Func` enable methods to be treated as objects, promoting flexible, modular, and reusable code through dynamic method invocation and functional programming paradigms.
.NET Delegates in Event-Based Asynchronous Pattern for Seniors
Feb 26, 2024.
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 implement asynchronous operations effectively.
.NET Delegates for Mere Mortals: Introduction
Feb 19, 2024.
Explore .NET delegates practically in this article. Learn to use delegates for flexible, reusable code. Follow examples, download source code, and understand delegate syntax, including anonymous methods and lambda expressions.
Understanding Action and Func Delegates in C#
Jan 17, 2024.
Two commonly used delegates in C# are the Action and Func delegates. Let's explore what they are and how to use them. Delegates in C# have some features that distinguish them from normal methods.
Exploring the Power of Action and Func Delegates in C#
Jan 10, 2024.
Delegates play a pivotal role in C# programming, offering the ability to pass methods as parameters, store them as variables, and create custom events and callbacks. Among these, two special types of delegates—Action and Func—stand out for their ability to simplify code, enhancing readability and maintainability.
What is Delegates in C#?
Jan 03, 2024.
Explore the power of delegates in C#, providing type-safe function pointers for indirect method invocation. Learn declaration, initialization, characteristics, and use cases for enhanced code flexibility and extensibility.
Action and Func Delegates in C#
Jan 02, 2024.
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. Happy coding!
Design Pattern with .NET Delegates
Nov 15, 2023.
Your article is detailed and well-structured, providing a clear explanation of implementing design patterns using generic delegates.
Types of Delegates in C#
Oct 25, 2023.
Here in this article, I am going to explain the types of delegates in C# along with the example.
Delegates in C#
Aug 25, 2023.
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.
Understanding C# Delegates
Aug 14, 2023.
Delegates in C# are a powerful feature that allow you to encapsulate a reference to a method inside a delegate object.
What is Delegates in C# .NET?
Aug 12, 2023.
Delegates in C# act as method pointers, enabling dynamic invocation of methods. They enhance code modularity and flexibility, finding use in event handling, callbacks, and asynchronous programming.
Use Of Delegates In C# Events
Jan 23, 2023.
Here is an example of programs in C# that demonstrates the events with and without delegates.
Events And Delegates In Class Library And Worker Service
Dec 21, 2022.
In this article, you will learn about Events and Delegates in Class Library and Worker Service.
C# Delegates In Practice - Implementing Observer Pattern With Delegates
Oct 31, 2022.
In this article, you will learn about C# Delegates In Practice - Implementing The Observer Pattern with Delegates.
Generic Delegates In C#
May 17, 2022.
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#
May 09, 2022.
Here we discuss that what are delegates and why we use delegates and how to use assign delegates.
Understanding About Delegates In C#
Mar 31, 2022.
In this article, you will learn about delegates in C#.
Action And Func Delegates In C#
Dec 06, 2021.
A brief article about the Action and Func Delegates in C#
Delegates - Action vs Func vs Predicate
Sep 02, 2020.
In this article, we will see the usage for 3 types of delegates.
Delegates In C# Explained
Jun 08, 2020.
In this article, we look at delegates and how to multicast them.
Func, Action And Predicate Delegates In C#
Jun 08, 2020.
If you don't want to declare delegates every time, you can use some built-in delegates.
Delegates In C#
Feb 12, 2020.
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. Delegates enable the implementation of callback mechanisms, event handling, and dynamic method invocation. Here are some key points about delegates in C#.
Events And Delegates In C#
Apr 24, 2019.
In this article, you will learn about events and delegates in C#.
How Events And Delegates Are Related
Jun 28, 2018.
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 with each other
Use Of Delegates In Programming With Simple Example
Jan 23, 2018.
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 delegates with a simple example and I’ll be more focused on the answer of “Why we need delegate” instead of “How to use delegates”.
Missing 'Manage Delegates' Option In PWA Setting In Project Server 2016
Oct 23, 2017.
In this article, we will be fixing the issue Missing 'Manage Delegates' option in PWA Setting.
Delegates, Anonymous Method, And Lambda Expression In C#
Jan 25, 2017.
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 developers to create flexible, reusable, and concise code for handling method references, encapsulating behavior, and enhancing functional programming within C# applications.
How And When To Use Delegates In Your Project
Jan 23, 2017.
In this article, you will learn how and when to use delegates in your project.
Explore Delegates In C#
Nov 07, 2016.
In this article, you will explore delegates in C#.
Understanding Delegates In C# - Part 2
Jan 10, 2016.
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#
Jan 05, 2016.
In this article you will learn about understanding delegates in C#.
Overview Of Delegates
Dec 18, 2015.
In this article you will learn about Delegates and its types.
Delegates Make Confusion (Where to use) In C#
Nov 27, 2015.
In this article you will learn about Delegates and where to use them in C#.
Asynchronous Programming Using Delegates
Nov 04, 2015.
This article is intended to explain the concept of asynchronous programming using DelegateS.
Different Ways To Create Delegates In C#
Oct 31, 2015.
This article is intended to explain the idea and concept to create Delegate with different approach.
Delegates And Interface Overview
Oct 25, 2015.
This article is intended to describe the relationship, similarities, differences between Delegate and Interface.
Action And Func Delegates In C#
Oct 06, 2015.
In C#, Action, and Func are generic delegates used to handle methods. Action is used for methods that don't return a value, while Func returns a value. Action<int> executes a method with an integer parameter without returning a result. Func<int, int> takes an integer, performs an operation, and returns the result.
Delegates In C#
Oct 01, 2015.
In this article we will try to understand what is delegate and how to use it.
Delegates in C#
Aug 28, 2015.
In this article you will learn about delegates in the C# language.
Covariance and Contravariance with delegates using C#
Aug 26, 2015.
In this article you will learn about Covariance and Contravariance in C# programming.
Delegate and its Memory Allocation in C#
Aug 20, 2015.
In this article you will learn an overview of delegate in C# language.
Delegates in C#
Jun 01, 2015.
This article explains delegates in C# programming with examples.
Delegates in C# Language
Feb 26, 2015.
In this article you will learn about C# Delegates.
Delegates in C#
Feb 16, 2015.
In this article you will learn about Delegates in C#.
Delegate Basics in C#
Feb 11, 2015.
The article will explain the basics of delegates. How delegates are initialized and how they work.
Publisher/Subscriber Pattern With Event /Delegate and EventAggregator
Jan 28, 2015.
This article explains the Publisher/Subscriber pattern with Event/Delegate and EventAggregator.
Delegates in C# - Part 2
Jan 27, 2015.
In this article you will learn what delegates are and some of the advantages of delegates.
Delegate Example Explained With Mediator Pattern
Jan 25, 2015.
This article explains delegates and is explained with an example using the Mediator Pattern.
Delegates in C# Language
Dec 31, 2014.
In this article you will learn about Delegates in C# Language.
Generic Delegates in C#
Dec 31, 2014.
In this article you will learn about Generic Delegates in C#.
Delegates in C# - Part 1
Dec 14, 2014.
This article explains what delegates in C# are, how to use them and provides a real-life sample use of them.
From Delegates to Lambdas
Nov 22, 2014.
In this article I am going to discuss the evolution of lambdas from delegates.
Delegates, Anonymous Methods & Lamda Expressions
Sep 29, 2014.
This article explains the basic concept of delegates, anonymous methods and lamda expressions.
Func<> Delegates in LINQ
Sep 10, 2014.
Learn how Func<> Delegates in LINQ work. Func delegates are pointers to methods that take one or more parameters and must return a value.
Action Delegates
Sep 01, 2014.
This article describes the action delegates.
Delegates in .NET
Jul 27, 2014.
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.
Action and Func Delegates in C# .NET
Jul 13, 2014.
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#.
Delegate Uses In C#
Jul 07, 2014.
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 methods as objects, allowing you to pass them as parameters to other methods, store them in variables, and invoke them dynamically. Delegates are commonly used in various scenarios within C# programming.
Delegates in Actual Projects
May 19, 2014.
This article explains how to use delegates in actual projects.
Pass Data From User Control to Parent Page, Using Events and Delegates in ASP.Net
Mar 12, 2014.
This article explains how to pass data from a user control to the parent page using events and delegates in ASP.Net.
Progress Bar in WPF With Anonymous Delegates
Mar 07, 2014.
Here I created a WPF Progress Bar that will demonstrate many things.
Delegates in C#
Jan 13, 2014.
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.
Generic Delegates in C#
Dec 15, 2013.
In this article, let's try to understand generic delegates in the C# language.
Delegates Simplified
Dec 08, 2013.
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.
Introduction To Delegates in F#
Oct 14, 2013.
In this article I will explain Delegates and how to them in a F# console application.
Differences Among Bind(), Live(), Delegate(), Trigger() in jQuery
Aug 07, 2013.
In this article we will learn about various jQuery event handling methods and the differences among them.