Resources  
  • How to use SSIS Multicast ComponentMay 19, 2011. Here you will see how to use SSIS Multicast component.
  • Simple and Multicast Delegates in C#Jun 05, 2007. This article describes how to define and use simple/multicast delegates in C#.
  • How Events And Delegates Are RelatedJun 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
  • How And When To Use Delegates In Your ProjectJan 23, 2017. In this article, you will learn how and when to use delegates in your project.
  • Delegates in C# - Part 1Dec 14, 2014. This article explains what delegates in C# are, how to use them and provides a real-life sample use of them.
  • 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, Anonymous Functions and Lambda Expressions in C#Jul 28, 2013. This article provides the basics of C# delegates, c# anonymous function, lambda expressions and delegate with lambda expressions.
  • Mastering Delegates and Events In C# .NETJun 11, 2013. This tutorial and code example will teach you how to work with delegates in C#.
  • Simple Delegates With Examples in C#Mar 15, 2013. 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 callback methods.
  • Delegate in C#Dec 17, 2012. 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 related to delegates.
  • 6 important uses of Delegates and EventsJun 02, 2010. In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the problem. Next we will try to understand the concept of multicast delegates and how events help to encapsulate delegates. Finally we understand the difference between events and delegates and also understand how to do invoke delegates asynchronously.
  • Working with Delegates -Part IIMar 04, 2008. In this article we will discuss about delegates, what is multicast delegates and its contribution in Asynchronous communications and also how to work with long-running processes etc.

About Multicast

NA

OUR TRAINING