Главная
Study mode:
on
1
Intro
2
What is lowering
3
Linked queries
4
Variables
5
Performance
6
Understanding how things work
7
For each loop
8
lambdas
9
closing over
10
yield
11
helper
12
numerator
13
movenext
14
SharpLab
Description:
Dive into the inner workings of C# code in this 45-minute conference talk from NDC Conferences. Explore the concept of lowering in C# and gain insights into how the Roslyn compiler transforms your code. Uncover the hidden mechanisms behind familiar constructs like foreach loops, lambda expressions, and yield return statements. Learn to identify common performance pitfalls in .NET and develop a deeper understanding of your code's actual behavior. Examine topics such as linked queries, variables, and closures, while utilizing tools like SharpLab to visualize the lowering process. Enhance your C# programming skills by understanding the compiler's perspective and optimizing your code for better performance.

Lowering in C# - What's Really Going on in Your Code

NDC Conferences
Add to list