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 take a look at Exception Filters in C# 6.…

Auto-properties with Initializers in C# 6.0

In the previous post [https://thomasardal.com/how-to-enable-c-6-0-language-preview-in-visual-studio-14-ctp-3/] (inspired by the Future of C# [http://gotocon.com/aarhus-2014/presentations/show_presentation.jsp?oid=6227] talk at GOTO), I showed you how to enable the C# 6.0 Language Preview in Visual Studio 14 CTP 3. In this post, I’ll…

MSBuild Tutorial

This article gives a comprehensive introduction to the MSBuild tool. Contents * 1 MSBuild Basics * 2 Properties * 3 Items * 4 Conditions * 5 Frequently Used Tasks * 6 Custom MSBuild Tasks * 7 Generic Targets * 8 Property functions * 9 Links * 10 Notify me when the book comes out MSBuild Basics .NET 2.0 introduced…