Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / C#7.0

C#7.0

C#7.0

Great Reads

by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Ben Hall (failingfast.io)
Reviewing what we need to know pre- and post- C# 7 features about the type system and in particular, reference types and reference-like behaviour, while correcting common misconceptions along the way.
by Nikola M. Živković
Moving from switch-case to object oriented code, and pattern matching
by Florian Rappl, Manuel Römer
Supporting partial PUT (or PATCH) operations in ASP.NET Core with Newtonsoft.Json

Latest Articles

by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Ben Hall (failingfast.io)
Reviewing what we need to know pre- and post- C# 7 features about the type system and in particular, reference types and reference-like behaviour, while correcting common misconceptions along the way.
by Nikola M. Živković
Moving from switch-case to object oriented code, and pattern matching
by Florian Rappl, Manuel Römer
Supporting partial PUT (or PATCH) operations in ASP.NET Core with Newtonsoft.Json

All Articles

Sort by Score

C#7.0 

by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Nikola M. Živković
Moving from switch-case to object oriented code, and pattern matching
by Bill Wagner
Continuing my discussion on proposed C# 7 features, let’s take a brief look at Slices.
by Kamran Bilgrami
C# 7.0 – Tuples Re-Engineered
by Rion Williams
C#7.0: Tuples to the extreme!
by Vlad Neculai Vizitiu
enum value types, how they can be composed as flags and how C# 7 makes it easier for us to use and understand them
by Afzaal Ahmad Zeeshan
This post talks about the most important improvements to the C# language in its 7th version, provides some IL overview, as well as my own personal opinions on the features and improvements.
by Illya Reznykov
How to mock & test methods with out parameters
by Nikola M. Živković
Tuples in .NET World and C# 7 improvements