Go back

C# Deconstructed Discover How C# Works On The .NET Framework(1st Edition)

Authors:

Mohammad Rahman

Free c# deconstructed discover how c# works on the .net framework 1st edition mohammad rahman 1430266708,
16 ratings
Cover Type:Hardcover
Condition:Used

In Stock

Include with your book

Free shipping: April 30, 2024
Access to 3 Million+ solutions Free
Ask 10 Questions from expert 200,000+ Expert answers
7 days-trial

Total Price:

$0

List Price: $54.99 Savings: $54.99(100%)

Book details

ISBN: 1430266708, 978-1430266709

Book publisher: Apress

Get your hands on the best-selling book C# Deconstructed Discover How C# Works On The .NET Framework 1st Edition for free. Feed your curiosity and let your imagination soar with the best stories coming out to you without hefty price tags. Browse SolutionInn to discover a treasure trove of fiction and non-fiction books where every page leads the reader to an undiscovered world. Start your literary adventure right away and also enjoy free shipping of these complimentary books to your door.

C# Deconstructed Discover How C# Works On The .NET Framework 1st Edition Summary: 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.