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

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

blank
blank
blank
Красота
blank
Deitel H.M. — Visual C# How to Program
Deitel H.M. — Visual C# How to Program



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



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


Название: Visual C# How to Program

Автор: Deitel H.M.

Аннотация:

Learn how to build winning C# applications, start to finish, using the Deitels' proven methodology and signature Live-Code(tm) Approach! This new edition includes extensive use of Visual Studio 2005's new visual programming tools that tremendously reduce the amount of code programmers need to write in ADO.NET and ASP.NET applications. With these new tools, programmers can develop powerful ADO.NET and ASP.NET applications quickly and easily. You'll start with an introduction to C# and Visual C# 2005 Express. After examining methods and arrays, the Deitels present an in-depth introduction to object-oriented programming. They introduce powerful exception handling techniques for building mission critical software; followed by in-depth coverage of C#-based GUI development. Coverage also includes: multithreading; strings, characters; regular expressions; graphics; files and streams; and more. Next, you'll extend your C# applications to leverage XML and .NET, as you master ADO.NET database access and ASP.NET Web services delivery. An integrated, optional ATM case study teaches object-oriented design with UML(tm) 2.0 while a new GradeBook case study aids in the discussion of early classes and objects. From networking to security, the Deitels present hundreds of expert tips on good programming practices, avoiding errors, maximizing performance, testing, and debugging. For beginning programmers, and for developers experienced with traditional languages who want to master C# quickly.


Язык: en

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

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

ed2k: ed2k stats

Издание: second edition

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

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

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

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
article.xml displayed by Internet Explorer      
artifact (UML)      
AS SQL keyword      
ASC in SQL      2nd
ascending order      
ascending order, ASC in SQL      2nd
ascent      
ASCII (American Standard Code for Information Interchange)      
ASCII (American Standard Code for Information Interchange) character set      2nd 3rd
ASCII character, test for      
ASMX file      
ASMX file rendered in a Web browser      
ASMX page      2nd
ASP      
ASP (Active Server Pages) .NET      
asp, tag prefix      
ASP.NET 2.0      
ASP.NET comment      
ASP.NET expression      
ASP.NET login control      
ASP.NET server control      
ASP.NET validation control      
ASP.NET Web Service project in Visual Web Developer      
ASP.NET Web Service project type      
ASP.NET Web Site in Visual Web Developer      
ASPX file      
ASPX file that displays the Web server's time      
ASPX file that takes ticket information      
Assembler      
assembly      
Assembly language      
assign a value to a variable      
Assigning base class and derived class references to base class and derived class variables      
assignment operator, =      2nd
assignment operators      
assignment statement      
Associate      
associate, left to right      
associate, right to left      2nd
association (UML)      2nd 3rd 4th 5th
association (UML), name      
associativity of operators      2nd 3rd
associativity of operators, left to right      
associativity of operators, right to left      2nd
asterisk (*)      2nd
asterisk (*) occurrence indicator      
asynchronous call      
ATM (automated teller machine) case study      2nd
ATM case study Screen class      
ATM class (ATM case study)      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th
ATM system      2nd 3rd 4th 5th 6th 7th 8th
ATTLIST attribute-list declaration (DTD)      
Attribute      
attribute (UML)      2nd 3rd 4th 5th 6th 7th 8th 9th
attribute (UML), declaration      2nd
attribute (UML), name      
attribute element      
attribute in XML      
attribute node      
attribute of a class      
attribute of a class, in the UML      2nd
attribute of an element      
attribute value in XML      
attribute, compartment in a class diagram      
attribute-list declaration      
audio clip      
audio-video interleave (AVI) format      
authenticating a user      
authentication element in Web.config      
AuthorISBN table of Books database      2nd
authorization element in Web.config      
Authors table of Books database      2nd
auto-hide      
AutoEventWireup attribute of ASP.NET page      
autoincremented database column      
automated teller machine (ATM)      2nd 3rd
automated teller machine (ATM), user interface      
automatic garbage collection      2nd
AutoPopDelay property of class ToolTip      
AutoPostBack property of a DropDownList ASP.NET control      
AutoScroll property of class Form      
AutoScroll property of class Panel      
AutoSize property of TextBox      
Average      2nd 3rd
AVI (audio-video interleave) format      
AxAgent control      
AxMediaPlayer class      
B property of structure Color      
B2B (business-to-business) transactions      
Babbage, Charles      
BackColor property of a form      2nd
BackColor property of class Control      
BackColor property of class Label      
Background color      2nd
background thread      
Background thread state      
BackgroundImage property of class Control      
backslash, (\)      2nd
backward reference      
BalanceInquiry class (ATM case study)      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th 15th 16th 17th
Ballmer, Steve      
Bandwidth      
BankDatabase class (ATM case study)      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th
Bar chart      2nd 3rd
Bar chart printing application      
bar of asterisks      2nd
Base      
base attribute of element extension      
base case      
base class      2nd
Base class for GUIs in our fileprocessing applications      
base class, constructor      
base class, default constructor      
base class, direct      2nd
base class, indirect      2nd
base class, method overridden in a derived class      
base type (XML Schema)      
base, chaining      
base, for constructor initializers      
base, for invoking overridden methods      
base, keyword      2nd 3rd 4th
Baseball Database Application exercise      
Baseball Database Application Modification exercise      
Baseline      
BasePlusCommissionEmployee class represents an employee that receives a base salary in addition to a commission      
BasePlusCommissionEmployee class that extends CommissionEmployee      
BasePlusCommissionEmployee2 inherits from class CommissionEmployee      
BasePlusCommissionEmployee3 inherits from CommissionEmployee2 and has access to CommissionEmployee2's protected members      
BasePlusCommissionEmployee4 has access to CommissionEmployee3's private data via its public properties      
BasePlusCommissionEmployee5 class declaration      
BASIC (Beginner's All-Purpose Symbolic Instruction Code)      
batch      
Batch processing      
Beginner's All-Purpose Symbolic Instruction Code (BASIC)      
behavior      2nd
behavior of a system      
behavior of the system      2nd 3rd
behaviors (UML)      
BelowNormal constant from the ThreadPriority enumeration      
bidirectional navigability (UML)      
Big O notation      2nd 3rd 4th 5th
BINARY      
binary (base 2) number system      
binary arithmetic operators      
Binary digit      
binary integer      
Binary operator      2nd 3rd
binary search algorithm      2nd
Binary search tree      2nd
Binary tree      2nd 3rd
binary tree sort      
BinaryFormatter class      
BinaryFormatter class, Deserialize method      
BinaryFormatter class, Serialize method      
BinaryReader      
BinaryReader class      2nd 3rd
BinaryReader class, Close method      2nd
BinaryReader class, ReadString method      
BinaryReader, ReadString method      2nd
BinarySearch method of class Array      
BinarySearch method of class ArrayList      
BinaryWriter      
BinaryWriter class      2nd 3rd
BinaryWriter class, Close method      2nd
BinaryWriter class, Write method      
BinaryWriter, Write method      2nd
Bind method of class Socket      
binding a server to a port      
BindingNavigator class      2nd
BindingSource class      2nd
BindingSource class, EndEdit method      
BindingSource property of class BindingNavigator      
BindingSource property of class DataGridView      
Bit      
bit (size of unit)      
bit manipulation      
BitArray class      
Bitmap class      
Bitwise operators      
bitwise XOR operator      
BizTalk      
Black static property of structure Color      
Blackjack      
Blackjack game that uses Blackjack Web service      
Blackjack Web service      
Blackjack Web Service Modification exercise      
blank line      2nd
Block      2nd
block for input/output      
Block of statements      2nd
blocked state      
Blocked thread state      
Blue static property of structure Color      
BMP (Windows Bitmap)      
body      
Body element      2nd
body section      
body, of a class declaration      
body, of a loop      
body, of a method      
body, of an if statement      
Bohm, C.      2nd
Bold member of enumeration FontStyle      
Bold property of class Font      
Booch, Grady      
Books database      
Books database, table relationships      
bool attribute      
bool simple type      2nd
Boolean expression      
boolean logical AND, &      2nd
boolean logical exclusive OR, ^      2nd
boolean logical exclusive OR, ^, truth table      
boolean logical inclusive OR, |      
Boolean struct      
border attribute      
BorderStyle property of class Panel      
bottom tier      
Bouncing Ball exercise      
Bouncing Ball with Collision Detection exercise      
Bouncing Balls with Shadows exercise      
boundary of control      
BoundField ASP.NET element      
bounding rectangle      2nd
bounding rectangle for an oval      
Box class definition represents a box with length, width and height dimensions with indexers      
boxing      2nd
boxing conversion      
br (line break) element (<br />)      
braces ({ and })      2nd 3rd 4th
braces not required      
braces, { }      
break mode      
break statement      2nd 3rd
break statement, exiting a for statement      
Breakpoint      
breakpoint circle, solid      
breakpoint, circle, solid      
breakpoint, disabling      
breakpoint, inserting      2nd
bricks-and-mortar store      
brittle software      
Browse... button      
browser request      
Brush class      2nd 3rd 4th
Brute force      2nd
brute force, Knight's Tour      
Bubble sort      
bubble sort, improving performance      
Bucket sort      
Buffer      2nd
buffer empty      
BufferedStream class      
Buffering      
Bug      
bug.png      
Build menu      
Build Page command in Visual Web Developer      
Build Site command in Visual Web Developer      
building block appearance      
building blocks      2nd
Building Your Own Computer      
built-in array capabilities      
built-in data types      
Business letter marked up as XML      2nd
Business Logic      
business object      
Business rule      
business-to-business (B2B) transactions      
Button      
Button ASP.NET Web control      
Button class      2nd
Button class, Click event      
Button class, FlatStyle property      
Button class, Text property      
Button properties and events      
Button property of class MouseEventArgs      
ButtonBase class      
BYTE      
byte simple type      
Byte struct      
C format specifier      
C programming language      2nd 3rd
C# 2.0      2nd
C# keywords      
C# Language Specification      
C# Language Specification, www.ecmainternational.org/publications/standards/Ecma-334.htm      
C# programming language      
C++
C++ programming language      
cache of data stored temporarily in local memory      2nd
Calculating values to be placed into the elements of an array      
calculations      2nd 3rd
Calculator GUI exercise      
CalendarForeColor property of class DateTimePicker      
CalendarMonthBackground property of class DateTimePicker      
Call Stack      
calling method (caller)      2nd
camel casing      
CancelButton property of class Form      
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте