Cantitate/Preț
Produs

C# Deconstructed: Discover how C# works on the .NET Framework

Autor Mohammad Rahman
en Limba Engleză Paperback – 21 sep 2014
C# Deconstructed answers a seemingly simply question: Just what is going on, exactly, when you run C# code on the .NET Framework? 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.
Citește tot Restrânge

Preț: 32827 lei

Preț vechi: 41034 lei
-20% Nou

Puncte Express: 492

Preț estimativ în valută:
6282 6519$ 5251£

Carte tipărită la comandă

Livrare economică 17-31 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781430266709
ISBN-10: 1430266708
Pagini: 200
Ilustrații: X, 172 p. 43 illus.
Dimensiuni: 191 x 235 x 15 mm
Greutate: 0.3 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

Notă biografică

Mohammad Rahman is a computerprogrammer. He has been aprogrammer since 1998 and for the past seven years he has been designingdesktop and web-based systems for private and government agencies using C# language in Microsoft.NET. Currently he is working as acomputer programmer and earning his doctorate as a part-time student at the University ofCanberra, Australia.

Caracteristici

The only book that will teach you how C# really works on your computer! Provides an in depth-deep dive through the hidden abstraction layers of the .NET Framework tracing the reader's code down through MSIL, Machine Code and beyond! Encourages readers to adopt a considered view of what they're asking C# to do when they write code and showing how seemingly trivial choice of code syntax and grammar can massively affect the execution chain.