I finally had enough of a break that I can post the slides from my two talks at the Boston Code Camp.
My first talk was Practical LINQ, N tips and tricks for some number N. You can download the presentation materials here: PracticalLINQpptx.pdf
The demos are on GitHub: PracticalLINQ Each of the labeled commits mirrors the changes I made during the presentation.
My second presentation was The Task Asynchronous Programming Model. The presentation materials are here: TAPExplained.pdf
Those demos are also available on GitHub: AsyncVoid. Again, the labeled commits match the changes I made during the presentation.
If you have any questions or comments, please make them below, and I’ll update the repositories, or write a new blog post about what’s changed.
I create content for .NET Core. My work appears in the .NET Core documentation site. I'm primarily responsible for the section that will help you learn C#.
All of these projects are Open Source (using the Creative Commons license for content, and the MIT license for code). If you would like to contribute, visit our GitHub Repository. Or, if you have questions, comments, or ideas for improvement, please create an issue for us.