Home Subscribe

C# 8.0

A 4-post collection

Page 1 of 1

What's Coming in C# 8.0? Ranges and Indices

Ever wanted simple syntax for slicing out a part of an array, string or span? Now you can!

Christopher Demicoli Christopher Demicoli on C#, C# 8.0, .NET, Software Development Posted 6 years ago
Posted 6 years ago on C#, C# 8.0, .NET, Software Development

What's Coming in C# 8.0? Records

One of the new features being proposed in C# 8.0 is to introduce Records. They are essentially a very lightweight class that is a collection of fields.

Christopher Demicoli Christopher Demicoli on C# 8.0, C#, Software Development, .NET Posted 7 years ago
Posted 7 years ago on C# 8.0, C#, Software Development, .NET

What's Coming in C# 8.0? Default Interface Methods

One of the new features being proposed in C# 8.0 is to add support for virtual extension methods (methods in interfaces with concrete implementations)

Christopher Demicoli Christopher Demicoli on C# 8.0, C#, .NET, Software Development Posted 7 years ago
Posted 7 years ago on C# 8.0, C#, .NET, Software Development

What's Coming in C# 8.0? Nullable Reference Types

One of the features being discussed for introduction in C# 8.0 is Nullable Reference Types. A proficient C# Developer might say "What?! Aren't all reference types nullable?"

Christopher Demicoli Christopher Demicoli on C# 8.0, C#, Software Development, .NET Posted 7 years ago
Posted 7 years ago on C# 8.0, C#, Software Development, .NET
Page 1 of 1
blog.cdemi.io