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
Introdução ao Teste de SoftwareUniversidade de São Paulo via Coursera Automated Software Testing: Model and State-based Testing
Delft University of Technology via edX Mutation Testing in Java with Pitest
Pluralsight Making Mutants Work for You
GOTO Conferences via YouTube Mutation Testing in Python
GOTO Conferences via YouTube