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

C#6.0

C#6.0

Great Reads

by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
by Bill Wagner
?. in C#: When properties might be null
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 Bill Wagner
A C# 6 gotcha: Initialization vs. Expression Bodied Members

Latest Articles

by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
by Bill Wagner
?. in C#: When properties might be null
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 Bill Wagner
A C# 6 gotcha: Initialization vs. Expression Bodied Members

All Articles

Sort by Score

C#6.0 

by Yaseer Mumtaz
XML input parameter to RESTful API using HttpClient and bypassing the SSL certificate
by Mostafa Asaduzzaman
How to access configuration variables via dependency injection in MVC 6 - Visual Studio 2015 RC
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.
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.
by Simon Bridge
Save wear and tear on your keyboard: INotifyPropertyChanged with the fewest key-strokes.
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.
by ChristineBoersen
A technique to return dynamic data from a SQL Query using Entity Framework 7
by Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way
by Assil
Simple implementation for "Retry Design Pattern" and also "Circuit Breaker Design Pattern" and merging them together
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.
by Md. Marufuzzaman
Extract only numbers or characters from a set of characters (string)
by SubhamoyBurman
Use of Task Parallel Library and Async/Await in your application
by Aaron Amberman
Advanced custom logical and visual tree walking methods
by Kenneth Haugland
Connect properties in different ViewModels using a Mediator
by Igor_A
Review of an approach of increase clustered server performance. Library sample and test utility.
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.
by Mansur Kurtov
This article shows how to use reflections in C#.
by Kenneth Haugland
Subscribe weakly to an event using Reactive Extensions
by Fiyaz Hasan
C# 6.0. features walkthrough with easy to understand examples.
by Thomas Corey
A quick way to write the contents of a DataTable to an RFC 4180-compliant CSV file