C# 12.0: inline arrays
Published on:
Learn moreRelated posts
C# 12.0: primary constructors
C# 12.0's most prominent new feature is the primary constructor syntax. This post describes how it works, and looks at some pros and cons.
C# 11.0 new features: ref fields and the scoped keyword
C# 11.0 expanded high-performance, low-allocation functionality. This post describes the importance of the added support for ref fields, and h...
ASP.NET Core 8.0 uses C# 12.0's experimental interceptors to enable AOT
C# 12 includes an experimental 'interceptors' feature. If you use trimming or AOT publishing in ASP.NET Core 8.0, you're already using this.
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...
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...
Ian Griffiths presenting at Visual Studio Live! 2023 Las Vegas
Ian Griffiths is presenting at Visual Studio Live! in Las Vegas on C# 12, .NET 8, .NET Cold Start in the Cloud, and Building Azure PaaS Apps w...
Ian Griffiths presenting at Visual Studio Live! 2023 Las Vegas
Ian Griffiths is presenting at Visual Studio Live! in Las Vegas on C# 12, .NET 8, .NET Cold Start in the Cloud, and Building Azure PaaS Apps w...
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: 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.
C# Lambda Discards
C# has gradually been adding support for discards. This article explores how this evolution has led to some surprises.