Automate Yourself Out of a Job with Roslyn
Offered By: NDC Conferences via YouTube
Course Description
Overview
Discover the power of Roslyn, Microsoft's "compiler as a platform" for C# and VB.NET, in this engaging conference talk from NDC Porto 2022. Explore how to read, analyze, and modify existing code, create Visual Studio extensions, and even generate and compile new code at runtime. Learn about key concepts such as Workspaces, SyntaxTrees, SyntaxNodes, and symbols, and gain insights into the various applications of Roslyn in both console applications and Visual Studio extensions. Delve into the exciting possibilities of combining Roslyn with machine learning to potentially create code-writing artificial intelligence. This comprehensive presentation offers valuable knowledge for developers looking to enhance their understanding of compiler technology and its practical applications in .NET development.
Syllabus
Automate yourself out of a job with Roslyn - Mark Rendle - NDC Porto 2022
Taught by
NDC Conferences
Related Courses
Lowering in C# - What's Really Going on in Your CodeNDC Conferences via YouTube Let's Code an Incremental Source Generator with Roslyn
NDC Conferences via YouTube Use Your Source Code to Document Your Application
NDC Conferences via YouTube Let's Code an Incremental Source Generator with Roslyn
NDC Conferences via YouTube How Does Hot Reload Even Work?
NDC Conferences via YouTube