Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Roman S., Petrusha R., Lomax P. — VB.Net Language in a Nutshell
Roman S., Petrusha R., Lomax P. — VB.Net Language in a Nutshell



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: VB.Net Language in a Nutshell

Авторы: Roman S., Petrusha R., Lomax P.

Аннотация:

With the release of the Microsoft .NET platform comes a new version of Visual Basic dramatically unlike its predecessors. So extensive are the changes, in fact, that some VB programmers argue that Visual Basic .NET is an entirely new programming language. In the updated second edition of this popular book, you will find complete documentation for the Visual Basic .NET language. Beginning with a brief overview of the language, VB.NET Language in a Nutshell covers basic programming concepts, and introduces the .NET Framework Class Library and programming with attributes. The bulk of the book consists of an alphabetical reference to Visual Basic .NET statements, procedures, functions, and objects. Each entry has a standardized listing containing the following information:
* Its syntax, using standard coding conventions
* Differences in the operation of the keyword in Visual Basic .NET and in VB 6.0
* A list of arguments accepted by the function or procedure
* A description of the data type returned by a function
* The finer points of a language element's usage that are often omitted from or blurred over by other sources
* Tips and warnings that include undocumented behaviors and practical applications for particular language elements
* An invaluable section for diagnosing or avoiding potential programming problems
* A cross-reference to related keywords
On the CD-ROM (included with print edition of the book) is a plug-in that adds a copy of the book's language reference to the dynamic help within Visual Studio .NET.The plug-in requires any edition of Visual Basic .NET or Visual Studio .NET. No matter how much experience you have programming with VB, you want this book close by, both as a standard reference guide and as a tool for troubleshooting and identifying programming problems.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Издание: 2nd edition

Год издания: 2002

Количество страниц: 600

Добавлена в каталог: 22.10.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
Trim function (String class)      2nd
Trim method (String class)      
TrimEnd method (String class)      
TrimStart method (String class)      
TriState enumeration      
True keyword      
Try...Catch...Finally statement      2nd 3rd
two's-complement representation      
two-dimensional arrays      
Type class      
Type class, iterating objects in      
Type class, reflection classes and      
type members in class modules      
type system, common      [See Common Type System]
type-safe code      
Type...End Type construct      [See Structure...End Structure statement]
Type.GetType method      
TypeName function      2nd
U1 (UnmanagedType enumeration)      
U2 (UnmanagedType enumeration)      
U4 (UnmanagedType enumeration)      
U8 (UnmanagedType enumeration)      
UBound function      2nd 3rd
UCase function (String class)      2nd
underscore (_) VB.NET line continuation character      
Unindent method (Debug class)      2nd
universal data types      
Unlock procedure      
Unlock procedure, Lock procedure and      
unsigned integer data types      
unsigned integer data types, Convert class methods and      
unsigned integer data types, TypeName function and      
unstructured error handling      
uppercase, converting strings to      
user-defined types      2nd
user-defined types, declaring      2nd
Val function      2nd 3rd
ValDec function      2nd
value-type vs. reference-type variables      
Values property (Hashtable class)      2nd
VarEnum enumeration, members of      
Variables      
variables, declaring      
variables, declaring, command-line switches and      
variables, declaring, Option Explicit statement and      
variables, declaring, VB.NET changes to      
variables, FileGet/FileGetObject procedures      
variables, FilePut/FilePutObject procedures      
variables, lifetime of      
variables, object      [See object variables]
variables, private      
variables, properties of      
variables, public      
variables, scope of      2nd
variables, scope of, changes for VB.NET      
variables, shadowing by scope      
variables, static      2nd
variables, value-type vs. reference-type      
Variant data type (not supported in VB.NET)      2nd
VariantBool (UnmanagedType enumeration)      
VariantType enumeration      2nd
VarType function      2nd 3rd 4th
VB IDE and control-related events      
VB.NET      
VB.NET, .NET Framework      
VB.NET, arrays in      
VB.NET, assemblies      
VB.NET, command-line compiler      
VB.NET, common type system      [See Common Type System]
VB.NET, data types      [See data types]
VB.NET, error handling in      
VB.NET, introduction to      
VB.NET, language changes for      
VB.NET, language reference      
VB.NET, object-oriented programming      
VB.NET, object-oriented programming, changes to      
VB.NET, procedures, changes to      
VB.NET, program structure      
VB.NET, programming elements      
VB.NET, programming elements, changes to      
VB.NET, programming elements, obsolete      
VB.NET, variables in      
VB.NET, VB 6 language elements not supported by      
VBByRefStr (UnmanagedType enumeration)      
vbc.exe      
VBFixedArray attribute      2nd
VBFixedString attribute      2nd 3rd
vbObjectError constant      
VbStrConv enumeration      2nd
VbTypeName function      2nd
versioning properties of assemblies      
Visual Basic      
Visual Basic, built-in constants      
Visual Basic, enumerations      
Visual Basic, vs. VB.NET      
WebMethod attribute      2nd
WebService attribute      
Weekday function      2nd
WeekdayName function      2nd
Wend keyword (not supported in VB.NET)      2nd
When filter, used with user-defined errors      
While...End While statement      2nd 3rd
widening casts      2nd
Windows applications, creating      
Windows Forms      
Windows Forms, applications      
Windows Forms, events      
Windows registry      
Windows registry, creating entries for VB applications in      
Windows registry, functions for manipulating      
Windows registry, GetAllSettings function and      
Windows registry, GetSetting function and      
windows, activating      
With statement      
WithEvents keyword      2nd
WithEvents keyword, Private statement and      
WithEvents keyword, Public statement and      
WithEvents statement      
Write method (Debug class)      2nd
Write procedure      
WriteIf method (Debug class)      2nd
WriteLine method (Debug class)      2nd
WriteLine procedure      
WriteLineIf method (Debug class)      2nd
WriteOnly keyword and Property statement      
Xor logical operator      
Year function      2nd
[] (brackets) in regular expressions      
\ integer division operator      
\: (colon) and line numbers      
\\> greater-than comparison operator      
\\>= greater-than-or-equal-to comparison operator      
\\\\= integer division assignment operator      
\\\\d and \\\\D in regular expressions      
\\\\w and \\\\W in regular expressions      
^ (caret) exponentiation operator      
^= exponential assignment operator      
_ (underscore) VB.NET line continuation character      
{} (curly brackets) in regular expressions      
1 2 3 4 5 6
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте