دانلود کتاب سی شارپ تخریب شد بعد از پرداخت مقدور خواهد بود
توضیحات کتاب در بخش جزئیات آمده است و می توانید موارد را مشاهده فرمایید
در صورت ایرانی بودن نویسنده امکان دانلود وجود ندارد و مبلغ عودت داده خواهد شد
نام کتاب : C# Deconstructed
ویرایش : 1
عنوان ترجمه شده به فارسی : سی شارپ تخریب شد
سری :
نویسندگان : Mohammad Rahman (auth.)
ناشر : Apress
سال نشر : 2014
تعداد صفحات : 165
ISBN (شابک) : 9781430266709 , 9781430266716
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 5 مگابایت
بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.
C# Deconstructed به یک سوال به ظاهر ساده پاسخ می دهد: وقتی کد C# را روی دات نت فریم ورک اجرا می کنید دقیقاً چه اتفاقی می افتد؟
برای پاسخ به این سوال، ساختار زبان سی شارپ و لایههای انتزاعی پوست پیازی داتنت فریمورک که زیربنای آن است را عمیقتر خواهیم کرد. ما
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. Well 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, its best-practice to let the Framework deal with device interaction but youll 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.