Click here to Skip to main content
15,896,201 members
Everything / Programming Languages / C# 6.0

C# 6.0

C#6.0

Great Reads

by Qwertie
It has 41 features in about 1000 lines of code* - but only 3 lines are needed to parse the expressions you type in. Uses WinForms, BackgroundWorker, GDI+ and LES.
by Ratish Philip
The next version of the useful WPF controls is here
by phil.o
This article describes the building of Markov Chains and their use for generating random names or words.
by Kenneth Haugland
How to connect hot observables to Rx

Latest Articles

by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.

All Articles

Sort by Updated

C# 6.0 

19 Feb 2017 by Anton Angelov
Find out how to improve your Selenium WebDriver tests through the new improved C# 6.0. The new features will help you to create more readable tests.
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.
8 Jan 2015 by ashish__shukla
C# 6 contains many useful features. These new features will help us to perform the common tasks and to remove the boilerplate code.
16 Dec 2015 by Bill Wagner
A C# 6 gotcha: Initialization vs. Expression Bodied Members
17 Dec 2015 by Bill Wagner
?. in C#: When properties might be null
16 Jan 2017 by Bob Crowley
Custom Serilog Sink Development
11 Sep 2015 by chetanvihite
What's new in C# 6.0
25 Nov 2014 by Kunal Chowdhury «IN»
String interpolation in C# 6.0
3 Dec 2014 by Kunal Chowdhury «IN»
nameof expressions in C# 6.0
13 Dec 2014 by Kunal Chowdhury «IN»
9 Feb 2015 by madan535
This post covers the new features in C# 6.0
14 Jan 2017 by Paul D. Sheriff
String interpolation in C# 6.0
2 Nov 2015 by Sibeesh Passion
How to load data from database using Web API