Limit this search to....

C# Deconstructed: Discover How C# Works on the .Net Framework
Contributor(s): Rahman, Mohammad (Author)
ISBN: 1430266708     ISBN-13: 9781430266709
Publisher: Apress
OUR PRICE:   $52.24  
Product Type: Paperback
Published: September 2014
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Microsoft
- Computers | Programming Languages - C#
- Computers | Computer Science
Dewey: 005.1
Physical Information: 0.37" H x 7.5" W x 9.25" (0.67 lbs) 172 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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.