Related Posts
C# 10.0: Extended Property Patterns – Use the Dot Token to Access Nested Members
In the previous blog posts you learned about different C# 10.0 features: File-scoped namespacesGlobal using directives In this blog post, let's... read more
C# 10.0: Global Using Directives – Make Important Namespaces Available in Your Whole Project
In the previous blog post you learned about C# 10.0 file-scoped namespaces. In this blog post you learn about another C#... read more
C# 10.0: File Scoped Namespaces – Get More Space For Your Code
C# 10.0 and .NET 6.0 will be released in November 2021. Time to look at the new language features... read more
MvvmGen 1.1.0 and the New Special Edition: PURE CODE GENERATION – No Runtime Dependency For Your Project!
In the last blog post I introduced you to MvvmGen, the new MVVM library built with a strong focus... read more
Introducing the brand-new MvvmGen Library – Writing ViewModels for your XAML Applications Has Never Been More Productive and Easier
In the nights of the past weeks, I built a brand-new MVVM library that you can use in your... read more
Store Data of Your Blazor App in the Local Storage and in the Session Storage
To store local data, today's browsers support a local storage and a session storage. The difference between the two... read more
Using Tuples in C# to Initialize Properties in the Constructor and to Deconstruct Your Object
Recently I was asked by a developer what this code block here actually is: public Friend(string firstName, string middleName, string... read more
C# 9.0: Covariant Return Types – Specify More Specific Return Types in Overridden Methods and Properties
In the previous blog posts you learned about different C# 9.0 features: Top-level statementsInit-only propertiesRecordsTarget-typed new expressionsImproved Pattern MatchingPattern Matching... read more
C# 9.0: Pattern Matching in Switch Expressions
In the previous blog posts about C# 9.0 you learned about different features: Top-level statementsInit-only propertiesRecordsTarget-typed new expressionsImproved Pattern Matching In... read more
C# 9.0: Improved Pattern Matching
In the previous blog posts about C# 9.0 you learned about different features: Top-level statementsInit-only propertiesRecordsTarget-typed new expressions In this blog... read more
Leave a Reply