Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-7.0

What is the difference between discard and not assigning a variable?

c# c#-7.0

Assigning local functions to delegates

c# c#-7.0

What is ref struct in definition site

c# struct ref c#-7.0

Dapper materializing to a Tuple

c# tuples dapper c#-7.0

I can't get parameter names from valuetuple via reflection in c# 7.0

c# c#-7.0 valuetuple

Are C# anonymous types redundant in C# 7

Building msbuild 15 project programmatically

C# 7.0 case pattern matching on generic parameter

"if (object is (string, Color))" c# 7.0 tuple usage doesn't work

Using C# 7 features inside of a View in an ASP.NET MVC Core project

c# asp.net-core c#-7.0

Overloading in local methods and lambda

c# lambda c#-7.0

Is it possible to deconstruct out ValueTuple parameters?

c# c#-7.0

C# 7 features don't work within a web project on Visual Studio 2017 RC

TeamCity fails to build projects using C# 7

c# teamcity c#-7.0

Unsafe.As from byte array to ulong array

c# c#-7.0

Pattern match variable scope

c# pattern-matching c#-7.0

What is the point of having async Main?

async-await c#-7.0

Can we deploy a C# 7 web app to Azure using Kudu?

Why is it not allowed to declare empty expression body for methods?

c# resharper c#-7.0

Is there a ValueTask<T> in C# 7.0?