Авторизация
Поиск по указателям
Liberty J., MacDonald B. — Learning C# 2005
Обсудите книгу на научном форуме
Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Learning C# 2005
Авторы: Liberty J., MacDonald B.
Аннотация: If you're a novice programmer and you want to learn C#, there aren't many books that will guide you. Most C# books are written for experienced C++ and Java programmers.
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, Learning C# assumes no prior programming experience, and provides a thorough introduction to Microsoft's premier .NET language. The book helps you build a solid foundation in .NET, and shows you how to apply your skills through the use of dozens of tested examples. You'll learn about the syntax and structure of the C# language, including operators, classes and interfaces, structs, arrays, and strings.
Better yet, this updated edition of Learning C# has been completely revised to include the very latest content and teaching techniques. Here's what's new:
A detailed explanation of C# 2.0
An introduction to Visual Studio 2005, a tool set for building Windows and web applications
More than 200 questions and programming exercises to help you better judge your understanding of the material
A greater emphasis on event handling
Information on generics and generic collections
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
Издание: 2nd
Год издания: 2006
Количество страниц: 552
Добавлена в каталог: 01.11.2006
Операции: Положить на полку |
Скопировать ссылку для форума | Скопировать ID
Предметный указатель
extending interfaces
extensions, .sln files
External Tools command
Factoring
factoring, Button class
factoring, commonalities
fall through case statements
FCL (framework class library) 2nd
Fibonacci series
Fields
fields, member
fields, selecting
fields, static, applying
FIFO (first-in, first-out) collections
File menu
FileCopier utility
FileCopier utility, source code
Files
files, code-behind
files, directories, moving into
files, Find in Files utility
files, sorting
files, text, inserting
files.sln
FillDirectoryTree( ) method
Finally statement
Find All References command
Find and Replace options
Find in Files utility
Find Results window
Find Symbol dialog box
Find Symbol Results window
FindString( ) method
Flags
floating windows
floating-point division
fonts, editing
for loops
for loops, breaking out
for loops, controlling
for loops, header elements
foreach statements, arrays
forever loops
Format menu
formatting windows, resizing
Forms
forms, UI, creating
forms, Web Forms
forms, Web Forms, adding controls
forms, Web Forms, creating
forms, Web Forms, events
forms, Web Forms, server controls
forms, Windows
forms, Windows, creating
forms, Windows, creating real-world applications
Fraction class
Garbage collection
Generalization
Generics 2nd
generics, boxing, avoiding with
generics, collections
generics, collections, .NET Framework
generics, collections, interfaces
generics, lists
generics, lists, sorting
generics, queues
generics, stacks
get accessor
get( ) method
GetCheckedFiles( ) method
GetDirectories( ) method
GetEnumerator( ) method
GetFileList( ) method
GetFiles( ) method
GetLogicalDrives( ) method
GetSubDirectoryNodes( ) method
getTime( ) method
Getting Started box (Visual Studio 2005)
Go To Line dialog box
goto statements, creating loops with
graphical user interfaces (GUIs)
groups, adding radio
GUIs (graphical user interfaces)
handling
handling, events
handling, exceptions
handling, exceptions, catch statement
handling, exceptions, dedicated catch statements
handling, exceptions, searching
handling, exceptions, try statement
handling, TreeView objects
has-a relationship
headers, for lops
heaps
Hejlsberg, Anders
Hello World
Help menu
HelpLink property
Hide window
hiding base classes
hierarchies
hierarchies, methods, tracking
hierarchies, root classes
hit counts, setting
Hour property
HTML (Hypertext Markup Language)
HTML, source code, viewing
HTML, views
IComparer<T> interface, implementing
ICompressible interface
IDE (Integrated Development Environment)
Identifiers 2nd
identifiers, labels
IDisposable interface
IEnumerable<T> interface
IF statements
if statements, nested
if statements, single-statement blocks
If...Else statements
ILDASM
Implementing
implementing, equality operators
implementing, IEnumerable<T> interfaces
implementing, interfaces
implementing, interfaces, explicit
implementing, interfaces, multiple
implementing, interfaces, overriding
implementing, polymorphism
implementing, private
implementing, specialization
implements relationship
implicit conversion
implicit conversion, boxing
implicit parameters
Import and Export Settings
Import and Export Settings dialog box
incremental searches
indexers
indexers, applying
indexers, assigning
indexers, integer values
Indexes
indexes, overloading
indexes, substrings, searching
indexOf( ) method 2nd
inheritance 2nd 3rd
inheritance, polymorphism
initializers 2nd
initializing
initializing, arrays
initializing, arrays, elements
initializing, arrays, multidimensional
initializing, definite assignment
initializing, variables
Insert File As Text command
Instances
instances, members
instances, this keyword
Instantiation
instantiation, interfaces
instantiation, objects
Integers
integers, sizing
integers, sorting
integers, values, indexing
Intellisense
IntelliSense, OnLoad event, overriding
IntelliSense, Visual Studio 2nd 3rd
Interfaces
interfaces, abstract base classes, comparing
interfaces, casting
interfaces, collections
interfaces, combining
interfaces, extending
interfaces, FileCopier
interfaces, generic collection
interfaces, GUIs
interfaces, IComparer<T>
interfaces, ICompressible
interfaces, IDisposable
interfaces, IEumerable<T>
interfaces, implementing
interfaces, implementing, explicit
interfaces, implementing, multiple
interfaces, implementing, overriding
interfaces, MDI
interfaces, operators
interfaces, public
interfaces, Web Forms
intrinsic types
invoking static methods
Is operator
IStorable object
Item property
iteration, looping statements
iterators
iterators, omitting
jagged arrays
JIT (Just In Time) compilers
jumping-to case statements
Just In Time (JIT) compilers
Keys
keys, dictionaries
keywords
keywords, delegate
keywords, event
keywords, explicit
keywords, finally
keywords, new
keywords, operator
keywords, overide
keywords, params
keywords, partial
keywords, protected
keywords, static
keywords, this
keywords, value
keywords, void
labels
lastIndexOf( ) method 2nd
Length property 2nd 3rd
less than operator (<)
less than or equal to operator (<=)
libraries, FCL 2nd
LIFO (last-in, first-out) collections
List class
List class, creating
List class, sorting
List<T>
lists, generic
literal constants
Literals
literals, regular expressions
literals, strings
local scope
local variables
Locals Window
Logger( ) method
logical operators with conditionals
Look in: drop-down
looping statements
Loops
loops, do...while
loops, for
loops, for, breaking out
loops, for, controlling
loops, for, header elements
loops, forever
loops, goto statements, creating with
loops, while
Macro Explorer window
main( ) method
Main( ) method, keywords
manipulating strings
mathematical operators
MDI (Multiple Document Interface) applications
member fields
member variables, initializers
Members
members of interfaces, accessing
members, Regex class
members, StringBuilder class
Memory allocation
Menus
menus, Breakpoint
menus, Build 2nd
menus, Class View
menus, Data
menus, Debug
menus, Edit
menus, File
menus, Format
menus, Help
menus, New Web Site
menus, project
menus, Refractor
menus, Tools
menus, View
menus, Visual Studio 2nd 3rd
menus, Window
Message property
metacharacters, regular expressions
metaphors (for objects)
METHODS
methods, abstract
methods, AfterCheck( )
methods, Application.Exit( )
Methods, arguments
methods, Array.Sort( )
methods, arrays
methods, BinarySearch( )
methods, branching
methods, Call Stack window
methods, calling 2nd
methods, clear( )
methods, close( )
methods, compare( )
methods, compareTo( )
methods, Compress( )
methods, concat( )
Реклама