Lowering in C# - What's Really Going on in Your Code?
Offered By: NDC Conferences via YouTube
Course Description
Overview
Dive into the intricacies of C# compilation with this 56-minute conference talk from NDC Conferences. Explore the concept of lowering in C# and gain a deeper understanding of how the compiler processes common language constructs. Uncover the inner workings of foreach loops, lambda expressions, and yield return statements as David Wengier demystifies the Roslyn compiler's operations. Learn to identify potential performance pitfalls in .NET development and enhance your ability to write more efficient code. Gain valuable insights into the transformation of high-level C# code into its lower-level representation, equipping you with the knowledge to optimize your programming techniques and improve overall code quality.
Syllabus
Lowering in C#: What's really going on in your code? - David Wengier
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube