C# Roslyn and You
Monday, May 23, 2022 - 1:00 PM UTC, for 8 hours.
AT THAT (In-Person Only) Workshop (pre-conference)
Room: 2
C#
Roslyn
The .Net compiler platform (code named Roslyn) has not only facilitated a number of new language features, but it also enabled some interesting additional capabilities. In this session, you'll learn how to take advantage of three of these capabilities to add dynamic code evaluation with C# Scripting APIs, find and fix code smells with code analyzers and code fixes, and automate repetitive coding tasks with Syntax Generators.
Agenda
Intermixing introductory presentations, hands on labs and ending with an open hack session.
Prerequisites
Attendees should be advanced C# developers and have the latest version of Visual Studio installed prior to attending.
Take Aways
- • Learn how to take advantage of C# Scripting to add some dynamic functionality in your applications.
- • Understand how to use and create code analyzers and code fixes.
- • Discover how to automate repetitive coding tasks with Syntax Generators