Главная    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
Предметный указатель
proprietary class      
Protected access modifier      2nd 3rd
protected internal access modifier      
Protocol      
Proxy      
proxy class for a Web service      2nd 3rd
Pseudocode      2nd 3rd 4th 5th 6th
pseudocode algorithm      
pseudocode, first refinement      2nd
pseudocode, second refinement      2nd
pseudorandom number      2nd
PUBLIC      
Public access modifier      
public visibility (UML)      
public, access modifier      2nd 3rd
public, class      
public, interface      
public, keyword      2nd 3rd 4th
public, member of a derived class      
public, method      2nd
public, method encapsulated in an object      
public, service      
public, static class members      
public, static method      
publishing a Web service      
Pulse method of class Monitor      2nd 3rd 4th 5th 6th
PulseAll method of class Monitor      2nd
push data onto a stack      
Push method of class Stack      
push stack operation      
Pythagorean triples      
quadratic run time      
qualified name      
quantifier (regular expressions)      
Quantifiers used in regular expressions      
Quantum      
quantum expiration      
Query      2nd
Query Builder      2nd 3rd
Query Builder dialog      
question mark (?) occurrence indicator      
QUEUE      2nd 3rd
Queue class      
queue data structure      
Queue generic class      
QueueInheritance extends class List      
Quick Info box      
Quicksort algorithm      
R property of structure Color      
RADIANS      
Radio      
Radio Button      2nd
radio button group      
radio buttons, using with TabPage      
Radio GUI exercise      
RadioButton class      2nd
RadioButton class, Checked property      
RadioButton class, CheckedChanged event      
RadioButton class, Text property      
RadioButton control      
RadioButton properties and events      
RadioButtonList ASP.NET Web control      
radius of a circle      
Random class      2nd 3rd
Random class, Next method      2nd 3rd
random number generation      2nd 3rd
Random numbers      
random numbers, in a range      
random numbers, scaling factor      2nd
random numbers, seed value      2nd
random numbers, shifting value      
Rapid application development (RAD)      
Rational class      
Rational Numbers (exercise)      
Rational Software Corporation      2nd
Rational Unified Process™      
RDBMS (relational database management system)      
Read method of class Console      
Read method of XmlReader      
Read method of XmlReader class      
read-only property      
readability      2nd 3rd
Reading sequential-access files      
readline      2nd
ReadLine method of class Console      
ReadLine method of Console      
READONLY      
readonly instance variable in a class      
ReadOnly property of class NumericUpDown      
ReadOnly property of class TextBox      
readonly variable initialized with a constructor argument      
readonly, keyword      
ReadString method of BinaryReader      2nd
ReadString method of class BinaryReader      
ReadXml method of class DataSet      
Real number      
Real part of a complex number      
real proxy      
realization (UML)      
receive a connection      
receive data from a server      
Receive method of class UdpClient      2nd 3rd
reclaim memory      
reclaiming dynamically allocated memory      
recognizing clients      
Record      
Record for sequential-access file-processing applications      
record key      
recover from an error      
rectangle      
Rectangle Class (exercise)      
Rectangle structure      2nd 3rd
rectangular array      2nd 3rd
Rectangular array with three rows and four columns      2nd
rectangular hotspot      
Recursion      2nd
recursion exercises      
recursion exercises, binary search      
recursion exercises, linear search      
recursion step      
recursive binary search algorithm      
recursive call      
recursive descent      
Recursive evaluation      
Recursive evaluation, of 5!      
recursive factorial      
Recursive Factorial method      
recursive linear search algorithm      
recursive method      
recursive Power method      
recursive step      
Red static property of structure Color      
redundant parentheses      
ref keyword      2nd 3rd
refer to an object      
Reference      
reference manipulation      
reference type      2nd
reference type constraint class      
Reference, output and value parameters      
ReferenceEquals method of object      
refinement process      
Refresh method of class WebBrowser      
Refresh method of TreeView class      
Regex class      2nd 3rd 4th
Regex class, Replace and Split      
regional invalidation      
Regular expression      
Regular expression used to determine file types      
regular expression, * quantifier      
regular expression, + quantifier      
regular expression, ? quantifier      
Regular expression, character class      
regular expression, quantifier      
regular expression, validating user input      
regular expression, whitespace character      
regular expression, word character      
regular expression, {n,m} quantifier      
regular expression, {n,} quantifier      
regular expression, {n} quantifier      
Regular expressions      
Regular expressions checking birthdays      
regular expressions, \D character class      
regular expressions, \s character class      2nd
regular expressions, \W character class      
Regular member of enumeration FontStyle      
RegularExpressionValidator ASP.NET validation control      
reinventing the wheel      
Relational database      2nd
Relational database management system (RDBMS)      2nd
relational database table      
Relational operators      
relative addressing (XPath)      
relative positioning      
release a lock      2nd
release resource      
release unmanaged resources      
Remainder      
remainder operator, %      2nd 3rd
remote class      2nd 3rd
remote machine      
remote object      2nd
Remote Procedure Call (RPC)      
RemotingServices class      
RemotingServices class, Connect method      
Remove method of class ArrayList      2nd
Remove method of class LinkedList      
Remove method of class StringBuilder      
RemoveAt method of class ArrayList      
RemoveAt method of class ObjectCollection      
RemoveRange method of class ArrayList      
rendering XHTML in a Web browser      
Repetition      
repetition statement      2nd 3rd 4th 5th
repetition statement, do...while      2nd 3rd 4th 5th 6th
repetition statement, do/while      
repetition statement, for      2nd 3rd
repetition statement, foreach      
repetition statement, while      2nd 3rd 4th 5th 6th 7th
repetition terminates      
repetition, counter controlled      2nd 3rd
repetition, definite      
repetition, sentinel controlled      2nd 3rd 4th 5th
Replace method of class Regex      2nd
Replace method of class string      2nd
Replace method of class StringBuilder      
Report.cs      
ReportInfo.cs      
request a Web service's WSDL description      
Request class      
Request class, Cookies property      
Request object in ASP.NET      2nd
RequiredFieldValidator ASP.NET validation control      
Requirements      2nd
requirements document      2nd 3rd 4th
requirements gathering      
reservations system      
Reserved word      2nd
Reset of IEnumerator      
ReshowDelay property of class ToolTip      
Resolution      
resource leak      2nd
responses to a survey      
restriction on built-in XML Schema data type      2nd
result of an uncaught exception      
result tree (XSLT)      
Results of invoking a Web method from a Web browser      
resume a suspended thread      2nd
Resume method of class Thread      
resumption model of exception handling      
rethrow an exception      
return keyword      2nd 3rd
return message (UML)      
Return statement      2nd
return type (UML)      2nd
return type of a method      
reusability      2nd
Reusable component      
reusable software components      
Reuse      2nd
Reverse method of class Array      
RGB values      
right brace, }      2nd 3rd 4th
Right child      
right justify output      
Right subtree      2nd
RightToLeft property of class MenuStrip      
rise-and-shine algorithm      
Ritchie, Dennis      
Robby the Robot Microsoft Agent character      
Robust      
robust application      
role name (UML)      
Roll a six-sided die 6000 times      2nd
rolling two dice      
root element (XML)      2nd 3rd
root node      2nd 3rd
root node, create      
RotateTransform method of class Graphics      
round a floating-point number for display purposes      
Round member of enumeration DashCap      
round-robin      
rounded rectangle (for representing a state in a UML state diagram)      
rounding a number      2nd 3rd 4th 5th 6th
row of a database table      2nd 3rd 4th 5th 6th 7th
rows attribute (textarea)      
rows of a two-dimensional array      
rowspan attribute (tr)      
RPC (Remote Procedure Call)      
Rule of Entity Integrity      
Rule of Referential Integrity      
rule of thumb (heuristic)      2nd
rules for forming structured applications      
rules of operator precedence      
Rumbaugh, James      
Run command in Windows      
Run mode      
run-time logic error      
runat ASP.NET attribute      
running an application      
Running thread state      2nd
running total      
runtime system      
SalariedEmployee class that extends Employee      2nd
Sales Commissions      
Sample self-referential Node class definition      
Save Project dialog      
SaveFileDialog class      
savings account      
SavingsAccount Class (exercise)      
sbyte simple type      
SByte struct      
scaling factor (random numbers)      2nd
scanning images      
Scheduling      
Schema      
schema invalid document      
schema repository      
schema valid XML document      
schema XML Schema element      
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! О проекте