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 Copenhagen 2022. Explore how to read, analyze, and modify existing code, create Visual Studio extensions, and even generate and compile new code at runtime. Gain insights into key concepts such as Workspaces, SyntaxTrees, SyntaxNodes, and symbols, while learning about the diverse applications of Roslyn in both console applications and Visual Studio extensions. Delve into the potential of combining Roslyn with machine learning to create code-writing artificial intelligence, opening up exciting possibilities for the future of software development.
Syllabus
Automate yourself out of a job with Roslyn - Mark Rendle - NDC Copenhagen 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