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:

True or False: XML files are better than flat text files because they can be transmitted easily over the Internet.


A1:

False. XML files are better at defining hierarchical data, and they are self-describing with XML schemas. Both text files and XML files can be transmitted over the Internet.

2:

All XML-specific classes are found in the ___________ namespace.


A2:

System.Xml

3:

Name the three main classes for reading forward-only XML data.


A3:

XmlTextReader, XmlValidatingReader, XmlNodeReader

4:

Using the __________ Transact SQL clause, you can easily create attribute-based XML files from SQL Server.


A4:

FOR XML AUTO

5:

Using the __________ method of the XmlTextReader class, you can get the attribute data value of a node.


A5:

GetAttribute


/ 270