Practical usage of c# delegates

Practical real-world usage of C# Delegates

In this article, I will show you a scenario where you can use delegates in c#. Let’s say you have an application where you are doing communication with the database. Either using Entity Framework or Ado.Net. You will have to use try-catch for exception handling. Because you never know what error might occur in the …

Practical real-world usage of C# Delegates Read More »