dot.NET.Framework.Essentials.1002003,.3Ed [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

dot.NET.Framework.Essentials.1002003,.3Ed [Electronic resources] - نسخه متنی

Hoang Lam; Thuan L. Thai

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










Chapter 2. The Common Language Runtime


The most important component of the .NET
Framework is the Common Language Runtime (CLR). The CLR manages and
executes code written in .NET languages and is the basis of the .NET
architecture, similar to the Java Virtual Machine. The CLR activates
objects, performs security checks on them, lays them out in memory,
executes them, and garbage-collects them.

In this chapter, we describe the CLR environment, executables (with
examples in several languages), metadata, assemblies, manifests, the
CTS, and the CLS.


/ 121