C# 11.0 new features: ref fields and the scoped keyword
Published on:
Learn moreRelated posts
C++ Code Generator: Generate Code Quickly & Accurately
If you're working on a C++ software project, you know how time-consuming writing precise syntax can be. But fear not, as the rise of AI-powere...
High Performance JSON Serialization With Code Generation on C# 11 and .NET 7.0
Looking for ways to improve the parsing and generation of JSON data in your .NET applications? This talk showcases how recent features added t...
Deploying & Debugging C# Web API Custom Connectors from within Visual Studio! 🚀
This video tutorial showcases how to deploy and debug custom connectors for C# web APIs from within Visual Studio. With this informative guide...
C# 11.0 new features: Span<char> pattern matching
C# 11.0 adds some new pattern matching features. In this post, Ian shows the new support for matching lists.
C# 11.0 new features: list pattern matching
C# 11.0 adds some new pattern matching features. In this post, Ian shows the new support for matching lists.
C# 11.0 new features: newlines in string interpolation expressions
C# 11.0 adds various improvements to string literals. In this post, Ian explains how support for new lines in interpolated string expressions ...
C# 11.0 new features: UTF-8 string literals
C# 11.0 adds various improvements to string literals. In this post, Ian explains how we can now create UTF-8 string literals.
C# 11.0 new features: raw string literals
C# 11.0 adds various improvements to string literals. In this post, Ian explains how raw string literals can make your code more readable.
Philip Japikse: Professional C# in .NET - Episode 230
In this episode, Philip Japikse, an international speaker, Microsoft MVP, ASPInsider, MCSD, PSM II, PSD, and PST, talks about his journey with...
C# 11.0 preview: parameter null checking
C# 11.0 has a new syntax, !!, which makes it easier to detect and reject null arguments. It is simple, but misunderstood. This post explains w...