Discover how C# works on the .NET Framework
Buch, Englisch, 172 Seiten, Paperback, Format (B × H): 191 mm x 235 mm, Gewicht: 3327 g
ISBN: 978-1-4302-6670-9
Verlag: Apress
To answer this question we will dig ever deeper into the structure of the C# language and the onion-skin abstraction layers of the.NET Framework that underpins it. We?ll follow the execution thread downwards, first to MSIL (Microsoft Intermediate Language) then down through just-in-time compilation into Machine Code before finally seeing the results executed at the hardware level.
The aim of this deep-dive is to provide you with a much more rounded knowledge of the environment within which you code exists. As a managed language, it?s best-practice to let the Framework deal with device interaction but you?ll find the experience of taking the cover off once in a while a very rewarding one that will greatly enrich your appreciate of the C# language and the way in which in functions.
Zielgruppe
Popular/general
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Microsoft Programmierung .NET Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Objektorientierte Programmierung
Weitere Infos & Material
- Anatomy of the C# compilation stack
- Data Access, Files and Storage
- Understanding Memory Usage
- The C# Compilation Sequence
- From CIL to Machine Code
- Execution through the CLR
- Execution Model II