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...
A Delegate is a type variable that holds the reference to a method. Delegates are similar to Pointer to functions in C and C++
When we create a delegate then we can assign a method to delegate instance according to its signature and we...
Hello Everyone, In this article we will try to understand about interfaces and its use in C#
Interfaces in C# are the empty vocabularies.
What does it mean ? It means it contains only the signature of methods, properties ,events...
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.