Hello Everyone, In the article we will talk about Predicate
delegate.
Predicate is also a delegate which encapsulate a
method that takes only one parameter and
returns a bool value - true or false.
So in
general Predicate...
Hello Everyone, In this article we will talk about Func< in T, out TResult>
Delegate.
It is another readymade delegate that provides
by .Net framework. It can encapsulate a method that takes some parameters as
input and...
Hello everyone, in this article we will talk about “Action” a readymade delegate.
Action is just another delegate that takes some parameters and doesn’t return a value. So when do you want to execute some method which doesn’t return any value...
Hello Guys, In this article we will discuss about how to handle exception in multicast delegate ?
In case you want to understand Delegate and Multicast Delegate. Please visit the links -
Delegate-Delegates
Multicast Delegate-Multicast Delegate
Please...
Hello Everyone, I talked about delegate in my last article. In this article we will talk about multicast delegate.
A Delegate is a type variable that holds the reference of a method and multicast delegate can holds the reference of multiple...
Hello Guys, So in the last article we talked about What is
delegate and how can we create a delegate.
In this article we will discuss what are the ways available
to call a delegate and what are the differences in between ?
There are different...
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.