いろいろ備忘録日記

主に .NET とか Go とか Flutter とか Python絡みのメモを公開しています。

C# 6.0 のメモ (VisualStudio 2015, .NET Framework 4.6)

VisualStudioも、2015がPreview版として公開されているのでそろそろ、次のバージョンである C# 6.0 についても情報をメモメモ。

VisualStudio 2015 Previewは、以下よりダウンロード可能。ファーストステップガイドも公開されています。AzureでもVMが公開されています。

Visual Studio 2015 Preview - Visual Studio

 

 

以下、順不同。

Using Static Class Statements: A New Feature of C# 6.0

Nameof Operator: A New Feature of C# 6.0

Exception Filtering: A New Feature of C# 6.0

String Interpolation: A New Feature of C# 6.0

What’s New in C# 6.0? - Expression-bodied Function - CodeProject

What’s new in C# 6.0? - Setting default values to Auto Properties

What’s new in C# 6.0? - String Interpolation

What’s new in C# 6.0? - nameof Expressions

What’s new in C# 6.0? - Null-conditional operators

What’s new in C# 6.0? - Exception Filters

What’s new in C# 6.0? - Expression-bodied function

Easy String Interpolation in C# 6.0

Params Keyword With ienumerable in C# 6.0

What’s new in C# 6.0? - await in catch and finally blocks - CodeProject

Dictionary Initializers: A New Feature of C# 6.0

Using Static Statements Improvements in C# 6.0

What’s new in C# 6.0? - Null-conditional operators - CodeProject

Primary Constructor is Removed From C# 6.0

C# - C# 6.0 言語プレビュー

C# 6.0 の新機能 (C# によるプログラミング入門)

Try! C# vNext - xin9le.net

New Features in C# 6 - The C# Team - Site Home - MSDN Blogs

とりあえず、リンクだけメモ状態。

あとで自分でサンプル書いてちゃんと理解。