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 Oslo 2021. 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 potential of combining Roslyn with machine learning to create artificial intelligence capable of writing code, potentially revolutionizing the way developers work.
Syllabus
Automate Yourself Out of a Job with Roslyn - Mark Rendle - NDC Oslo 2021
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