C# Language internals - Part 1
MP4 | AVC 470kbps | English | 1024x768 | 15fps | 5h 10mins | AAC stereo 112kbps | 733 MB
Genre: Video Training
C# Language Internals is designed to give you a deeper understanding of the C# programming language and the CLR. This course takes .NET developers behind the scenes of C# language features to gain a deeper understanding of the language, the Intermediate Language (IL) it compiles into, and the Common Language Runtime (CLR) it runs on. By studying language internals, you can make well-informed design choices, solve hard debugging puzzles quicker, and understand the performance ramifications of using various language features. This is the first part of a two-part course.
01. Essential Techniques
02. The CLR and IL in a Nutshell
03. C# Compiler Tidbits
04. Performance of Imperative C# Code
05. Performance of Functional C# Code
06. Leveraging C# Extensibility Points, Part 1
07. Leveraging C# Extensibility Points, Part 2
08. Generics Behind the Scenes