Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-7.0

C# how to check for null. (value is null) or (null == value). Can we use `is` operator instead of == operator [duplicate]

c# null nullable c#-7.0

Fall through in pattern matching

C# Fire and Forget Task and discard

KeyValuePair naming by ValueTuple in C# 7

C# 7 Pattern Match with a tuple

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