- 1,251 categories
- 40,829 scripts
- What makes them special is that unlike the C function pointer, the .NET delegate is type safe. Delegates exists for situations in which you want to pass methods arounds to other methods. Using a delegate allows the programmer to encapsulate a referen...
- Categories
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- Most programmers are used to passing data in methods as input and output parameters.
Imagine a scenario where you wish to pass methods around to other methods instead of data. Amazed! Read further.
- Categories
- Platforms
- Licenses
- This article explains what are &"Delegates&"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of &"Delegates&".
- Categories
- Platforms
- Licenses