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

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

blank
blank
blank
Красота
blank
MacDonald M. — Visual Basic 2005: A Developer's Notebook
MacDonald M. — Visual Basic 2005: A Developer's Notebook



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



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


Название: Visual Basic 2005: A Developer's Notebook

Автор: MacDonald M.

Аннотация:

When Microsoft introduced the Visual Basic .NET programming language, as part of its move to the .NET Framework two years ago, many developers willingly made the switch. Millions of others, however, continued to stick with Visual Basic 6. They weren't ready for such a radical change, which included an object-oriented environment similar to Java. They liked the old Visual Basic just fine. In an effort to win over those diehard VB6 developers, the company has included a new version of VB.NET in its upcoming next generation release of the Visual Studio .NET development platform. Visual Basic 2005 comes with innovative language constructs, new compiler features, dramatically enhanced productivity and an improved debugging experience. The language's new version is now available in beta release, and Microsoft is encouraging developers to give it a test drive. Visual Basic 2005: A Developer's Notebook provides the ideal test track. With nearly 50 hands-on projects, this practical introduction to VB 2005 will bring you up to speed on all the new features of this language by allowing you to work with them directly. The book summarizes the changes that VB 2005 brings, and tells you how to acquire, install and configure the beta version of VB 2005 SDK. Each project or experiment explores a different feature, with emphasis on changes that can increase productivity, simplify programming tasks, and help you add new functionality to your applications. This one-of-a-kind book also offers suggestions for further experimentation, links to on-line documentation and other sources of information, and practical notes and warnings from the author. The new Developer's Notebooks series from O'Reilly offers an in-depth first look at important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing you'll get the goods straight from the masters, in an informal and code-intensive style. For those who want to get up speed with VB 2005 right away, this is the perfect all lab, no lecture guide.


Язык: en

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

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

ed2k: ed2k stats

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

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

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

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
"Enable editing" link, error window
# (hash mark), optional character or space, in mask      
#ziplib library      
$ (dollar sign), currency symbol, in mask      
& (ampersand), required character, in mask
''' (apostrophes, three), XML comments starting with      
* (asterisk), select any node, XPath      
, (comma), thousands placeholder, in mask      
. (period)      
. (period), .. (move up one node level, XPath)      
. (period), decimal placeholder, in mask      
.master files      
.NET controls, adding to ToolStrip      
.vb files, renaming      
/ (slash)      
/ (slash), /\\> (ending tag with)
: (colon), time separator, in mask
< (left angle bracket), convert characters to lowercase      
<code\\> tag      
<c\\> tag
<example\\> tag      
<exception\\> tag
<list\\> tag
<param\\> tag
<para\\> tag
<remarks\\> tag
<returns\\> tag
<see\\> tag
<siteMapNode\\> tag
<siteMap\\> tag
<summary\\> tag
? (question mark), optional letter, in mask      
Access Levels
AddUserToRole( ) method, Roles class      
Alignment property, DataGridViewCellStyle class
AllowUserToAddRows property, DataGridView control
AllowUserToDeleteRows property, DataGridView control
ampersand (&), required character, in mask      
AndAlso operator      
animations, GDI+, increasing redraw speed for      
anonymous identification      
apostrophes, three ('''), XML comments starting with
App.config file
app.config file, adding trace listeners to      
app.config file, for database-agnostic code      
APPDATA environment variable
AppendChild( ) method, XPathEditor class
Application      [See also console application; web application; Windows application]
Application class      
application, automatic updates for      2nd
application, command-line parameters for      
application, configuration information about
application, data for, retrieving path for
application, deploying
application, information about      2nd
application, online-only mode for      2nd
application, setup program for
application-scoped settings
ApplicationExit event, Application class
ArrayList class      
ASP.NET
ASP.NET, administering web applications
ASP.NET, anonymous identification
ASP.NET, binding to data with custom class      
ASP.NET, binding to data with data source controls      
ASP.NET, compilation and deployment options      
ASP.NET, control theming
ASP.NET, creating web applications
ASP.NET, DetailsView control
ASP.NET, edit-and-continue debugging not supported with      2nd
ASP.NET, GridView control
ASP.NET, master pages
ASP.NET, membership features      
ASP.NET, profile settings      
ASP.NET, role-management service
ASP.NET, security controls      
ASP.NET, site maps
ASP.NET, timestamps
ASP.NET, TreeView control      2nd
AspNetDB.mdb file
assembly metadata, setting
assembly references, displaying in Solution Explorer      
AssemblyInfo.vb file
asterisk (*), select any node, XPath
Asterisk sound, playing      
asynchronous tasks
audio      
audio, system sounds, playing
audio, WAV audio, playing      
Authentication      
authentication, forms      
Authentication, user      
Authorization, role-based      
AutoComplete text boxes      
AutoCompleteMode property, AutoComplete control      
AutoCompleteSource property, AutoComplete control      
AutoCorrect, IntelliSense
AutoResizeColumns( ) method, DataGridView control      
AutoResizeRows( ) method, DataGridView control      
BackColor property, DataGridViewCellStyle class
background color of console      2nd
background thread, modifying forms or controls in
BackgroundColor property, Console class      
BackgroundWorker component      
backslash (\\\\), escapes masked character      
batch execution of database commands
BatchSize property, SqlBulkCopy class      
BCP command-line utitlity      
Beep sound, playing
Beep( ) method, Console class
BeepOnError property, MaskedTextBox control      
Binding
binding, to a custom class
binding, with data source controls
blue underlines, indicating error found by AutoCorrect      
boilerplate code      [See code snippets]
Books
books, Essential ClickOnce
books, Internet Core Protocols (Hall)      
books, Programming Visual Basic .NET (Liberty)      
books, The Book of VB .NET (Macdonald)      
books, XML in a Nutshell (Harold; Means)      
braces ({}) enclosing constraints      
browser, adding to application
buffer for console
buffer for console, moving
buffer for console, setting size of      
BulkCopyTimeout property, SqlBulkCopy class      
buttons, adding to ToolStrip      
BytesReceived statistic      
C#
C#, My objects not supported by      2nd
C#, refactoring
CacheDuration property
CacheExpirationPolicy property
caching data retrieved from database      
canonicalization errors      
Casting
CellFormatting event, DataGridView control      
ChangePassword control      
CheckValidity( ) method, XPathNavigator class
Classes      [See also objects]
classes, Generic
classes, renaming      
classes, splitting into multiple files
Clear( ) method, Console class
ClickOnce deployment technology      
code snippets      
code snippets, inserting in code      
code, timing      
code-behind model
code-beside model
colon (:), time separator, in mask
ColumnMappings property, SqlBulkCopy class
ComboBox control, AutoComplete support for
comma (,), thousands placeholder, in mask      
command-line parameters, supplying for application      
comments, XML
compilation, ASP.NET
compression of data streams      
Computer
computer, information about      2nd
computer, listing drives on      
computer, pinging
conditional statements, short-circuit logic for      
Configuration      [See also app.config file; web.config file]
configuration, modifying settings
configuration, of web application, setting programmatically      
configuration, of web application, setting with WAT      
configuration, retrieving settings for
configuration, serializable data types for      
configuration, strongly typed settings      
connected mode
ConnectionTime statistic
console application
Console class      
ConsoleKeyInfo object
constraints, with generics
contact information      
content pages      
ContentPlaceHolder control
ContextMenu control      
ContextMenuStrip control      2nd
continue statement      
Control class, double-buffering
control theming      
Controls      
controls, adding to DataGridView control      
controls, adding to ToolStrip      
controls, data source controls      
controls, editing properties in place      
controls, editing tab order for      
controls, masked editing controls      
controls, modifying from background thread      
conventions used in this book      
CopyDirectory( ) method, FileSystem object      
CopyFile( ) method, FileSystem object
Create( ) method, WebRequest class      
CreateCommand( ) method
CreateCommandBuilder( ) method      
CreateConnection( ) method
CreateDataAdapter( ) method
CreateNavigator( ) method, XPathDocument class      2nd
CreateParameter( ) method
CreateRole( ) method, Roles class      
CreateUser( ) method, Membership class
CreateUserWizard      
CreateUserWizard control      2nd
cursor in console window
cursor in console window, determining position of
cursor in console window, moving
cursor in console window, setting position of
cursor in console window, setting visibility of
CursorLeft property, Console class
CursorTop property, Console class
CursorVisible property, Console class
custom classes, binding to
custom objects, operators for
Data protection API (DPAPI)      
Data provider      
data source controls
data source controls, SiteMapDataSource control
data source controls, using custom class with      
data streams, compressing and decompressing
Data types      
data types, nullable      
data types, serializable      
data types, strongly typed configuration settings      
data types, strongly typed resources      
data types, type casting      
data types, typesafe generic classes
Database      
database connections      
database connections, automatically disposing of      
database connections, statistics about      
database provider factory      
database, batch execution of commands      
database, binding to, with custom class      
database, binding to, with data source controls      
database, bulk copying of rows between tables      
database, caching retrieved data      
database, centralizing access logic for      
database, displaying interactive tables from      
database, displaying records individually from      
database, for profile provider      
database, membership data in      
database, updating with ObjectDataSource control      
database-agnostic code      
DataGridView control
DataGridView control, adding controls to
DataGridView control, adding images to
DataGridView control, formatting
DataGridViewButtonColumn class
DataGridViewCell objects      
DataGridViewCellStyle class      
DataGridViewColumn objects
DataGridViewRow objects
DataProtectionScope enumeration      
DataTips feature, debugger      
DateTime class      
DbProviderFactories class      
Debugging      [See also errors; logging]
debugging, DataTips feature      
debugging, edit-and-continue feature      
debugging, Exception Assistant for      
debugging, looking inside an object during      
decompression of data streams      
default instances      2nd
default.aspx file      
default.aspx.vb file
DefaultTraceListener class      
DeflateStream class
delegates, generics and      
Delete link, GridView control      
DeleteCookie( ) method, Roles class
DeleteCurrent( ) method, XPathNavigator class
DeleteDirectory( ) method, FileSystem object      
DeleteFile( ) method, FileSystem object      
DeleteRole( ) method, Roles class      
DeleteUser( ) method, Membership class      
denial-of-service attack, pinging and
deploying applications      2nd
desktop, retrieving path for      
DestinationTableName property, SqlBulkCopy class
DetailsView control      
DetailsView control, synchronizing with GridView control      
diagnostic information, recording      
directories
Directories, copying      
Directories, deleting      
directories, determining existence of
directories, getting information about
directories, moving
directories, renaming      
directories, searching for      
directories, sending to recycle bin      
DirectoryExists( ) method, FileSystem object      
DirectoryInfo object      
DirectX 9.0 libraries      
disconnected mode      
1 2 3 4
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2025
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте