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.
Deno: The Official Node.js-Successor? 2020-05-18 12:38 UTC Deno JavaScript Node.js Why is the announcement of Deno 1.0 possibly very exciting? Are there enough upsides to warrant a switch from Node.js to Deno? The announcement of 1.0 was done...
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...
PowerShell LINQ with Short Aliases 2019-07-15 17:04 UTC .NET C# LINQ PowerShell Most modern applications or code today deal with some kind of filtering or querying. In C# and .NET, we have Language Integrated Query (LINQ), which we also...
HTML Encode TagHelper in ASP.NET Core 2019-06-27 14:31 UTC .NET .NET Core ASP.NET ASP.NET C# Core HTML Razor For a specific scenario recently, I wanted to display the HTML-encoded output of a TagHelper in ASP.NET Core. So I wanted to use the TagHelper, but not output...