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

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

blank
blank
blank
Красота
blank
Hilyard J., Teilhet S. — C# Cookbook
Hilyard J., Teilhet S. — C# Cookbook



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: C# Cookbook

Авторы: Hilyard J., Teilhet S.

Аннотация:

The C# Cookbook offers a definitive collection of solutions and examples for this new programming language. Recipes range from simple tasks to the more complex, and are organized with respect to the types of problems you'll need to solve as you progress in your experience as a C# programmer. Nearly every recipe contains a complete, documented code sample showing you how to solve the specific problem, as well as a discussion of how the underlying technology works and a discussion of alternatives, limitations, and other considerations where appropriate.


Язык: en

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

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

ed2k: ed2k stats

Издание: First

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

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

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

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
!= (inequality operator)      
"" (double quotes), on command line
"Safe Thread Synchronization" (Richter)
# (comment character)      
#define preprocessor directive      2nd
#elif preprocessor directive      2nd
#if preprocessor directive      2nd
#undef preprocessor directive      2nd
& (bitwise AND operator)      2nd 3rd 4th
' (single quotes), on command line      
( ) (cast operator)      
( ) (parentheses)      
* (wildcard character)      
*= (assignment operator)      
+= (assignment operator)      
- (hyphen)      
-= (assignment operator)      
.dmp file extension      
.NET web services, Windows NT 4.0 not supporting      
/ (slash), on command line      
// (comment characters)      
//... (omitted C# code in examples)      
/= (assignment operator)      
/checked compiler switch      
/main compiler switch      
/main switch      
; (semicolon), on command line      
< (less than operator)      
<!--...--> (omitted XML code in examples)      
<= (less than or equal operator)      
<> (angle brackets), balanced      
== (equality operator)      
> (greater than operator)      
>= (greater than or equal operator)      
?: (conditional operator)      
?: (ternary operator)      
?? (logical AND operator)      
about .NET Framework programming      
about adapter design pattern      
about C#      
about design patterns      
about HTTP      
about regular expressions      
about security      
about Visual Studio .NET      
absolute, forming from base and relative URI      
abstract base classes      
abstract base classes, implementing polymorphism with      
access to types in an assembly, controlling      
access to types in, controlling      
AccessException exception      
accessing files created by unmanaged code      
accessing Internet through      
accessing Internet through web proxy      
accessing through proxy      
Acos method      
Acos method, Math class      
acting as return parameter      
adapter design pattern      2nd 3rd
Add method      
adding to sealed class      
AddNode method      
AddProxyInfoToRequest method      
AddRoot method, NTree class      2nd
AddUniqueNode method, BinaryTreeNode class      2nd
All member of      
AllFlags privilege      
AllocateDataSlot method      2nd
AllocateDataSlot method, Thread class      2nd
AllocateNamedDataSlot method      2nd
AllocateNamedDataSlot method, Thread class      2nd
Allocation Profiler      
AmbiguousMatchException exception      
angle brackets (<>), balanced
angles      
appdomainUnloadedException exception      
append method      
Append method, StringBuilder class      
appending to strings for verification      2nd
AppendText method      
AppendText method, FileInfo class      
AppEvents class      
Application      
application configuration file      
ApplicationException exception      2nd
Applied Microsoft .NET Framework Programming (Richter)      
AppSpecificSwitch class      
AppSpecificSwitchLevel enumeration      
arccosine function      
arcsine function      
arctangent function      
ArgumentException exception      2nd 3rd 4th 5th 6th 7th 8th
ArgumentNullException exception      2nd 3rd 4th 5th 6th 7th 8th 9th 10th
ArgumentOutOfRangeException exception      2nd 3rd 4th 5th
ArithmeticException exception      
Array class      
array elements      2nd 3rd 4th
array of, formatting as delimited text      
ArrayList class      [See also collections]
ArrayListEx class      2nd 3rd
Arrays      
arrays of      
arrays of pointers      
arrays of pointers to unknown types      
ArrayTypeMismatchException exception      2nd
ArrayUtilities class      
article about      
as alternative to DirectoryInfoNotify class      
as operator      
as operator used for      2nd
as values in Hashtable      
ASCII values, byte array of, converting to a string      
ASCIIEncoding class      
Asin method      
Asin method, Match class      
ASP.NET      
ASP.NET cache      
ASP.NET, Windows NT 4.0 not supporting      
ASPNET user account, performance counters prevented by      2nd
Assemblies      
assemblies imported by, listing      
assembling an XML document using      2nd
Assembly class      
assembly registration tool      
Assert method      
asserting a permission safely      
asserting safely      
assignment operators, overloading      
Associative law      
asterisk (*) as wildcard character      
AsymmetricAlgorithm class      
AsymmetricAlgorithm class, Clear method      
AsyncAction class      2nd 3rd 4th
Asynchronous      
asynchronous delegate throwing      
Asynchronous delegates      
Atan method      
Atan method, Math class      
attack surface of, minimizing      
Attributes      
attributes for      2nd 3rd 4th
attributes property      
Attributes property, DirectoryInfo class      
Attributes property, FileInfo class      2nd
AverageCount64 counter      
averages calculated by      
AverageTimer32 counter      
backslash (\)      
BadImageFormatException exception      2nd
Balance class      
Balanced      
balanced, determining      
base 10, converting to, from another base      
base classes      
base classes, overridden methods in, listing for derived class      
Base64 data      
Base64DecodeString method      
Base64EncodeBytes method      
BeginInvoke method      2nd
BetterRandomString method      
big flags in, turning on or off      
big-endian format      
Binary data      
Binary trees      
BinaryReader class      2nd
BinarySearch method      
BinarySearchAll method      
BinarySearchCountAll method      
BinaryTree class      2nd
BinaryTreeNode class      2nd
BinaryWriter class      2nd 3rd
BindingFlags enumeration      2nd 3rd 4th
bit flags      
BitArray class      2nd
bitmaps      [See binary data byte array]
bitmask      2nd
bitwise AND operator (&)      2nd 3rd 4th
bitwise complement operator (~)      
bitwise complement operator used with      
bitwise OR operator (|)      2nd 3rd 4th
bitwise XOR operator (^)      2nd 3rd
blittable and nonblittable types and      
blittable objects      
Books      
books about      
bool data type      
Boolean equations      
boolean values, conversions to      2nd 3rd
BooleanSwitch class, controlling tracing with      2nd
boxing      
braces ({}), balanced      
Brackets      [See angle brackets braces square brackets]
BreadthFirstSearch method, NTreeNode class      2nd
breaking apart an XML document using      
breaking application before handling      
breaking into constituent parts      
breaking large numbers into      
breaking large numbers into byte arrays      
BuildDependentAssemblyList method      
byte array      
byte array of, converting to a string      
byte arrays, breaking large numbers into      
Byte data type      2nd
C language, compared to C#      
C# in a Nutshell (O'Reilly)      
C# language      
C# Language Pocket Reference (O'Reilly)      
C# sample code      
C# sample code for this book      
C++ language, compared to C#      
Cache      
cache for      
Caching      
CalcHash method      
calculated hash      
calculated hash algorithm      
calculating an angle of right triangle using      
calculating length of a side for      
calculating length of a side of right triangle using      
calculating one angle of      
calculating one angle of triangle      
calculations, ensuring correctness of      
CallbackAsyncDelegate method      2nd
callbacks      
callbacks implemented by      2nd
callbacks provided with      
CallBackThroughIFace method      2nd
CallCOMMethod method      
called by COM objects      
calling on multiple object types      
CallNextHookEx function      
CallSecureFunctionSafelyAndEfficiently method      2nd
CannotUnloadappdomainException exception      
Capacity property      2nd
Capacity property, StringBuilder class      2nd
caret (^), on command line      
CAS (code access security)      2nd
case sensitivity      
case-sensitive or case-insensitive comparison of      
cast operator (( ))      
cast operator (( )) used for      
Casting      
casting to narrower data type      
casting with      
CATCH blocks      [See also exception handling]2nd
catch blocks within      
CDATA nodes      
Celsius      
changing maximum event log size using      
CHAR data type      2nd
Characters      
characters in strings      2nd
characters used with      
CharKind enumeration      
Check for Arithmetic Overflow/Underflow project property      
Check method, Balance class      
checked context      2nd
checked keyword      2nd
CheckPassword method      2nd
CheckUserEnteredPath method      
Children property, NTreeNode class      
Classes      [See also objects]
classes represented as      
classes using      
Clear method      
clearing cryptography information after using      
clearing key and initialization vector afterwards      
Client      [See web client]
ClientABC class      
Clone method      
cloneable      
cloneable classes      
Cloning      
close method      
CLS compliance      
CLS-compliant, ensuring compatibility with      
CLSCompliantAttribute for      
CLSCompliantAttribute for assembly      
coarse-grained      
coarse-grained exception handling      
Code Access Security (CAS)      2nd
Code Access Security in Practice (Microsoft Patterns & Practices Group)
code samples      
CodeAccessSecurity class      2nd
CollectionBase abstract base class      
collections      
collections restricted to specific data type      
CollectionsUtil class      
COM components      
COM objects using      
COMException exception      2nd 3rd
command line, parsing      
command-line parameters for      
command-line parameters, parsing      
comment characters      2nd
comments regarding this book      
Commutative law      
CompanyData class      2nd
CompanyDataSecProxy class      2nd
CompanyDataTraceProxy class      2nd
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте