If you have worked with ASP.NET MVC in the past, then you have probably interacted with Razor Views in one way or another. Since ASP.NET MVC was… Read more “What’s the Difference Between Razor and Blazor?!?”
Tag: .NET
Visual Studio Tricks, Cycle Clipboard Ring
This is going to be a relatively short post however, I still felt the urge to write it. There is a feature in Visual Studio that I… Read more “Visual Studio Tricks, Cycle Clipboard Ring”
Implementing the Singleton Pattern in ASP.NET Core
The Singleton Pattern is one of the most popular design patterns in software development. In large part, this is due to two key points. First, it is… Read more “Implementing the Singleton Pattern in ASP.NET Core”
Decompiling Syntactic Sugar in C#
Over the last couple years, there have been a few new features introduced into C# that are considered “syntactic sugar”. These types of enhancements are great as… Read more “Decompiling Syntactic Sugar in C#”
.NET Fundamentals, the Curious Case of the String Type
Strings are a fundamental component in software development. Most programming languages have the concept of a string. In .NET, strings are different than any other primitive type.… Read more “.NET Fundamentals, the Curious Case of the String Type”