Best 20 C# & .NET Blogs 2020-12-21 14:44 UTC .NET .NET Core C# Visual Studio Whether you're getting into C# with the launch of .NET 5 or if you're a long-time C# developer, there are a lot of great blogs out there
From C# to Rust: Code Basics 2020-07-28 13:47 UTC .NET C# Rust Understanding Rust's code-basics could possibly be fast-tracked by reating these concepts to the equivalent in C# and .NET.
From C# to Rust: Fundamentals 2020-07-16 13:43 UTC .NET C# Rust Rust has some fundamental tools and concepts we need to understand before we get into the code.
From C# to Rust: Introduction 2020-07-06 13:49 UTC .NET C# Rust Rust has been the most loved programming language for the last 5 years. For a C#-developer, it could be a powerful addition to the tool-belt.
C# Nullable Reference Types: IntelliSense Confusion 2020-02-13 16:49 UTC .NET .NET Core C# Visual Studio The feature and concept of Nullable reference types were introduced in C# 8.0 and it basically made all types non-nullable by default and ensured that these...