New: anonymousmethodsAll contenthive-129948hive-196917krhive-180932hive-150122zzanhive-185836hive-183959steemhive-166405hive-144064photographyhive-145157hive-188619hive-101145hive-184714hive-183397uncommonlabsteem-atlasbitcoinhive-193186hive-180301hive-170554hive-139150hive-103599TrendingNewHotLikersslawas (35)in programming • 7 years agoC# language: lambda expressions and anonymous methodsToday, quite a simple topic, we will start with lambda expressions, these are unnamed methods used together with delegates. Lambda expressions Example of lambda expression: delegate int…