Απρίλιος 2014 - Δημοσιεύσεις

Δημοσιεύτηκε στις Τετάρτη, 16 Απριλίου 2014 11:58 μμ από το μέλος k badas :: 0 σχόλια

Delegates

Delegates are a way to handle methods in a different way than we are used to. They comprise a basic part of the .Net architecture and are important in order to use technologies like lambda expressions.   What is a delegate?   A delegate is a Διαβάστε περισσότερα
Δημοσιεύτηκε στις Κυριακή, 6 Απριλίου 2014 6:51 μμ από το μέλος k badas :: 0 σχόλια

L stands for lambda

Lambda expressions are anonymous functions that can be really helpful at times. Alike many other .NET methods, lambda expressions are not the only way to create the algorithm you want, however they may help you in writing code that is much easier to read Διαβάστε περισσότερα