Memory Leak C#

#271 – August 11, 2019

sponsor

C# Developers are in demand on Vettery

Vettery is an online hiring marketplace that's changing the way people hire and get hired. Ready for a bold career move? Make a free profile, name your salary, and connect with hiring managers from top employers today.

this week's favorite

Memory Leak C#

.NET Memory Leak - Many of us were taught that .NET manages memory automatically. There is no need to explicitly free memory. It just kind of goes away with the garbage collector. Though, It doesn’t mean we can’t have memory leaks.

What's the big deal with IAsyncEnumerable in .NET Core 3.0?

One of the most exciting features of .NET Core 3.0 and C# 8.0 has been the addition of IAsyncEnumerable (aka async streams). But what's so special about it? What can we do now that wasn't possible before?

Debug & Catch Exceptions in Visual Studio: The Complete Guide

Debugging Exceptions is one of the most important aspects in programming. Visual Studio has an abundance of features related to exceptions. Some are obvious, are others are more hidden. Whether you're a novice or an experienced developer, this guide might show you some hidden gems.

SOLID Design: The Single Responsibility Principle (SRP)

SRP is a principle that cannot be easily inferred from its definition. Moreover the SRP lets a lot of room for own opinions and interpretations. So what is SRP about? SRP is about logic partitioning into code: which logic should be declared in which class. Something to keep in mind is that SRP is the only SOLID principle not related to the usage of abstraction and polymorphism.

Try out Nullable Reference Types

With the release of .NET Core 3.0 Preview 7, C# 8.0 is considered "feature complete". That means that the biggest feature of them all, Nullable Reference Types, is also locked down behavior-wise for the .NET Core release. It will continue to improve after C# 8.0, but it is now considered stable with the rest of C# 8.0.

newsletters