Главная    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 O'Reilly Cookbook series, with its to-the-point but illuminating coverage of programming subjects, meets the challenge of explaining how to write software as well as anything else on the market. When you're facing a coding problem — particularly in a language you're new to or haven't used in a while — and know there must be a proven way to solve it, the right Cookbook can often get you going in a hurry. C# Cookbook applies the formula to the language of Microsoft .NET, and is an addition to the line that more than a few programmers will appreciate.
Don't count on this book to solve big tasks for you. "I need some C# software that integrates with Avaya telephone switches and Siemens databases...:" No. Rather, this book shows you how to do the little jobs (converting an array to a delimited string, monitoring the event log, creating a bounded hashtable, and so on) that can stand in the way of prompt completion of a project. What's more, the coverage isn't limited to code samples. Stephen Teilhet and Jay Hilyard take advantage of the Cookbook series' Problem-Solution-Discussion format to teach you a thing or two about C#. You'll refer to this book often for quick answers and explanations.


Язык: en

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

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

ed2k: ed2k stats

Издание: Second

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

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

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

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
!= (inequality operator)      
# (comment character)      
#define preprocessor directive      2nd
#elif preprocessor directive      2nd
#if preprocessor directive      2nd
#undef preprocessor directive      2nd
& (bitwise AND operator)
& (bitwise and) operator
&& (logical AND) operator
'- (hyphen)      
( ) (cast operator)      
( ) (parentheses)      
* (wildcard character)      
*= (assignment operator)      2nd
+= (assignment operator)      2nd
-= (assignment operator)      
.dmp file extension      
.NET Framework Class Library (.NET FCL)      
// (comment characters)      
/= (assignment operator)      
/define: compiler option      
/main compiler switch      
/main switch      
: (colon)      
< nopgage      
== (equality operator)      
> (greater than operator)      
about security      
Absolute      2nd
abstract base class      
Abstract classes      
accepting parameters      2nd 3rd
AcceptTcpClient method      2nd
AccessException exception      2nd
accessing information on      
accessing through proxy      
acting as return parameter      
Action<T> class      
ActivationArguments      
ActivationContext      
ActivationData      
adapter design pattern      
Add method      
AddExtensionObject method      
AddGroup method      
adding multiple to single type      
adding properties to simple iterators      
adding to sealed class      2nd 3rd 4th 5th 6th 7th 8th
AddNode method      
AddParam method      
AddProxyInfoToRequest method      
AddSorted method      2nd
AddUniqueNode method      2nd
advanced searches for      2nd 3rd
AfterAddItem event      
AfterChangeItem event      
AggregateCacheDependency class      2nd
algorithm for storing objects      
AllocateDataSlot method      2nd
AllocateNamedDataSlot method      2nd
AmbiguousMatchException exception      2nd
and operator      
and responding to      2nd 3rd 4th 5th 6th 7th
angles of right triangle      
anonymous methods      2nd 3rd 4th 5th 6th
anonymous methods and      
AppDomain      
appdomain.CurrentDomain.SetupInformati on class      
appdomainSetup class      
appdomainUnloadedException exception      2nd
append method      
appending to strings for verification      2nd
AppendText method      
AppEvents class      2nd 3rd 4th 5th 6th
Application      
application configuration file      
application configuration file for WinForms- or Console-based applications      
application displaying HTML-based content      2nd
application mappings for ASP.NET      2nd
ApplicationException exception      2nd 3rd
applications      
applications mappings on IIS      2nd
ApplicationTrust property (appdomainSetup)      
Approval delegate      
ApproveAdd method      
ApproveChange method      
approximate equality with fraction      
AppSpecificSwitch custom class      2nd 3rd 4th 5th
AppSpecificSwitchLevel enumeration      2nd
Arcsine      
ArgType enumeration      
ArgumentException exception      2nd 3rd 4th 5th 6th 7th 8th
ArgumentNullException exception      2nd 3rd 4th 5th 6th 7th
ArgumentOutOfRangeException exception      2nd 3rd 4th 5th
ArithmeticException exception      2nd
Array class      
array elements      
array implementing      
array of      
array reversal      
ArrayList class      2nd
ArrayListEx class      
Arrays      
ArrayTypeMismatchException exception      2nd
ArrayUtilities class      
ArthimeticException exception      
as alternative to DirectoryInfoNotify class      
as operator      
as operator used for      2nd 3rd
ASCII property      
ASCII values      
ASCIIEncoding class      
ASP.NET      
ASP.NET cache      
ASP.NET pages      
AspCodeRegex class      
AspExprRegex class      
ASPNET user account      2nd
AsReadOnly method      
Assemblies      
assemblies imported by      2nd
assembling an XML document using      2nd
assembly registration tool (Regasm.exe)      
AssemblyName class      
Assert method      
asserting a permission safely      
Associative law      
AsymmetricAlgorithm class      
AsyncAction class      2nd 3rd 4th
Asynchronous      2nd
Asynchronous delegates      
asynchronous or synchronous opening of streams      
AsyncInvoke method      
atan      
Attachment class      
AttachToCallback method      
attack surface of      
attacks on application security      
Attributes      
attributes controlling      
attributes property      
AutoDispatch interface      
AverageCount64 counter      
AverageTimer32 counter      
avoidance with generic Queue and Stack types      
BadImageFormatException exception      2nd
Balance class      2nd
base and name      
base class for exception objects      
base classes      2nd 3rd 4th 5th
base counter      
base keyword      2nd
base10      
Base64 data      
Base64DecodeString method      
Base64EncodeBytes method      
BaseOverrides class      2nd
BeforeAddItem event      
BeforeAddListener method      
BeforeChangeItem event      
BeforeChangeListener method      
BeforeCreateListener method      
BeginInvoke method      2nd 3rd
benefits of      
big flags in      
Binary data      
binary functions      
Binary tree      2nd
Binary trees      
BinaryReader class      2nd 3rd 4th
BinarySearch method      
BinarySearchCountAll method      2nd 3rd
BinarySearchGetAll method      2nd
BinaryTree<T> class
BinaryTreeNode<T> class      2nd 3rd
BinaryWriter class      2nd 3rd 4th
BindingFlags enumeration      2nd 3rd
bit flags      
bit mask      2nd 3rd 4th
bit masks      
BitArray class      
bitwise binary operators numeric promotion and      
bitwise complement operator      
bitwise complement operator (~)      2nd
bitwise operation values to data types      
blittable and nonblittable types and      
blittable objects      
blocks of code conditionally      2nd 3rd
Books      
Boolean equations      2nd 3rd
Boolean logic      
Boolean values      2nd
BooleanSwitch class      2nd
boosing for process programmatically      
boxing      
boxing and      
BreadthFirstSearch method      2nd
breaking application before handling      2nd 3rd
breaking document into constituent parts      2nd 3rd 4th 5th 6th
BuildDependentAssemblyList method      
building debugger visualizer      2nd 3rd 4th 5th
BuildManager class      
built-in types      
byte array      
Byte data type      
C#
C# retrofitting class to interoperate with COM      
Cache      
cache for objects      2nd 3rd 4th 5th 6th 7th 8th 9th 10th
CacheDependency class      
CachePolicy property      
Caching      
caching data with multiple dependencies      
caching HTTP results      
caching policy      
CalcHash method      
calculated hash algorithm      
CalculateEarnings delegate      
CallbackAsyncDelegate method      2nd
callbacks      
callbacks implemented by      
callbacks provided with      2nd 3rd 4th 5th 6th 7th
CallBackThroughIFace method      2nd
CallCOMMethod method      
called by COM objects      
called on object already disposed      
calling on multiple object types      2nd 3rd
calling unmanaged method with P/Invoke      
calling with filename or string      
CallNextHookEx function      
CallSecureFunctionSafelyAndEfficiently method      
CancelEventArgs class      
CannotUnloadappdomainException exception      
Capacity property      
capturing for a process      
capturing standard output for      2nd 3rd
caretaker objects      2nd
carriage return character (\r)      
carriage return followed by a line-feed (\r\n)      
carriage returns      
case sensitivity      
case-sensitive or case-insensitive comparison of      
cast operator (( )) used for      
Casting      
casting long to      
casting with      2nd 3rd
CATCH blocks      
CategoryType enumeration      2nd
CDATA sections      2nd
Celsius temperatures      
Celsius to Fahrenheit conversions      
ChangeType method      
changing maximum event log size using      
changing web application configuration      2nd
chaning maximum size of custom event log      
Character class      
Characters      
characters in strings      
characters used with      
CharKind enumeration      
Check methods      2nd
checked context      2nd
checking network connectivity      2nd 3rd 4th 5th 6th
CheckPassword method      
CheckUserEnteredPath method      
Children property      
choosing rounding algorithm      
circular references      
Classes      
classes using      
classes vs. structures      
ClassInterfaceAttribute      2nd
Clear method      
clearing cryptography information after using      
ClearLog method      
ClientABC class      
ClientBuildManager class      
ClientBuildManagerCallback class      
ClientBuildManagerParameter class      
Clone method      
cloneable      2nd
cloneable classes      2nd 3rd 4th
Cloning      
cloning operations and      
close method      
ClosedPorts property      
CloseLog method      
closures      2nd
CLS-compliant code      2nd
CLSCompliantAttribute      
CLSCompliantAttribute for assembly      
coarse-grained      
coarse-grained exception handling      
coarse-grained excpetion handling      
Code Access Security (CAS)      
Code Access Security in Practice (Microsoft Patterns & Practices Group)
code bloat      
code for using from VB6      
code generation outside main code paths      2nd 3rd
CodeAccessSecurity class      
1 2 3 4 5 6 7 8
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте