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:

By setting the ______________ of a variable, you can dictate where it can be accessible within an application or assembly.


A1:

Scope

2:

True or False: C# can handle loops faster than Visual Basic .NET because less code must be written.


A2:

False. Both C# and Visual Basic .NET compile to the same IL in most cases, making the performance for any function almost identical.

3:

I can simplify my addition code by using the new _____________ operators in Visual Basic .NET.


A3:

Concatenation

4:

A ____________ loop processes a set of statements until a condition is true.


A4:

While loop


/ 270