Авторизация
Поиск по указателям
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.
Язык:
Рубрика: Технология /
Статус предметного указателя: Готов указатель с номерами страниц
ed2k: ed2k stats
Издание: second edition
Год издания: 2005
Количество страниц: 1648
Добавлена в каталог: 14.11.2006
Операции: Положить на полку |
Скопировать ссылку для форума | Скопировать ID
Предметный указатель
!, logical negation 2nd
!, logical negation, truth table
!=, not equals 2nd
"administrative" section of the computer
"class-wide" information
"end of data entry"
"Guess the number" exercise
"hidden" fields
"manufacturing" section of the computer
"pick off" each digit
"receiving" section of the computer
"reset" input
"shipping" section of the computer
"sneakernet"
"stand-alone" units
"standardized, interchangeable parts"
"submit" input
"text" input
"warehouse" section of the computer 2nd
#FIXED keyword (DTD)
#IMPLIED keyword (DTD)
#PCDATA keyword (DTD)
#REQUIRED keyword (DTD)
% SQL wildcard character
%, remainder 2nd
&&, conditional AND 2nd
&&, conditional AND, truth table
&, boolean logical AND 2nd
&, menu access shortcut
& 2nd
© 2nd
¼ 2nd
< 2nd 3rd 4th
(double) cast
*, multiplication 2nd 3rd
*, quantifier (regular expressions)
++, prefix/postfix increment
+, addition 2nd
+, public visibility symbol
+, quantifier (regular expressions)
+, string concatenation
+=, addition assignment operator
-, private visibility symbol
-, subtraction 2nd
--, predecrement/postdecrement
--, prefix/postfix decrement
.asmx extension
.aspx filename extension
.cs file name extension 2nd
.disco file
.discomap file
.dll file
.dll file name extension
.dtd filename extension
.exe file name extension
.htm (XHTML file-name extension)
.html (XHTML file-name extension)
.map file
.master filename extension
.mdf file extension
.NET Framework 2nd 3rd 4th
.NET Framework 2.0
.NET Framework Class Library
.NET framework class library (FCL) 2nd 3rd 4th 5th 6th 7th
.NET Framework documentation
.NET initiative
.NET languages
.NET platform
.NET remoting 2nd 3rd 4th 5th 6th
.NET Web service client after Web reference has been added
.NET-compliant language
.vsdisco file
.xml file extension
.xsd filename extension
.xsl filename extension
/* */, delimited comment
/, division 2nd
/, forward slash in end tags
/, XPath root selector
//, single-line comment
24-hour clock format
<!--...-->, XML comment tags
<%$ %>, ASP.NET expression syntax
<%-- and --%> for delimiting ASP.NET comments
<%@ and %> for delimiting ASP.NET directives
<, less than
<=, less than or equal
<>, angle brackets for XML elements
<? and ?> XML processing instruction delimiters
<ctrl>-z
<hr /> tag (horizontal rule)
<li> (list item) tag
=, assignment operator
==, comparison operator
==, is equal to
>, greater than
>=, greater than or equal to
? quantifier (regular expressions)
?, regular expression metacharacter
?:, ternary conditional operator 2nd
@, verbatim string character
@, XPath attribute symbol
a element 2nd
A property of structure Color
abbreviating assignment expressions
abnormally terminate a program
Abort method of class Thread
Aborted thread state
AbortRequested thread state
AboveNormal constant from the ThreadPriority enumeration
Abs method of Math
absolute addressing (XPath)
Absolute positioning
Absolute value
abstract base class
abstract class 2nd 3rd 4th 5th
abstract data type (ADT)
abstract keyword 2nd
abstract method 2nd 3rd
abstract operation (UML)
AcceptButton property of class Form
AcceptSocket method of class TcpListener
AcceptsReturn property of class TextBox
access modifier 2nd 3rd
access modifier, internal
access modifier, private 2nd
access modifier, protected 2nd
access modifier, protected internal
access modifier, public 2nd 3rd
access rule in ASP.NET
access shared data
access shortcut
accessibility heuristic
accessing shared memory without synchronization
accessor
Account class
Account class (ATM case study) 2nd 3rd
Account class with a constructor to initialize instance variable balance
Account class, ATM case study 2nd 3rd 4th 5th 6th 7th 8th 9th 10th
Account class, inheritance hierarchy exercise
Accounts Payable System Modification exercise
accounts-receivable file
Accumulator register 2nd
acquire a lock
action 2nd 3rd
action attribute
action attribute of XHTML element form
action expression (UML) 2nd 3rd 4th
action of an object
action oriented
action state (UML) 2nd 3rd
action state symbol
action/decision model of programming 2nd
activation in a UML sequence diagram
Activation property of class ListView
Activation record
active control
active database connection
active tab 2nd
Active window 2nd
ActiveLinkColor property of class LinkLabel
ActiveMdiChild property of class Form 2nd
Activity
activity (UML) 2nd 3rd
activity diagram (UML) 2nd 3rd 4th 5th 6th 7th 8th 9th 10th
activity diagram (UML), do...while statement
activity diagram (UML), for statement
activity diagram (UML), if statement
activity diagram (UML), if...else statement
activity diagram (UML), sequence statement
activity diagram (UML), switch statement
activity diagram (UML), while statement
actor in use case (UML)
Ad XML element in an AdRotator advertisement file
Ada programming language 2nd
add custom control to a form
Add method
Add method of class ArrayList 2nd
Add method of class Hashtable 2nd 3rd
Add method of class HttpSessionState
Add method of class ObjectCollection
Add Tab menu item
Add User Control... option in Visual Studio .NET
Add Web Reference dialog
Add Web Reference... option in Visual Studio
Add Windows Form... option in Visual Studio
AddDay method of structure DateTime
adding a custom query to a TableAdapter
adding a proxy class for a Web service
adding a Web reference to a project in Visual Studio 2nd
adding a Web service reference to a project
Addition 2nd 3rd
Addition.cs
AddLast method of class LinkedList
AddLine method of class GraphicsPath
AddYears method of structure DateTime
ADO.NET 2nd
ADO.NET 2.0
ADO.NET object model
ADO.NET's disconnected object model
Adobe® Photoshop™ Elements
AdRotator ASP.NET Web control 2nd
ADT (abstract data type)
advertisement
Advertisements XML element in an AdRotator advertisement file
AfterSelected event of class TreeView
Aggregation
Airline Reservation System
Airline Reservation Web service
Airline Reservation Web Service Modification exercise
Alarm Clock GUI exercise
algebraic notation
Algorithm 2nd 3rd 4th 5th
all XML Schema element
Alphabetical icon
alphabetizing
alt attribute
Alt key
Alt key shortcut
Alt property of class KeyEventArgs 2nd
AlternateText element in an AdRotator advertisement file
ALU
Analysis
analysis stage of the software life cycle
Analytical Engine mechanical computing device
ancestor node
anchor a control
Anchor property of class Control
anchoring a control
Anchoring demonstration
AND SQL operator 2nd
angle bracket (<>) for XML elements
Animation
animation of a series of images
anonymous user
Another C# Application
Another C# Application, Adding Integers
API (Application Programming Interface)
Append method of class StringBuilder
AppendFormat method of class StringBuilder
AppendText method of class File
Apple Computer, Inc. 2nd
Application 2nd
Application class
application construction principles
Application counts the number of occurrences of each word in a string and stores them in a generic sorted dictionary
Application counts the number of occurrences of each word in a string and stores them in a hash table
Application Programming Interface (API)
Application to test class Craps
Application to test class MaximumFinder
Application to test class MethodOverload
Application to test class ReferenceAndOutputParameters
Application to test class Scope
application-development process
application-development tool 2nd
Application.Exit method
ApplicationException class
ApplicationException derived class thrown when a program performs illegal operations on negative numbers
Applicaton class Exit method
arbitrary number of arguments
Arc angle
arc method
Area element
Area of a circle
ARGB values
args parameter
argument promotion
argument to a method 2nd
ArgumentException class
ArgumentOutOfRangeException 2nd 3rd 4th
arithmetic and logic unit (ALU)
arithmetic calculation
Arithmetic mean
arithmetic operators
arithmetic overflow
ArrangeIcons value of enumeration MdiLayout
Array
Array class 2nd 3rd 4th 5th
Array class static methods for common array manipulations
array initializer
array initializer, for jagged array
array initializer, for rectangular array
array initializer, nested
Array, length property
array, pass an array element to a method
array, pass an array to a method
array-access expression
array-access expression, for jagged arrays
array-access expression, for rectangular arrays
array-creation expression
ArrayList class 2nd 3rd 4th
ArrayList class, Add method
ArrayList class, Clear method
ArrayList class, property Capacity
ArrayList class, property Count
ArrayList class, Sort method
ArrayList class, ToArray method
arrays as references
arrow
arrowhead in a UML sequence diagram
Реклама