Авторизация
Поиск по указателям
Drayton P., Albahari B., Neward T. — C# in a Nutshell
Обсудите книгу на научном форуме
Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: C# in a Nutshell
Авторы: Drayton P., Albahari B., Neward T.
Аннотация: C# in a Nutshell was inevitable, much like the dawn or your liability for income tax. As the C# language has gathered speed — it's one of the languages that Microsoft encourages you to use for .NET development — its users have anticipated the release of an authoritative reference for the language and its key APIs. That's what this book is: a reference, meant to give you a few chapters on basic structure and syntax before launching into categorized and alphabetized listings of classes and their members. It's sufficiently well written and organized that, given experience with other distributed application environments and some knowledge of .NET, you could learn the language from this book alone. However, this is not a tutorial for people new to Microsoft programming, or new to network computing.
The syntax guide is clear and concise, with brief statements of what operators, data structures, and syntax elements are for. There also are examples (both generic and with illustrative data) in this section. The API reference is organized by namespace (System, System.Collections, System.Reflection, System.Xml, and so on), with each section containing an alphabetical list of members. Each listing includes syntax guides to the element's constructors, methods, and properties, as well as a hierarchy statement and lists of other classes from which instances of the current member is returned and to which it is passed. Don't look for examples in the API reference, but the author's prose statements of what classes are for should help you along the way to a working application.
Topics covered: The key System namespaces of the C# programming language and their most important members, covered in API reference format. Sections deal with (among others) System, System.Collections, System.Net, System.Net.Sockets, System.Runtime.Interopservices, and System.Xml. There's also a syntax guide and references to regular expressions and data marshaling in the C# language.
Язык:
Рубрика: Технология /
Статус предметного указателя: Готов указатель с номерами страниц
ed2k: ed2k stats
Год издания: 2002
Количество страниц: 848
Добавлена в каталог: 05.03.2007
Операции: Положить на полку |
Скопировать ссылку для форума | Скопировать ID
Предметный указатель
checked keyword
checked operators, arithmetic overflow
child namespaces
CIL (Common Intermediate Language)
class
class hierarchies
Class keyword
Classes [See also sealed classes]2nd
classes comparison
classes, COM+ and
classes, definition
classes, SoapMessage
classesXmlTextReader
ClassInterfaceAttribute
ClassInterfaceAttribute sealed class, System.Runtime.InteropServices
ClassInterfaceType
ClassInterfaceType enumeration, System.Runtime.InteropServices
CLI (common language infrastructure)
close( ) method
Close( ) method, memory management
Close( ), memory management and
CLR (Common Language Runtime) 2nd
CLR marshaler
CLR marshaler and
CLS (Common Language Specification)
CLS and
CLS Consumers
CLS Extenders
CLSCompliantAttribute
CLSCompliantAttribute sealed class, System namespace
CoClassAttribute
CoClassAttribute sealed class, System.Runtime.InteropServices
Code
CollectionBase
CollectionBase abstract class, System.Collections
collections
collections and
collections, predefined
CollectionsUtil
CollectionsUtil class, System.Collections.Specialized
Com
COM and C# objects
COM Callable Wrapper [See CCW]
COM exposure
COM in C#
COM interop
COM mapping
COM object exposure
COM type mapping
COM+ registry
COM+ services
COM+ services and
COM+ support
COM+, CLR classes and
ComAliasNameAttribute
ComAliasNameAttribute sealed class, System.Runtime.InteropServices
ComCompatibleVersionAttribute
ComCompatibleVersionAttribute sealed class, System.Runtime.InteropServices
ComConversionLossAttribute
ComConversionLossAttribute sealed class, System.Runtime.InteropServices
COMException
COMException class, System.Runtime.InteropServices
ComImportAttribute
ComImportAttribute sealed class, System.Runtime.InteropServices
ComInterfaceType
ComInterfaceType enumeration, System.Runtime.InteropServices
Commands
ComMemberType
ComMemberType enumeration, System.Runtime.InteropServices
Comments
comments in XML documentation
comments, C/C++ style
Common Intermediate Language [See CIL]
Common Language Infrastructure [See CLI]
Common Language Runtime [See CLR]
Common Type System [See CTS]
common types
CompareInfo
CompareInfo classes, System.Globalization
CompareOptions
CompareOptions enumeration, System.Globalization
Comparer
Comparer sealed class, System.Collections
comparing
comparisons, strings
Compilers
compilers and
compiling, Csc.exe and
component-based development, enabling
component-based software and
components
ComRegisterFunctionAttribute
ComRegisterFunctionAttribute sealed class, System.Runtime.InteropServices
ComSourceInterfacesAttribute
ComSourceInterfacesAttribute sealed class, System.Runtime.InteropServices
ComUnregisterFunctionAttribute
ComUnregisterFunctionAttribute sealed class, System.Runtime.InteropServices
ComVisibleAttribute
ComVisibleAttribute sealed class, System.Runtime.InteropServices
conditional compilation
conditional compiling
conditional compiling and
ConditionalAttribute
ConditionalAttribute sealed class, System.Diagnostics
Configuration
configuration, FCL and
Console
Console class
Console sealed class, System namespace
const
const keyword
Constants
ConstructorBuilder
ConstructorBuilder sealed class, System.Reflection.Emit
ConstructorInfo
ConstructorInfo abstract class, System.Reflection API
Constructors
constructors, initialization
content enumeration
ContextBoundObject
ContextBoundObject abstract class, System namespace
ContextMarshalException
ContextMarshalException class, System namespace
ContextStaticAttribute
ContextStaticAttribute class, System namespace
CONTINUE
Continue keyword
continue statement
Conversions
CONVERT
Convert sealed class, System namespace
Convert type
Cookie
Cookie class, System.Net
CookieCollection
CookieCollection class, System.Net
CookieContainer
CookieContainer class, System.Net
CookieException
CookieException class, System.Net
COOL language
CORBA, component-based software and
Cordbg.exe
Cordbg.exe utility
CounterCreationData
CounterCreationData class, System.Diagnostics
CounterCreationDataCollection
CounterCreationDataCollection class, System.Diagnostics
CounterSample struct, System.Diagnostics
CounterSampleCalculator
CounterSampleCalculator sealed class, System.Diagnostics
Creating
creating at runtime
creation
CredentialCache
CredentialCache class, System.Net
cross-references
cross-references in quick reference
cross-references, XML types
CrossAppDomainDelegate
CrossAppDomainDelegate delegate, System namespace
Csc.exe
CSP (Cryptographic Service Provider), Sn.exe and
CTS (Common Type System)
CTS and
CultureInfo
CultureInfo class, System.Globalization
CultureTypes
CultureTypes enumeration, System.Globalization
CurrencyWrapper
CurrencyWrapper sealed class, System.Runtime.InteropServices
custom
custom attributes
custom types
CustomAttributeBuilder
CustomAttributeBuilder class, System.Reflection.Emit
CustomAttributeFormatException
CustomAttributeFormatException class, System.Reflection API
DATA
data access and
data access, FCL and
data and
Data marshaling
data members
databases, FCL and
date and time format specifiers
date and time formats
datetime
DateTime format specifiers
DateTime struct, System namespace
DateTimeFormatInfo
DateTimeFormatInfo sealed class, System.Globalization
DateTimeStyles
DateTimeStyles enumeration, System.Globalization
DaylightTime
DaylightTime class, System.Globalization
DAYOFWEEK
DayOfWeek enumeration, System namespace
DbgCLR.exe
DbgCRL.exe
DBNull
DBNull sealed class, System namespace
Deadlock
deadlocks
deadlocks, threading and 2nd
DEBUG
Debug class
Debug sealed class, System.Diagnostics
DebuggableAttribute
DebuggableAttribute sealed class, System.Diagnostics
Debugger
Debugger sealed class, System.Diagnostics
DebuggerHiddenAttribute
DebuggerHiddenAttribute sealed class, System.Diagnostics
DebuggerStepThroughAttribute
DebuggerStepThroughAttribute sealed class, System.Diagnostics
Debugging
debugging and
decimal
decimal keyword
Decimal structs, System namespace
decimal types
declaration statements
Declarations
declarations, local
declaring
Decoder
Decoder abstract class, System.Text
default
Default keyword
DefaultMemberAttribute
DefaultMemberAttribute sealed class, System.Reflection API
DefaultTraceListener
DefaultTraceListener class, System.Diagnostics
Defining
delegate
Delegate abstract class, System namespace
delegate keyword
Delegates
delegates and
delegates comparison
delegates, ElapsedEventHandler
delegates, EntryWrittenEventHandler
delegates, HttpContinueDelegate
delegates, MatchEvaluator
delegates, ObjectCreationDelegate
delegates, XmlNodeChangedEventHandlers
deployment and
deployment, assemblies and
description
description of entries
deserialization
Destructors
Diagnostics 2nd
diagnostics and
DictionaryBase
DictionaryBase abstract class, System.Collections
DictionaryEntry struct, System.Collections
directives
directories
Directory
directory changes
Directory class, FileStream and
Directory sealed class, System.IO
DirectoryInfo
DirectoryInfo class
DirectoryInfo sealed class, System.IO
DirectoryNotFoundException
DirectoryNotFoundException class, System.IO
disassembly and
DispatchWrapper
DispatchWrapper sealed class, System.Runtime.InteropServices
DispIdAttribute
DispIdAttribute sealed class, System.Runtime.InteropServices
dispose( )
Dispose( ) method
DivideByZeroException
DivideByZeroException class, System namespace
DllImport
DllImport attribute
DllImportAttribute
DllImportAttribute sealed class, System.Runtime.InteropServices
DllNotFoundException
DllNotFoundException class, System namespace
DLLs and
DLLs, calling into
DNS
DNS (Domain Name System)
Dns class, System.Net
DnsPermission
DnsPermission sealed class, System.Net
DnsPermissionAttribute
DnsPermissionAttribute sealed class, System.Net
DO
do keyword
do-while loops
Documentation
documentation files
Documentation, XML
Documents
Реклама