Click here to Skip to main content
15,884,176 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 Updated

C# 7.0 

18 Jan 2024 by Dave Elliott
A series of 6 articles to provide you with a boilerplate guide to create Source Generators.
5 Oct 2020 by Vikas Sharma
Build a robust authentication and authorization system using IdentityServer and ASP.NET Core 3.1
20 Apr 2020 by Roland Roos ICT Architectures
Concept and implementation of Inversion Of Control, aka IOC through Dependency Injection (DI)
19 Apr 2020 by Roland Roos ICT Architectures
Using patterns like aspect-oriented programming in modern OO-languages in micro-services context
13 Jan 2020 by Marc Clifton
Implementations in C# and F#
7 Nov 2019 by koolprasad2003
This article will give you a brief idea about what's new in C# 7.1, 7.2, 7.3, 8.
2 Oct 2019 by Florian Rappl
Want to modernize your C# codebase? Let's finish with types.
15 Jul 2019 by Marc Clifton
An Alice in Wonderland Trip Down the Rabbit Hole of Exception Handling
25 May 2019 by Florian Rappl
Want to modernize your C# codebase? Let's continue with values.
14 May 2019 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
7 May 2019 by Florian Rappl
Want to modernize your C# codebase? Let's continue with methods.
7 May 2019 by Florian Rappl
Want to modernize your C# codebase? Let's start with properties.
29 Apr 2019 by Florian Rappl
Why not use serverless computing to perform maintenance tasks in Azure DevOps?
22 Apr 2019 by Peter Devo
FastHashSet for .NET
9 Apr 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather
29 Mar 2019 by Daniel Vaughan
Create a dynamic settings screen for your UWP app. Add a setting with a single line of code.
27 Mar 2019 by Florian Rappl, Manuel Römer
Supporting partial PUT (or PATCH) operations in ASP.NET Core with Newtonsoft.Json
10 Mar 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather (Part 2)
27 Dec 2018 by didourebai
In this article, we described a flip side of multiple ways of querying methods using NHibernate, we covered some querying syntax but refer to NHibernate Documentation to find more features but which one can we use for a beginner?
31 Oct 2018 by syed shanu
In this article, we will see how to work on Clustering model for predicting the Mobile used by model, Sex, before 2010 and After 2010 using the Clustering model with ML.NET.
25 Oct 2018 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.
8 Oct 2018 by outbred
Design, implementation, and usage of the oops framework
7 Oct 2018 by David A. Gray
This article demonstrates a class library that supports command line parameters with default values stored in application settings.
9 Sep 2018 by Nick Polyak
Drag and drop using NP.Visuals package
21 Jun 2018 by Srinivasa Dinesh Parupalli
Mapster a fast, fun and stimulating object to object mapper
14 Jun 2018 by paolo guccini
How to use the Microsoft Interop/Automation to implement parallel research of a Microsoft Office file password.
20 May 2018 by Eric Lynch
In this article, we explore the implementation of a Visual Studio editor that allows editing of a fictitious "Colorful" language. The editor minimally implements both syntax classification / coloring and IntelliSense completion.
15 May 2018 by Eric Lynch
Extends .NET reflection to decode the byte array returned by System.Reflection.MethodBody.GetILByteArray(), discusses the techniques to achieve this, and provides a brief primer on .NET reflection.
25 Apr 2018 by Eric Lynch
Part 4 in the LINQ series, contrasts the System.Linq.Enumerable and System.Linq.Queryable extension methods and explores how expression trees are produced and consumed.
24 Apr 2018 by didourebai
Mobile alerts in Xamarim.forms
20 Apr 2018 by Eric Lynch
Part 3 in the LINQ series, this provides an introduction to IQueryable, IQueryProvider, and LINQ expression trees.
18 Apr 2018 by Eric Lynch
A very quick survey of the standard LINQ methods defined in the System.Linq.Enumerable class
4 Apr 2018 by Eric Lynch
A flexible command line parsing class that uses C# attributes and reflection to discover syntax
1 Apr 2018 by Daniel Vaughan
Learn how to leverage the asynchronous ICommand implementation in Codon FX to support commands that kick-off long-running operations.
28 Mar 2018 by Eric Lynch
A deep dive into the IEnumerable interface, how the C# language supports it, how to avoid some of its pitfalls, and an introduction to some basic LINQ concepts.
3 Mar 2018 by Athari
CsConsoleFormat library for .NET - Formatting in Console using modern technologies
1 Mar 2018 by Marc Clifton
One approach to creating the bidirectional relationship between context and data -- a declarative strongly typed relational contextual system using C#
8 Feb 2018 by Michael Dodaro
Basic code scenarios using Bing Search API endpoints to search the Web
31 Jan 2018 by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
22 Jan 2018 by didourebai
Structure of our page in Xamarin.Forms
11 Jan 2018 by Allister Beharry
.NET SIMD programs using the Vector types show performance comparable to Intel ISPC and open source C++ SIMD libraries while satisfying the same goal of SIMD developer productivity in a high-level language.
9 Dec 2017 by Sacha Barber
Small demo of using Azure Functions and Azure EventGrid together
25 Oct 2017 by didourebai
How to develop multi-platform and connected apps and deploy on Azure
10 Oct 2017 by Vincent Maverick Durano
This article is the first part of the series on Getting Started with Entity Framework Core. In this post, we will build an ASP.NET Core MVC application that performs basic data access using Entity Framework Core.
28 Sep 2017 by didourebai
The ASP.NET Core 1.x.x release does not include SignalR technology and development plans. Time has passed quickly, Microsoft has released a preview version of. NET Core 2.0 Preview 2.
24 Aug 2017 by Daniel Vaughan
Using steganography to conceal text within a document or watermark a code file, using a whitespace encoder. Hide text in plain sight!
19 Aug 2017 by Afzaal Ahmad Zeeshan
.NET Core 2.0 brings a lot of improvements to the system, and it brings a lot of pain to the developers as well. I had a lot of problems upgrading .NET Core 1.x apps to .NET Core 2.0; I yet have to feel the promise it makes about performance and so, but let us see how to upgrade our existing applica
27 Jul 2017 by Makhesh TG
Sample application to demonstrate pagination using simplePagination.js in asp.net mvc core, targeting entity framework.
11 Jun 2017 by Livio Francescucci
Use a JWTToken to access a .NET Core Web API leveraging IdentityServer4 / OAuth2.
9 Jun 2017 by Jeremy Madden
An attempt to introduce some Functional Programming concepts into an OOP domain
26 May 2017 by John Trinder
Comprehensive Multi-Slider(-Range) that can add, delete and move arrows (thumbs)
7 May 2017 by Livio Francescucci
A guided walk-through to build a simple Authorization Server and enable a Client Credentials workflow using Identity Server and .NET Core
13 Mar 2017 by defwebserver
You can create database driven .Net Core applications using JavaScriptServices, and PrimeNG.
6 Mar 2017 by Michael Doleman
A simple DAL with an integrated, lightweight model for database seeding from a JSON source, using the code-first method in Entity Framework.
13 Oct 2016 by didourebai
This post is about developing ASP.NET Core application using EF Core, we will demonstrate how we can connect in different ways to SQL Server Database and Postgresql Database.
7 Oct 2016 by koolprasad2003
List of New Features introduced in C# 7.0
20 Sep 2016 by Alen Toma
How to implement deep cloning using Reflection
17 Aug 2016 by Michael Ecklin
Very often, Excel spreadsheets are using to transfer data between applications. CSV files are also used for the same purposes.
17 Mar 2016 by Microsoft Canada
For the balance of the video Mads Torgersen talks about where C# is headed and some of the thinking behind some new features.