How Does Hot Reload Even Work?
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the inner workings of Hot Reload and Edit and Continue technologies in this conference talk from NDC Sydney 2022. Dive deep into the mechanics behind applying code changes on the fly without stopping or recompiling applications. Gain insights into the structure of .NET DLLs, Roslyn's compilation of deltas, and how the runtime applies these changes. Discover why certain features don't work, potential future improvements, and enhance your understanding of what ILSpy displays. While not focusing on JavaScript or microservices, this talk provides valuable knowledge about .NET internals for developers interested in the technical aspects of hot reloading.
Syllabus
How does Hot Reload even work? - David Wengier - NDC Sydney 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 Automate Yourself Out of a Job with Roslyn
NDC Conferences via YouTube