Click here to Skip to main content
15,886,518 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 

3 Mar 2019 by Clifford Nelson
This tip presents a behavior that will allow buttons to control the items in a WPF Selector (or ListBox) control.
15 Dec 2019 by Shao Voon Wong
Easier direct memory access in a safe way
2 May 2018 by Clifford Nelson
The tip provides a behavior that will set a control to a default value when the Visibility changes
24 Aug 2019 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.
28 Jul 2020 by Mirambek Nagashbekov
Demonstration of filter pattern along with pipeline on data driven application
18 Nov 2017 by Herbert Lausmann
Convert between over 100 different currencies in .NET using Yahoo's APIs
9 May 2017 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.
9 Aug 2018 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.
28 Feb 2016 by Assil
Simple implementation for "Retry Design Pattern" and also "Circuit Breaker Design Pattern" and merging them together
23 Nov 2017 by hong_wei_li@yahoo.com
Get .NET Core Web API hosted in IIS successfully at your local work station
9 Oct 2017 by Georgeutc
Adding sliding functionality to UWP XAML SplitView
11 May 2018 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.
24 Jun 2019 by Mansur Kurtov
This article shows how to use reflections in C#.
31 Jan 2020 by Shao Voon Wong
Ternary Operator vs Lookup Table Benchmark
13 Nov 2017 by Herbert Lausmann
Icon Pro - A C# + WPF open source tool for creating windows icons from PNG images or SVG vectors
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)