Click here to Skip to main content
15,885,645 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 Score

C# 6.0 

12 Feb 2016 by Kenneth Haugland
Subscribe weakly to an event using Reactive Extensions
12 Oct 2015 by jnegron215
This short tip will show you how to extend PayPal's .NET API by adding new members to their objects and page-level functions that will help provide a smooth error-handling experience.
7 May 2015 by Mostafa Asaduzzaman
How to access configuration variables via dependency injection in MVC 6 - Visual Studio 2015 RC
23 Oct 2015 by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
8 Feb 2016 by StormyDev
Simple and clean-cut label that user can edit text of during run-time (by double-clicking) which I wrote because the examples I found were either obsolete or added clutter to the interface.
8 Sep 2017 by Thomas Corey
A quick way to write the contents of a DataTable to an RFC 4180-compliant CSV file
9 Nov 2015 by ChristineBoersen
A technique to return dynamic data from a SQL Query using Entity Framework 7
2 Sep 2015 by Fiyaz Hasan
C# 6.0. features walkthrough with easy to understand examples.
28 Feb 2016 by Assil
Simple implementation for "Retry Design Pattern" and also "Circuit Breaker Design Pattern" and merging them together
25 Jan 2016 by Kenneth Haugland
Connect properties in different ViewModels using a Mediator
22 Oct 2015 by yash soman
The tip is about using Elvis operator which is introduced in C# 6.0 for Null Reference Checks. It gives an example of how to use it.
24 Jun 2019 by Mansur Kurtov
This article shows how to use reflections in C#.
5 Dec 2015 by Clifford Nelson
This tip presents a ValidationAttribute that can be applied to enumeration properties. The normal RequiredValidationAttribute normally works but if numbers are assigned to the enumeration values, the default value is zero and that may not be valid.
17 Jan 2016 by SubhamoyBurman
Use of Task Parallel Library and Async/Await in your application
29 Jun 2016 by Simon Bridge
Save wear and tear on your keyboard: INotifyPropertyChanged with the fewest key-strokes.
7 Dec 2015 by Igor_A
Review of an approach of increase clustered server performance. Library sample and test utility.
15 Feb 2016 by Aaron Amberman
Advanced custom logical and visual tree walking methods
3 Jan 2016 by JoaoSousa23
Using MVC, Entity Framework, ASP.NET Scaffolding you can create a web application that stores your information. This demo shows you how to create an ASP.NET 5 web application with MVC and Entity Framework 7.
1 Jun 2017 by Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way
27 Aug 2017 by Md. Marufuzzaman
Extract only numbers or characters from a set of characters (string)