Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-7.0

Switching on a type variable

c# switch-statement c#-7.0

How do I enable C# 7 builds in Team Foundation Server 2015?

Compiling C# 7 code containing ValueTuple with Mono 5

c# linux mono c#-7.0

Using a Local Function over an Action as an input param

c# c#-7.0

Distinguish between getter-only property and expression body property?

Which features of C# 7.0 are available in VS "15" Preview?

visual-studio-2017 c#-7.0

How is local function in C#7.0 different from a foreach or a loop?

What are the restrictions of the pattern matching mechanics?

c# c#-7.0

Assign a value to an explicitly-implemented readonly interface property in a constructor

c# .net c#-7.0

Use an Anonymous type on a method that accepts generic

c# c#-7.0

How is switch variable declaration scoped?

C# 7: Why is tuple deconstruction not implemented through an interface?

.net c#-7.0

C# 7.0 discard out parameter ambiguity [duplicate]

c# out c#-7.0

Roslyn future branch cannot use C# 7 feature tuples - Error CS0518 Predefined type 'System.ValueTuple`2

c# .net roslyn c#-7.0

Can the new is pattern match syntax work with existing variables?

c# pattern-matching c#-7.0

Is pattern matching preferred over reference or value equality?

c# pattern-matching c#-7.0

Why can I not return a reference to a dictionary value?

ref c#-7.0

c# 7 tuples not working (roslyn compiler exception)

c# razor tuples roslyn c#-7.0

Performance of assigning a simple lambda expression or a local function to a delegate

c# lambda c#-7.0