To .NET

Sneak peek at C# 8

Mads Torgersen demonstrated the first four features for C# 8 in a recent Channel 9 video. C# 7 was shipped in March 2017 and version 7.1 was released in August 2017. The three languages features that were introduced in 7.1[…]

Read more

Pattern matching in C# 7

The notion of patterns was introduced in C# version 7.0 and has taken ideas from functional programming to simplify and reduce your code. The concept is used in situations where we need to test that a value has a certain[…]

Read more

Trying out C# 7.0

C# 7.0 has a number of new features to simplify code and increase performance. A nice new feature is types, which make it easy to have multiple results. Another is pattern matching, which simplifies code that is conditional base on[…]

Read more