Let's Code an Incremental Source Generator with Roslyn
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the world of incremental source generators with Roslyn in this live coding session from NDC Oslo 2023. Discover how to trade compile-time for improved run-time performance by creating optimized, auto-generated variants of types and methods. Learn to implement a fully operational incremental source generator using test-driven development, while uncovering the intricacies and benefits of this Roslyn-based metaprogramming technique. Gain insights into facilitating high-performance scenarios, such as Reflection-free source generation, and understand how incremental generators mitigate the risk of sluggish developer experiences in large projects. Conclude the session by evaluating the technical quality of the resulting component through benchmarking and mutation testing.
Syllabus
Let's Code an incremental source generator with Roslyn - Stefan Pölz - NDC Oslo 2023
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube