.NET 5: Merging .NET Core and .NET Standard with New Target Framework Monikers (TFMs)
Wait, before we begin, what is a Target Framework Monitor... ahem, sorry, Moniker, not Monitor, I mean, what is a Target Framework Moniker?
(more…)Wait, before we begin, what is a Target Framework Monitor... ahem, sorry, Moniker, not Monitor, I mean, what is a Target Framework Moniker?
(more…)In the previous blog post you learned about different ways to do a null check. The traditional way is to use the ==
operator:
What is the classic way to check if for example a parameter value is null
? If you've developed with C# since a while, you might be familiar with this classic syntax: