Главная    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
Предметный указатель
Clone method (String class)      
Close method (Debug class)      2nd
CLR (Common Language Runtime)      2nd
CLR (Common Language Runtime), console applications and      
CLR (Common Language Runtime), language changes for VB.NET      
CLSCompliant attribute      
CObj function      2nd 3rd
Code      
code blocks      
code blocks, conditional      
code blocks, conditional, #If...Then...#Else directive      
code blocks, conditional, Do...Loop statement      
code blocks, defining as code modules      
code blocks, expanding/collapsing      
code blocks, variables declared inside of      2nd 3rd
code, commenting out      
code, converting between managed and unmanaged      
code, generating      
code, managed      
code, Visual Basic, categories of      
Collection class      2nd
collection types, implementing      
Collection.Add method      2nd 3rd
Collection.Count property      2nd 3rd
Collection.Item method      2nd 3rd
Collection.Remove method      2nd 3rd
color codes, returning      2nd
Color property      
Color property, ColorDialog class      
Color property, FontDialog class      
ColorDialog class      2nd
COMClass attribute      2nd
Command function      2nd
command-line compiler      
CommandArgument property (CommandEventArgs class)      
CommandName property (CommandEventArgs class)      
commenting out code      
Common Language Runtime (CLR)      2nd
Common Language Runtime (CLR), console applications and      
Common Language Runtime (CLR), language changes for VB.NET      
Common Type System (CTS)      2nd
Common Type System (CTS), SystemTypeName function and      
Common Type System (CTS), VbTypeName function and      
CompanyName property (Application class)      2nd
Compare method (String class)      
CompareMethod enumeration      
CompareOrdinal method (String class)      
CompareTo method (String class)      
comparing string data      
comparing string data, command-line switches and      
Comparison operators      
compiler, command-line      
Concat method (String class)      
concatenation assignment operator (&=)
concatenation operators, string      
conditional compiler constants, defining      
conditional execution of code      
console applications      2nd
Const statement      2nd
Constants      
constants, assigning error numbers      
constants, built-in      
constants, converting strings      
constants, declaring      
constants, MsgBoxStyle enumeration      
constants, scope of      2nd
constants, setting attributes of a file      
constants, VB 6 vs. VB.NET      
Constructors      [See class constructors]
Contains method      
Contains method, Queue class      2nd
Contains method, Stack class      2nd
ContainsKey method (Hashtable class)      2nd
ContainsValue method (Hashtable class)      2nd
control-related events      
ControlChars class      
conversion functions      
Convert class      
converting data types      
converting data types, functions for      
converting data types, Option Strict statement and      
converting data types, System namespace and      
Copy method      
Copy method, Array class      2nd
Copy method, String class      
copyright banner, suppressing display of      
CopyTo method      
CopyTo method, Hashtable class      2nd
CopyTo method, Queue class      2nd
CopyTo method, Stack class      2nd
CopyTo method, String class      
Cos function (Math class)      2nd 3rd
Cosh function (Math class)      2nd 3rd
Count property      
Count property, Collection class      2nd 3rd
Count property, Hashtable class      2nd
Count property, Queue class      2nd
Count property, Stack class      2nd
CreateDirectory method (Directory class)      2nd
CreateObject function      2nd
CShort function      2nd
CSng function      2nd 3rd
CStr function      2nd 3rd
CTS (Common Type System)      2nd
CTS (Common Type System), SystemTypeName function and      
CTS (Common Type System), VbTypeName function and      
CType function      2nd 3rd
CurDir function      2nd
curly brackets ({}) in regular expressions      
Currency (UnmanagedType enumeration)      
Currency data type (not supported in VB.NET)      2nd
currency, formatting      
custom attributes      
custom attributes, AttributeUsage attribute and      
custom attributes, class constructors for      
custom attributes, defining      
custom attributes, GetCustomAttributes method      
custom attributes, using      
custom procedures      
custom procedures, writing      
CustomColors property (ColorDialog class)      
CustomMarshaler (UnmanagedType enumeration)      
data access with ADO.NET      
data members in class modules      
Data types      2nd
data types, changes for VB.NET      
data types, converting      
data types, converting, functions for      2nd 3rd 4th 5th
data types, converting, Option Strict statement and      
data types, converting, System namespace and      
data types, for VB.NET      
data types, simple      
data types, summary of      
data types, SystemTypeName function and      
data types, TypeName function and      
data types, VbTypeName function and      
data, managed      
Date data type      2nd
Date data type, converting values to      
Date data type, VB 6 vs. VB.NET      
DateAdd function      2nd
DateDiff function      2nd
DateFormat enumeration      
DateInterval enumeration      
DatePart function      2nd
dates and times      
dates and times, Day function      
dates and times, formatting      
dates and times, GetTimer function      
dates and times, Hour function      
dates and times, IsDate function      2nd
dates and times, Minute function      
dates and times, Month function      
dates and times, MonthName function      
dates and times, Now property      
dates and times, predefined formats for      
dates and times, Second function      
dates and times, TimeOfDay property      
dates and times, Timer property      
dates and times, TimeSerial function      
dates and times, TimeString property      
dates and times, TimeValue function      
dates and times, Today property      
dates and times, user-defined formats for      
dates and times, Weekday function      
dates and times, WeekdayName function      
dates and times, Year function      
DateSerial function      2nd
DateString property      2nd
DateValue function      2nd 3rd
Day function      2nd
DBNull, evaluating to      2nd
DDB function      2nd
Debug class      2nd
Debug.Assert method      2nd
Debug.AutoFlush property      2nd
Debug.Close method      2nd
Debug.Flush method      2nd
Debug.Indent method      2nd
Debug.IndentLevel property      2nd
Debug.IndentSize property      2nd
Debug.Listeners property      2nd
Debug.Unindent method      2nd
Debug.Write method      2nd
Debug.WriteIf method      2nd
Debug.WriteLine method      2nd
Debug.WriteLineIf method      2nd
DECIMAL data type      2nd
Decimal data type, CDec function and      
Decimal data type, converting values to      
Decimal data type, ValDec function and      
declarations, function      
Declare statement      2nd 3rd
declaring      
declaring, object variables using WithEvents      
declaring, statements used for      
declaring, variables and constants      
declaring, variables and constants, changes for VB.NET      
declaring, variables and constants, Option Explicit statement and      
default button constants      
default events      
Default keyword      
Default keyword vs. DefaultMember attribute      
Default keyword, Property statement and      
default properties      
DefaultEvent attribute      
DefaultExt property      
DefaultExt property, OpenFileDialog class      
DefaultExt property, SaveFileDialog class      
DefaultMember attribute      
Deftype statements (not supported in VB.NET)      2nd
Delegate class      
Delegate statement      
Delegates      
delegates as function pointers      
delegates, calling methods using      
Delete method (Directory class)      2nd
DeleteSetting procedure      2nd
Dequeue method (Queue class)      2nd
derived classes      
derived classes, abstract members in      
derived classes, inheritance and      
derived classes, MyBase/MyClass keywords and      
derived classes, overriding base class implementations      
derived classes, Shadows keyword and      
Description property (Err object)      2nd 3rd
destructor methods      
detecting vs. handling errors      
diagnostics, programming      
Dialog boxes      
dialog boxes, classes for controlling      
dialog boxes, ColorDialog class and      
dialog boxes, FontDialog class and      
dialog boxes, InputBox function and      
dialog boxes, MsgBox function and      
dialog boxes, OpenFileDialog class and      
dialog boxes, SaveFileDialog class and      
Dim keyword      
Dim statement      2nd
dimension of an array      
Dir function      2nd
DirectCast function      
directories      
directories, changing default      
directories, returning current      
directories, searching for metadata references      
Directory class      
Directory.CreateDirectory method      2nd
Directory.Delete method      2nd
Directory.Exists method      2nd
Directory.GetCreationTime method      2nd
Directory.GetDirectories method      2nd
Directory.GetDirectoryRoot method      2nd
Directory.GetFiles method      2nd
Directory.GetFileSystemEntries method      2nd
Directory.GetLogicalDrives method      
Directory.GetParent method      2nd
Directory.Move method      2nd
Dispose method      
division assignment operator (/=)      
division operator (/)      
Do...Loop statement      2nd
DoEvents method (Application class)      
Double data type      2nd
Double data type, CDbl function and      
Double data type, converting values to      
Double data type, Val function and      
double pointers      
double-declining balance, calculating      
drives, changing      
DueDate enumeration      
E field (Math class)      2nd 3rd
early binding      2nd
Empty field (String class)      
Empty keyword (not supported in VB.NET)      2nd
EnableSession property (WebMethod attribute)      
encapsulation in object-oriented programming      
encapsulation in object-oriented programming, violating principles of      
End... statements      2nd
EndsWith method (String class)      
Enqueue method (Queue class)      2nd
entry points of programs      2nd
Enum statement      2nd
EnumerateTypeMembers method      
EnumerateTypes method      
enumerations (Visual Basic)      
Environ function      2nd 3rd
EOF function      2nd
equal operator (=)      2nd
Equals method (String class)      
Eqv operator (not supported in VB.NET)      2nd 3rd
Erase statement      2nd
Erl property      2nd 3rd
Err object      
Err object, properties and methods of      
Err.Clear method      2nd 3rd
Err.Description property      2nd
Err.GetException method      2nd
Err.HelpContext property      2nd
Err.HelpFile property      2nd
1 2 3 4 5 6
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте