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 Shao Voon Wong
Easier direct memory access in a safe way
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 Md. Marufuzzaman
Extract only numbers or characters from a set of characters (string)
by Mirambek Nagashbekov
Demonstration of filter pattern along with pipeline on data driven application
by hong_wei_li@yahoo.com
Get .NET Core Web API hosted in IIS successfully at your local work station
by Georgeutc
Adding sliding functionality to UWP XAML SplitView
by Herbert Lausmann
Icon Pro - A C# + WPF open source tool for creating windows icons from PNG images or SVG vectors
by Nikolai Basov
In this article, we'll consider overriding the Equals and GetHashCode methods, why IEquatable interface is useful and how Tuples introduced in C# 7.0 can make our implementation laconic.
by Charles Jenkins
In full-row selection mode, the WPF DataGrid wants to scroll horizontally when a user clicks on a cell which extends offscreen. This sample project shows one way to prevent it.
by Shao Voon Wong
Ternary Operator vs Lookup Table Benchmark
by Ammar Shaukat
C# 7.0 has been introduced with many new useful features. One of them is new datatype "ValueTuple". In this article, I'll be writing about Tuples in C# 7 briefly.
by Mansur Kurtov
This article shows how to use reflections in C#.
by didourebai
In this post, I will explain how we can use the ORM Fluent NHibernate in the Framework Core 2.0 for any database.
by Clifford Nelson
This tip presents a behavior that will allow buttons to control the items in a WPF Selector (or ListBox) control.
by Clifford Nelson
The tip provides a behavior that will set a control to a default value when the Visibility changes
by Herbert Lausmann
Convert between over 100 different currencies in .NET using Yahoo's APIs