Click here to Skip to main content
15,867,750 members
Everything / Programming Languages / C# 7.0

C# 7.0

C#7.0

Great Reads

by Jeremy Madden
An attempt to introduce some Functional Programming concepts into an OOP domain
by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather
by koolprasad2003
This article will give you a brief idea about what's new in C# 7.1, 7.2, 7.3, 8.
by honey the codewitch
An LL(1) pull parser and generator that thinks it's an LL(k) parser - with a rich, simple and beautiful EBNF syntax

Latest Articles

by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Illya Reznykov
How to mock & test methods with out parameters
by Vikas Sharma
Build a robust authentication and authorization system using IdentityServer and ASP.NET Core 3.1
by Mirambek Nagashbekov
Demonstration of filter pattern along with pipeline on data driven application

All Articles

Sort by Score

C# 7.0 

23 Apr 2017 by Kamran Bilgrami
C# 7.0 – Tuples Re-Engineered
28 Sep 2017 by Nikola M. Živković
Tuples in .NET World and C# 7 improvements
9 Feb 2016 by Bill Wagner
Continuing my discussion on proposed C# 7 features, let’s take a brief look at Slices.
13 Nov 2018 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
18 Nov 2020 by Illya Reznykov
How to mock & test methods with out parameters
26 Feb 2017 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.
1 Nov 2016 by Rion Williams
C#7.0: Tuples to the extreme!
21 May 2017 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.
18 Jun 2017 by Nikola M. Živković
Moving from switch-case to object oriented code, and pattern matching