Blog
How sharp do you C#? (.NET Assemble! event presentation)
With the release of .NET 7 this week, a new language version of C# is also released. This is the 11th version of the C# language, and adds some nice features for developers. Last month I had the privilege to speak about this during the .NET Assemble! event held at the mStack office. In this talk I dive into the concept of lowering and how this is used in C# for existing features and features that are introduced in C#11. In this blog post I share the recording of my presentation (the presentation is in dutch) and some links to earlier blogs I wrote about C# 11 features.
C# and the concept of lowering
Yesterday (november 8th 2022) .NET7 was released. Together with this release C# 11 was also released. C# 11 offers a lot of great new features and many of them are realized using lowering. Lowering is a step that the compiler takes to translate C# code into lower level C# code. Are you interested in how this works and how it is used to realize some new C# 11 features? Check out my presentation from the .NET Assemble! below:
Blogs about new C# 11 features
Are you about to start using C# 11 and want to know more about some of it’s great features? Check out the following blogs to learn more about them:
Feedback or questions
Do you have any feedback or questions regarding my .NET Assemble! presentation or one of my blogs? Feel free to contact me!
