Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Drayton P., Albahari B., Neward T. — C# in a Nutshell
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.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Год издания: 2002

Количество страниц: 848

Добавлена в каталог: 05.03.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
ThreadAbortException
ThreadAbortException sealed class, System.Threading      
ThreadExceptionEventArgs      
ThreadExceptionEventArgs class, System.Threading      
ThreadExceptionEventHandler
ThreadExceptionEventHandler delegate, System.Threading      
threading
threading and      
ThreadInterruptedException      
ThreadInterruptedException class, System.Threading      
ThreadPool
ThreadPool sealed class, System.Threading      
ThreadPriority      
ThreadPriority enumerations, System.Threading      
ThreadPriorityLevel
ThreadPriorityLevel enumeration, System.Diagnostics      
threads      
threads and      
threads in      
ThreadStart      
ThreadStart delegate, System.Threading      
ThreadState      
ThreadState enumeration, System.Diagnostics      
ThreadState enumeration, System.Threading      
ThreadStateException      
ThreadStateException class, System.Threading      
ThreadStaticAttribute      
ThreadStaticAttribute class, System namespace      
ThreadWaitReason      
ThreadWaitReason enumeration, System.Diagnostics      
three-state logic operators      
throw
Throw keyword
throw statement
Timeout      
Timeout sealed class, System.Threading      
Timer      
Timer class, System.Timers      
Timer sealed class, System.Threading
TimerCallback
TimerCallback delegate, System.Threading
TimerElapsedEventArgs
TimerElapsedEventArgs class, Microsoft.Win32      
TimerElapsedEventHandler      
TimerElapsedEventHandler delegate, Microsoft.Win32      
TimersDescriptionAttribute      
TimersDescriptionAttribute class, System.Timers      
TimeSpan      
TimeSpan struct, System namespace      
TimeZone      
TimeZone abstract class, System namespace
TlbExp.exe
TlbImp.exe
Tlblmp.exe
to event logs      
Tools      
Trace
Trace class
Trace sealed classes, System.Diagnostics      
TraceLevel      
TraceLevel enumerations, System.Diagnostics      
TraceListener
TraceListener abstract class, System.Diagnostics      
TraceListenerCollection      
TraceListenerCollection class, System.Diagnostics
TraceSwitch
TraceSwitch class, System.Diagnostics      
tracing garbage collectors      
TransportType      
TransportType enumeration, System.Net
TRUE
True keyword
try
try blocks
try keyword      
try statements
try statements and      
TryEnter( )      
TryEnter( ) method      
TYPE      
Type abstract class, System namespace      
Type class and
Type class, reflection and      
type hierarchy and      2nd
type ID prefixes      
type names      
type references      
type references in assemblies      
Type, reflection and      
type-safe MSIL, PEVerify.exe and
TypeAttributes      
TypeAttributes enumeration, System.Reflection API      
TypeBuilder      
TypeBuilder sealed class, System.Reflection.Emit      
TypeCode      
TypeCode enumeration, System namespace      
TypeDelegator      
TypeDelegator class, System.Reflection API      
TypeFilter
TypeFilter delegate, System.Reflection API
TypeFilterLevel      
TypeFilterLevel enumeration, System.Runtime.Serialization.Formatters      
TypeInitializationException      
TypeInitializedException sealed class, System namespace      
typelib      
TypeLibVersionAttribute
TypeLibVersionAttribute sealed class, System.Runtime.InteropServices      
TypeLoadException      
TypeLoadException class, System namespace      
typeof      
TypeOf keyword      
Types
types and      
types and, fully qualified name      
types from      
types, core types      
types, cross-references      
types, reflection and      2nd
TypeToken      
TypeToken struct, System.Reflection.Emit
TypeUnloadedException
TypeUnloadedException class, System namespace
UDP
UDP (User Datagram Protocol)      2nd
UdpClient      
UdpClient class, System.Net.Sockets namespace      2nd
Uint
uint keyword
UInt16
UInt16 struct, System namespace
UInt32      
UInt32 struct, System namespace      
UInt64      
UInt64 struct, System namespace      
UIntPtr
UIntPtr struct, System namespace      
Ulong      
ULong keyword
umanaged code
UnauthorizedAccessException
UnauthorizedAccessException class, System namespace
unchecked
unchecked keyword      
underscore-separation naming convention style      
undocumented types      
undocumented types, FCL and      
undocumented, FCL and      
UnhandledExceptionEventArgs      
UnhandledExceptionEventArgs class, System namespace      
UnhandledExceptionEventHandler      
UnhandledExceptionEventHandler class, System namespace      
Unicode char types
UnicodeCategory
UnicodeCategory classes, System.Globalization
UnicodeEncoding      
UnicodeEncoding class, System.Text      
unions      
unions, structs
UnknownWrapper      
UnknownWrapper sealed class, System.Runtime.InteropServices      
Unmanaged code      
unmanaged code and      
UnmanagedMarshal
UnmanagedMarshal sealed class, System.Reflection.Emit
UnmanagedType
UnmanagedType enumeration, System.Runtime.InteropServices      
UNSAFE      
unsafe code, pointers
unsafe keyword      2nd
URI      
URI (Uniform Resource Indicator)
Uri class, System namespace
UriBuilder
UriBuilder class, System namespace      
UriException      
UriException class, System namespace
UriFormatException      
UriHostNameType      
UriHostNameType enumeration, System namespace      
UriPartial      
UriPartial enumeration, System namespace      
user-defined      
user-defined conversions
user-defined tags, XML      
UserPreferenceCategory      
UserPreferenceCategory enumeration, Microsoft.Win32      
UserPreferenceChangedEventArgs      
UserPreferenceChangedEventArgs class, Microsoft.Win32      
UserPreferenceChangedEventHandler
UserPreferenceChangedEventHandler delegate, Microsoft.Win32
UserPreferenceChangingEventArgs
UserPreferenceChangingEventArgs class, Microsoft.Win32      
UserPreferenceChangingEventHandler      
UserPreferenceChangingEventHandler delegate, Microsoft.Win32      
Uses      
Ushort      
UShort keyword      
using      
using directive      
using keyword      2nd
using keyword and
using statement
UTF7Encoding
UTF7Encoding class, System.Text      
ValidationType      
ValidationType enumeration, System.Xml
Value      
value equality
value equality and
value keyword      
value types      
value types and      
Values
ValueType
ValueType abstract class, System namespace
ValueType type
VarEnum
VarEnum enumeration, System.Runtime.InteropServices      
Variables      
variables, assignment      
variables, omitting      
variant types      
Version      
version number      
version number, assemblies      
Version sealed class, System namespace      
Versions      
virtual      
virtual function members      
virtual keyword      
Visual C# 2003      
Visual Studio
Visual Studio .NET      
void
void keyword      
Void struct, System namespace      
void*      
volatile      
volatile keyword      
Wait( )      
wait( ) method      
Wait( ) methods      
WaitCallback      
WaitCallback delegate, System.Threading
WaitForChangedResult struct, System.IO      
WaitHandle abstract class, System.Threading      
WaitOrTimerCallback      
WaitOrTimerCallback delegate, System.Threading      
WatcherChangeTypes      
WatcherChangeTypes enumeration, System.IO      
WeakReference      
WeakReference class, System namespace      
Web Services      
web-based applications and      
web-based applications, FCL and      
web-based, FCL and      
WebClient      
WebClient sealed class, System.Net      
WebException      
WebException class, System.Net      
WebExceptionStatus      
WebExceptionStatus enumeration, System.Net      
WebHeaderCollection      
WebHeaderCollection class, System.Net      
WebPermission      
WebPermission sealed class, System.Net      
WebPermissionAttribute      
WebPermissionAttribute sealed class, System.Net      
WebProxy      
WebProxy class, System.Net      
WebRequest      
WebRequest abstract class, System.Net      
WebRequest.Create( ) method      
WebRerquest.Create( )      
WebResponse      
WebResponse abstract class, System.Net      
while      
while keyword      
while loops      
whitespace removal      
whitespace, regular expressions and      
WhitespaceHandling      
WhitespaceHandling enumeration, System.Xml      
Wiltamuth, Scott      
WinCV.exe      
word choice      
word choice, naming conventions      
WriteState      
WriteState enumeration, System.Xml      
Writing      
Writing files      
writing to      
writing, I/O      
wsdl.exe      
XML (Extensible Markup Language)      
XML and      
XML documentation      
XML Schemas      
XML, cross-references      
XML, parsing      
1 2 3 4 5 6 7 8 9
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2026
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте