Exception Filters in C# 6.0

In the last post inspired by The Future of C# [http://gotocon.com/aarhus-2014/presentations/show_presentation.jsp?oid=6227] talk at GOTO, I introduced you to Declaration Expressions and Static Using [https://thomasardal.com/declaration-expressions-and-static-using-in-c-6-0/]. In this post I will…

Primary Constructors in C# 6.0

In my previous post [https://thomasardal.com/auto-properties-with-initializers-in-c-6-0/], inspired by the Future of C# [http://gotocon.com/aarhus-2014/presentations/show_presentation.jsp?oid=6227] talk at GOTO, I looked at Initializers, making it possible to assign a value to an auto-property…