Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-7.0

What is the idiomatic naming convention for local functions in C# 7

What's the benefit of var patterns in C#7?

c# pattern-matching c#-7.0

Does C# 7 allow to deconstruct tuples in linq expressions

c# linq tuples c#-7.0

C# 7.0 ValueTuples vs Anonymous Types

How to declare a C# Record Type?

c# language-features c#-7.0

C# 7 Expression Bodied Constructors

.net c#-7.0

Local Functions in C# - to capture or not to capture when passing parameters down?

c# function c#-7.0

C# 7 ValueTuple compile error

c# c#-7.0

In C#7, how can I "roll my own" Task-like type to use with async?

c# async-await c#-7.0

Convert anonymous type to new C# 7 tuple type

Expression of type T cannot be handled by a pattern of type X

C# 7 local function not working as expected and no errors being displayed

How to create a List of ValueTuple?

c# c#-7.0 valuetuple

In C# 7 is it possible to deconstruct tuples as method arguments

tuples c#-7.0

Discard feature significance in C# 7.0?

c# c#-7.0

Getting "Tuple element name is inferred. Please use language version 7.1 or greater to access an element by its inferred name."

C#7 tuple & async

c# tuples c#-7.0

C# 7 .NET / CLR / Visual Studio version requirements

c# .net requirements c#-7.0

Inline variable declaration not compiling

How can I enable all features of C# 7 in Visual Studio 2017 project?