I was honored to speak at NDC London last week. It’s an awesome event, with a very skilled set of developers attending the event.
I gave two talks at NDC London. The first was a preview of the features that are currently under discussion for C# 7. C# 7 marks a sea change in the evolution of the C# Language. It’s the first version where all the design discussions are taking place in the open, on the Roslyn GitHub Repository. If you are interested in the evolution of the C# language, you can participate in those discussions now.
Instead of posting the slides from that talk, I’ll be blogging about each of the features, with references to the issue on GitHub. I’ll cover the current thinking and some of the open issues relating to each of the features.
Watch for those posts coming over the next month. I’ll mix in a forward looking post along with language information you can use now.
My second talk was on building Roslyn based Analyzers and Code Fixes. You can find the slides, and demos here on my GitHub repository: https://github.com/BillWagner/NonVirtualEventAnalyzer
If you have any questions on the samples, the code, or concepts, please make an issue at the repository, and I’ll address it there.