The C# Build Process Explained - Dev Level Up Series

Поділитися
Вставка
  • Опубліковано 25 жов 2024

КОМЕНТАРІ • 1

  • @ProgrammingWithChris
    @ProgrammingWithChris  2 роки тому +1

    I wanted to create a series to fill in some common gaps I've seen in my developer's knowledge, and we're starting with something basic (but important). Hopefully the information in this series sparks more learning for you developers out there. Let me know what topics you might want covered, thanks!
    🕘Timestamps:
    00:00 - Intro
    00:07 - Languages and CIL in C#
    00:30 - CLSCompliant and how to provide code to other .net languages
    00:43 - ILDASM - how to view the IL from your C# program
    1:14 - How .net works at runtime - CLR and JIT compilation