Home Subscribe

.NET

.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

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

Brotli Compression in .NET Standard

Brotli is a relatively new general-purpose lossless compression algorithm. Microsoft has officially endorsed Brotli in .NET Standard and we see how to use it.

Christopher Demicoli Christopher Demicoli on ASP.NET, .NET, Programming, C#, Compression Posted 8 years ago
Posted 8 years ago on ASP.NET, .NET, Programming, C#, Compression

Response Compression in ASP.NET Core

As part of ASP.NET Core 1.1, Microsoft introduced the Response Compression Middleware. Here, you can see how to apply this to your ASP.NET Core Web Apps.

Christopher Demicoli Christopher Demicoli on ASP.NET, Compression, .NET, Programming, C# Posted 8 years ago
Posted 8 years ago on ASP.NET, Compression, .NET, Programming, C#

Exploring Visual Studio "15" Preview and Playing with C# 7

Visual Studio "15" Preview is now released and with it comes a new set of features for C# 7

Christopher Demicoli Christopher Demicoli on Visual Studio, C#, .NET Posted 9 years ago
Posted 9 years ago on Visual Studio, C#, .NET

Does your Web App really need 64-bits?

It's been a decade since 64-bit processors have started popping up in the consumer Windows environments, but do you know how 64-bit affects your application?

Christopher Demicoli Christopher Demicoli on Programming, C#, ASP.NET, .NET Posted 9 years ago
Posted 9 years ago on Programming, C#, ASP.NET, .NET

Async Waiting inside C# Locks

Have you ever tried to await a task inside a lock() block? In this post we discover how to replace a lock with a Mutex.

Christopher Demicoli Christopher Demicoli on Software Development, Programming, C#, Asynchronous Programming, .NET Posted 9 years ago
Posted 9 years ago on Software Development, Programming, C#, Asynchronous Programming, .NET
Page 1 of 1
blog.cdemi.io