Introduction to EventsThursday 23 June 20163 min readLearn about events in .NET Core and our language design goals for events in this overview.
System.Delegate and the `delegate` keywordSaturday 21 May 20166 min readLearn about the classes in the .NET Framework that support delegates and how those map to the 'delegate' keyword.
Implicitly typed lambda expressionsFriday 04 March 20161 min readLearn why you can't use an implicitly-typed variable declaration to declare a lambda expression.