C# Anonymous FunctionsWhat are anonymoys functions? First of all, there is a page at Microsoft Docs that discusses Anonymous Functions […] August 9, 2018 in C# tagged lambda / methods / anonymous / function by Mike
C# Anonymous TypesOften you need to create simple boring classes for data representation, especially in database applications. You end up […] May 26, 2018 in C# tagged type / anonymous by Mike
C# Type InferenceIn C# 3, the keyword var was introduced. What does var do? What is type inference? Let’s take […] May 12, 2018 in C# tagged type / var / inference / anonymous by Mike