Introducing C# 9: Extending Partial Methods
Introduction C# 8 (and above) has some restrictions regarding partial methods. For example : Partial…
Read MoreIntroduction C# 8 (and above) has some restrictions regarding partial methods. For example : Partial…
Read MoreIntroduction Pattern matching has been introduced in C# 6 and has well evolved since. The…
Read MoreIntroduction C# 9 brings a better target typing: “In C# 9.0 some expressions that weren’t…
Read MoreIntroduction C# 9 introduces a super fun feature: Top-level programs. What’s a Top-level program ?…
Read MoreIntroduction C# 9 introduces Init-only properties that allow to make individual properties immutable. C# 9…
Read MoreIntroduction The new Windows Terminal has arrived on Visual Studio 2019 16.6 for Windows and…
Read More