Warsaw IT Days 2023
This Saturday I’ll be speaking at Warsaw IT Days 2023. One sessions What’s new in C# 11 will be in-person in Warsaw, while other C# Source Generators – let the machine do the programming is VoD.
Dust on the keyboard is not settled from C# 10 and we have C# 11 here. What are the new features and how to start using those? All this and more on this session.
Source Generators are one of longest requested features in C# language. What is a source generator? What I can use it for? Also what I can’t use it for? Answers to these and more in this session.
Errata: During my What’s new in C# 11 session I incorrectly answered question, that required
modifier can be applied to private
properties. It can’t. It doesn’t make sense, private
properties can’t be set by caller.