Авторизация
Поиск по указателям
Liberty J. — Learning C#
Обсудите книгу на научном форуме
Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Learning C#
Автор: Liberty J.
Аннотация: Most C# books are written for experienced C++ and Java programmers. If you're a novice programmer, or you have experience in VB6 or other procedural programming languages, and you want to learn C#, until now you've been out of luck. That's why Jesse Liberty, author of the best-selling books Programming C# and Programming ASP.NET, has written an entry-level guide to C#. Written in a warm and friendly manner, this book assumes no prior programming experience, and provides an easy introduction to Microsoft's premier .NET language. Learning C# is a complete introduction to C# and object-oriented programming. Learning C# will help you build a solid foundation in .NET, and show how to apply your skills by using dozens of tested examples. Learning C# introduces Visual Studio .NET, a tool set for building Windows and Web applications. You'll learn about the syntax and structure of the C# language, including operators, classes and interfaces, structs, arrays, and strings. Liberty then demonstrates how to develop various kinds of applications — including those that work with databases — and web services. By the time you've finished Learning C# you'll be ready to move on to a more advanced programming guide that will help you create large-scale web and Windows applications. Whether you have a little object-oriented programming experience or you are new to programming altogether, Learning C# will set you firmly on your way to mastering the essentials of the C# language.
Язык:
Рубрика: Технология /
Статус предметного указателя: Готов указатель с номерами страниц
ed2k: ed2k stats
Год издания: 2002
Количество страниц: 368
Добавлена в каталог: 14.06.2007
Операции: Положить на полку |
Скопировать ссылку для форума | Скопировать ID
Предметный указатель
sort() method
Sort() method, ArrayList class
Sort() method, System.Array class
source code 2nd [See also applications; debugger]3rd
source code, .cs extension for
source code, compiling
source code, maintenance of
spaces in code
Specialization 2nd 3rd [See also inheritance]
split() method
Split() method, Regex class
Split() method, System.String class 2nd
square brackets ([])
square brackets ([]), array index operator
square brackets ([]), in array declarations [square brackets ([])
square brackets ([]), in array declarations [square brackets ([]), array declarations
square brackets ([]), in indexer declarations[square brackets ([])
square brackets ([]), in indexer declarations[square brackets ([]), indexer declarations
square brackets ([]), in jagged array declaration
square brackets ([]), in syntax specification
square brackets ([]), string index operator
Stack class
stack, call [See call stack]
stack, memory
stackalloc operator
stacks
stacks, copying to arrays
StackTrace property, Exception class
Start icon, VS.NET
Start Page, VS.NET
StartsWith() method, System.String class
State
state, accessing through properties
state, held by member variables 2nd
statements 2nd
statements, blocks of
statements, that evaluate to a value 2nd
static delegates
static keyword 2nd 3rd
static members
static members, methods 2nd 3rd 4th
static members, variables 2nd
step commands, VS.NET debugger
streams
String class [See System.String class]
string literals
string literals, creating string object with
string literals, escape characters in
string literals, verbatim
string literals, whitespace in
StringBuilder class 2nd [See also System.String class]
strings 2nd [See also StringBuilder class; System.String class]3rd 4th
strings, as index for indexers
Strings, comparing
strings, concatenating
strings, converting other types to
strings, copying
strings, creating
strings, inserting substring into
strings, length of
strings, locating substring within 2nd
strings, returning substring in
strings, splitting into substrings
strings, switch statement using
strings, testing for equality
strings, testing for substring at end of
strongly typed language 2nd [See also types]
struct keyword 2nd
structs
structs, as value types
structs, classes compared to
structs, constructors for
structs, defining
structs, inheritance not supported by
structs, initialization not supported for
structs, member variables in
structs, properties in
structs, sealed implicitly
stubbing out a method
subscribing class 2nd
substitution parameters
Substring() method, System.String class 2nd
substrings
substrings, inserting into strings
substrings, locating within a string
substrings, returning from a string
substrings, splitting strings into
subtraction operator (-)
subtraction self-assignment operator (-=)
subtraction self-assignment operator (-=), removing from multicast delegates
support, for this book
switch statement 2nd
symbolic constants
Symbolic debugger 2nd [See also debugger]
System.ApplicationException class, custom exceptions derived from
System.Array class 2nd
System.Array class, Length property 2nd
System.Array class, methods and properties of
System.Exception class [See Exception class]
System.String class 2nd [See also StringBuilder class]
System.String class, as sealed class
System.String class, Compare() method
System.String class, Concat() method
System.String class, Copy() method
System.String class, declaration of
System.String class, EndsWith() method
System.String class, Equals() method
System.String class, IndexOf() method 2nd
System.String class, Insert() method
System.String class, interfaces implemented by
System.String class, LastIndexOf() method
System.String class, Length property
System.String class, methods and properties for
System.String class, Split() method
System.String class, Substring() method
System.Text.StringBuilder class [See StringBuilder class]
tab escape character (\t)
tabs in code
TANSTAAFL
task list in IDE
technical support, for this book
templates for projects
ternary operator (?)
Text editor
this keyword 2nd 3rd
threads
throw statement 2nd
titlebar in VS.NET
ToArray() method
ToArray() method, ArrayList class 2nd
ToArray() method, Queue class 2nd
ToArray() method, Stack class 2nd
ToCharArray() method, System.String class
ToLower() method, System.String class
toolbars in VS.NET
ToString() method, Object class 2nd
ToUpper() method, System.String class
Trim() method, System.String class
TrimEnd() method, System.String class
TrimStart() method, System.String class
True keyword
try statement 2nd 3rd
two-dimensional arrays [See multidimensional arrays]
typeof operator
Types
types, Boolean 2nd
types, boxing
types, character 2nd
types, checking compatibility of
types, compiler warnings and errors about
types, conversion (casting) 2nd
types, conversion (casting), explicit conversion of
types, conversion (casting), implicit conversion of
types, conversion (casting), operators for
types, conversion (casting), to string
types, default values if not initialized
types, intrinsic 2nd
types, non-numeric
types, numeric
types, polymorphic
types, reference 2nd 3rd
types, unboxing
types, value 2nd 3rd
uint type 2nd 3rd
ulong type 2nd 3rd
UML (Unified Modeling Language)
unboxing value types
unchecked operator
unconditional branching
unconditional branching, break statement 2nd
unconditional branching, continue statement
unconditional branching, goto statement
unconditional branching, method calls as
unconditional branching, throw statement
Unified Modeling Language (UML)
unmanaged resources
unsafe keyword
unsigned numeric types
ushort type 2nd 3rd
using declaration
using statement 2nd
value keyword
value types 2nd
value types, array elements as
value types, intrinsic types as
value types, structs as
value types, treating as reference types
Variables 2nd 3rd
variables, assigning a value to 2nd 3rd
variables, decrementing
variables, displaying in debugger 2nd
variables, identifier for
variables, incrementing
variables, initializing 2nd
variables, local
variables, naming 2nd
variables, reassigning values to
verbatim string literals
versioning
vertical bar (|), grouping in regular expressions
vertical bar, two (||), or operator
virtual keyword 2nd 3rd
virtual keyword, marking interface methods with 2nd
virtual keyword, not used with explicity implemented methods
Visual Basic .NET
Visual Studio .NET [See VS.NET]
void keyword 2nd
volatile keyword
VS.NET (Visual Studio .NET) 2nd
VS.NET, as MDI application
VS.NET, books about
VS.NET, Call Stack window
VS.NET, code completion feature of
VS.NET, compiling with
VS.NET, customizing to create Run() method
VS.NET, debugger 2nd
VS.NET, editing window
VS.NET, help window
VS.NET, IntelliSense technology used by 2nd 3rd
VS.NET, New Project dialog
VS.NET, online help files for
VS.NET, projects
VS.NET, Pushpin icon
VS.NET, running applications with
VS.NET, Solution Explorer window
VS.NET, solutions
VS.NET, Start icon
VS.NET, Start Page
VS.NET, task list
VS.NET, titlebar
VS.NET, toolbars
VS.NET, window behavior in 2nd
VS.NET, X icon
warnings, compiler
Watch window, VS.NET debugger
Web applications 2nd 3rd
web programming, books about
Web sites
web sites, .NET discussion lists
web sites, about this book
web sites, ASP Friends lists
web sites, dotnet mailing list
web sites, for this book
web sites, gotdotnet forum
web sites, MSDN library
web sites, O'Reilly & Associates
while statement 2nd 3rd
whitespace in programs
whole numbers, types for
Windows applications 2nd 3rd
Windows Forms 2nd
windows, behavior in VS.NET 2nd
Write() method, Console class
WriteLine() method, Console class 2nd 3rd
X icon, VS.NET
[] (square brackets)
[] (square brackets), array index operator
[] (square brackets), in array declarations
[] (square brackets), in indexer declarations
[] (square brackets), in jagged array declaration
[] (square brackets), in syntax specification
[] (square brackets), string index operator
\ (backslash), beginning escape characters
\: (colon)
\: (colon), creating a derived class
\: (colon), following labels
\: (colon), implementing interfaces
\: (colon), invoking constructor of base class
\n (new line escape character) 2nd
\t (tab escape character)
^ (caret), indicating new line in regular expressions
{} (braces)
{} (braces), enclosing block of statements 2nd 3rd
{} (braces), enclosing class body 2nd
{} (braces), enclosing initial array elements
{} (braces), enclosing namespaces
| (vertical bar), grouping in regular expressions
|| (or operator)
Реклама