Browse by Tags

All Tags » Delegates (RSS)

Generic Delegate Types : Func,Action and Predicate by Pawan_Mishra

C# language has observed dramatic transformation from 2.0 to 3.0 and finally with 4.0. C# 2.0 added generics , simplified delegate syntax, nullable types etc. C# 3.0 takes it a level next by adding LINQ , anonymous methods , anonymous types etc and finally...

Covariance and Contra-Variance in Delegates by Pawan_Mishra

If it comes to day to day normal programming with C# language then delegates by far are the most complicated thing to understand.Delegates add the asynchronous programming model to .Net Framework.Working with delegates involve following steps : Declare...
Filed under: ,
More Posts