Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] نسخه متنی

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

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

Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] - نسخه متنی

Jason Beres

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









Quiz








1:

How can you prevent compile errors in your C# applications when using types that aren't compliant with the CLS?


A1:

By adding the CLSCompliantAttribute(true) to either an assembly or a class

2:

The garbage collector takes care of managing memory for managed applications, but under what circumstances doesn't the garbage collector know when to release objects from memory?


A2:

Unmanaged resources that are created on the managed heap

3:

True or False: Because Windows .NET Server is out now, all the server products that Microsoft offers should be considered .NET Servers because they all use the managed execution environment of the .NET Framework.


A3:

False. Only future server products that are written in managed code can be considered true .NET servers.


/ 270