Главная    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
Предметный указатель
l-value of variables      
language elements not supported by VB.NET      
language reference      
LastDLLError property (Err object)      2nd 3rd
LastIndexOf method      
LastIndexOf method, Array class      2nd 3rd
LastIndexOf method, String class      
LastIndexOfAny method (String class)      
late binding      2nd
late binding, command-line switches and      
LBound function      2nd
LCase function (String class)      2nd
Left function (String class)      2nd
Len function (String class)      2nd 3rd
Length property      
Length property, String class      
Length property, VBFixedArray attribute      
lifetime of variables      
LIFO (last-in, first-out) data structures      
Like operator (String class)      2nd 3rd
Line method (not supported in VB.NET)      2nd
line numbers      
line numbers, colons must follow      
line numbers, Erl property and      
LineInput function      2nd
Listeners property (Debug class)      2nd
Loc function      2nd
local variables      2nd
local variables, Dim statement and      
Lock procedure      2nd
Lock procedure, Unlock procedure and      
LOF function      2nd
Log function (Math class)      2nd 3rd
Log10 function (Math class)      2nd 3rd
logical errors      
logical errors, detecting      
logical errors, handling      
logical errors, handling at point of detection      
logical errors, handling by passing to calling procedures      
logical errors, handling by raising runtime errors      
logical errors, vs. runtime errors      
logical operators      
long data type      2nd
Long data type, changes in VB.NET      
Long data type, converting values to      
lowercase, converting strings to      
LPArray (UnmanagedType enumeration)      
LPStr (UnmanagedType enumeration)      
LPStruct (UnmanagedType enumeration)      
LPTStr (UnmanagedType enumeration)      
LPWStr (UnmanagedType enumeration)      
LSet function (String class)      
LTrim function (String class)      
Main method      
Main method, in console applications      2nd
Main method, in Windows Forms applications      
Main method, procedure-driven programs and      
Managed code      
managed code, converting between unmanaged code and      
managed execution      
manifests of assemblies      
MarshallAs attribute      
Math class      2nd
Math.Abs function      2nd 3rd
Math.Acos function      2nd 3rd
Math.Asin function      2nd 3rd
Math.Atan function      2nd 3rd
Math.Atan2 function      2nd 3rd
Math.Ceiling function      2nd 3rd
Math.Cos function      2nd 3rd
Math.Cosh function      2nd 3rd
Math.E field      2nd 3rd
Math.Exp function      2nd 3rd
Math.Floor function      2nd 3rd
Math.IEEERemainder function      2nd 3rd
Math.Log function      2nd 3rd
Math.Log10 function      2nd 3rd
Math.Max function      2nd 3rd
Math.Min function      2nd 3rd
Math.PI field      2nd 3rd
Math.Pow function      2nd 3rd
Math.Round function      2nd 3rd
Math.Sign function      2nd 3rd
Math.Sin function      2nd 3rd
Math.Sinh function      2nd 3rd
Math.Sqrt function      2nd 3rd
Math.Tan function      2nd 3rd
Math.Tanh function      2nd 3rd
Max function (Math class)      2nd 3rd
MaxSize property (FontDialog class)      
Me operator      2nd 3rd
MemberInfo objects      
Members      
members, abstract      
members, access modifiers and      
members, accessibility of      
members, CallByName function and      
members, declaring with Protected keyword      
members, implementing properties      
members, inheritance of      
members, instance      
members, MyBase keyword and      
members, overriding      
members, shadowing      
members, shared (static)      
members, types of in class modules      
Message property      
Message property, Exception class      2nd
Message property, Obsolete attribute      
MessageName property (WebMethod attribute)      
Metadata      
metadata, attributes stored as, in assemblies      2nd
METHODS      
methods, using delegates to call      
Microsoft.VisualBasic namespace      
Mid function (String class)      2nd
Mid statement (String class)      2nd
Min function (Math class)      2nd 3rd
MinSize property (FontDialog class)      
Minute function      2nd
MIRR function      2nd
MkDir procedure      2nd
mod operator      2nd 3rd 4th
modality constants      
modified internal rate of return, calculating      2nd
Module objects and custom attributes      
module-level scope of variables      
Module...End Module statement      
Month function      2nd
MonthName function      2nd
Most significant bit      
Move method (Directory class)      2nd
MsgBox function      2nd
MsgBoxResult enumeration      
MsgBoxStyle enumeration      
MTAThread attribute      
MulticastDelegate class      
multiple inheritance      
multiplication assignment operator (*=)      
multiplication operator (*)      
Multiselect property (OpenFileDialog class)      
multithreaded apartments, creating      
MustInherit keyword      
MustInherit keyword, abstract members and      
MustOverride keyword      
MustOverride keyword, abstract members and      
MustOverride keyword, Property statement and      
MustOverride keyword, Sub statement and      
mutators, property      
MyBase keyword      2nd 3rd
MyClass keyword      2nd 3rd
named and positional arguments for attributes      
Namespace statement      2nd
Namespaces      
namespaces, assemblies and      
namespaces, assigning to web services      
namespaces, Framework Class Library      
namespaces, importing      
namespaces, second-level      
narrowing casts      2nd
net present value, calculating      2nd
New keyword, instantiating objects with      
New subroutine      
New subroutine, custom attributes, defining      
New subroutine, Windows Forms applications and      
Not logical operator      2nd
Nothing keyword      
Nothing, evaluating to      2nd
NotInheritable keyword      
NotOverridable keyword      
NotOverridable keyword, Property statement and      
NotOverridable keyword, Sub statement and      
Now property      2nd
NPer function      2nd
NPV function      2nd
number formats      
number formats, predefined      
number formats, specifying      
number formats, user-defined      
Number property (Err object)      2nd 3rd
numbers, evaluating to      2nd
numeric data type      
Object data type      2nd
Object data type, converting values to      
object variables      
object variables, binding and      
object variables, comparing      
object variables, Private statement and      
object variables, Static statement and      
Object-Oriented Programming      
object-oriented programming, changes in VB.NET      
object-oriented programming, functions and operators for      
object-oriented programming, introduction to      
object-oriented programming, Visual Basic and      
Objects      
objects, accessing      
objects, creating      2nd
objects, declaring using WithEvents      
objects, instantiating      
objects, passing      
Obsolete attribute      2nd
Oct function      2nd
OLE Automation objects      
OLE Automation objects, accessing      
OLE Automation objects, creating      
On Error... statements      2nd 3rd
On...GoSub/On...GoTo statements (not supported in VB.NET)      2nd
one-dimensional arrays      
OpenAccess enumeration      
OpenFile method (OpenFileDialog class)      
OpenFileDialog class      2nd
OpenMode enumeration      
OpenModeTypes enumeration      
OpenShare enumeration      
Operators      
operators, arithmetic      
operators, assignment      
operators, bitwise      
operators, comparison      
operators, concatenation      
operators, logical      
operators, precedence of      
Option Compare statement      2nd
Option Compare statement, command-line switches and      
Option Explicit statement      2nd
Option Explicit statement, command-line switches and      
Option Strict statement      2nd
Option Strict statement, command-line switches and      
Optional keyword      
Or logical operator      2nd 3rd
order of precedence for operators      
OrElse logical operator      2nd 3rd
Out attribute      
output mode, quiet/verbose      
Overloading      
overloading, attribute constructors      
overloading, functions      2nd
Overloads keyword      
Overloads keyword, Property statement and      
Overloads keyword, Sub statement and      
Overridable keyword      2nd
Overridable keyword, Property statement and      
Overridable keyword, Sub statement and      
Overrides keyword      2nd 3rd
Overrides keyword, Property statement and      
Overrides keyword, Public statement and      
Overrides keyword, Sub statement and      
overriding      
overriding vs. shadowing      
overriding, members      
OverwritePrompt property (SaveFileDialog class)      
PadLeft method (String class)      
PadRight method (String class)      
page-level events (ASP.NET)      
ParamArray attribute      
ParamArray keyword      2nd
ParamArray keyword, VB 6 vs. VB.NET      
parameter declarations and attributes      
parameterless constructors, invoking      
parameters vs. arguments      
Partition function      2nd
Passing      
passing, arguments      
passing, objects      
Peek method      
Peek method, Queue class      2nd
Peek method, Stack class      2nd
percentages, formatting      
period (.) in regular expressions      
Pi field (Math class)      2nd 3rd
PID (process ID), returning      
Pmt function      2nd
pointer variables      
pointer-type variables      
Polymorphism      
polymorphism, overriding as form of      
Pop method (Stack class)      2nd
positional and named arguments for attributes      
Pow function (Math class)      2nd 3rd
PPmt function      2nd
precedence of operators      
Print/PrintLine procedures      2nd
PrintEventArgs class      
Private statement      2nd 3rd
Private statement, accessibility rules for      
Private statement, class modules and      
Private statement, declaring variables and constants      
procedure-driven programs      
procedure-level scope of variables      2nd
procedure-level scope of variables, Dim statement and      
Procedures      
procedures, custom procedures      
procedures, custom procedures, writing      
procedures, passing properties to      
procedures, property      
procedures, VB.NET changes to      
process ID (PID), returning      
ProductName property (Application class)      2nd
ProductVersion property (Application class)      2nd
programming elements      
1 2 3 4 5 6
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте