Главная    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
Предметный указатель
performing multiple opertions on using functors      
PERMISSIONS      
permissions for      
persistent information      2nd
persisting between application sessions      
persisting collections between sessions      
Ping class      
PingCompleted event      
PingCompletedEventArgs class      
pinging programatically      
PingReply class      
Pipes      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th
PlatformNotSupportedException exception      
Pluggable protocols      
Pointers      
pointers and      
pointers to      
PolicyException exception      
PollAsyncDelegate method      2nd
Polymorphism      2nd
polymorphism for      2nd 3rd 4th
polymorphism implemented with      2nd
Port property      2nd
Ports      
PortScan method      
POST request      2nd
prebuilding ASP.NET web site      
PrecompilationFlags enumeration      
Predicate<T> class      2nd
preprocessor directives      
preventing      
preventing loss with finally blocks      
preventing unhandled      
preventing unhandled exceptions with      
PreventLossOfException method      
Print method      
Priority      
Priority queue      
priority queue order      
PriorityClass property      
PriorityQueue class      
PriorityQueue<T> class      2nd 3rd 4th 5th 6th
problem with not supplying      
problems with assembly loading      
Process class      
Process.StartInfo class      
ProcessClient method      2nd 3rd
Processes      
processes not responding      
ProcessInfo class      
processing NullReferenceException      
ProcessInvoice method      
Processors      
ProcessPriorityClass      
ProcessRespondingState enumeration      
ProcessSomething method      
ProcessStartInfo class      2nd
Production      
profiling tools      
ProgIdAttribute      
Properties      
Properties of      
protected virtual methods      
Protocol      
provided by generic types      
PtrToStructure method      
public visibility methods      
Punctuation      
Pythagorean Theorem      
Query property      2nd 3rd
querying document contents      2nd 3rd 4th
QueryXML method      
Queue class      
Queue<T> class
Queues      
QueueUserWorkItem method      
quotes      
RADIANS      
raising notifications from non-virtual methods      
Random class      
RANGE      
RankException exception      
RateOfCountsPerSecond32 counter      
RateOfCountsPerSecond64 counter      
RawFraction counter      
RawValue property (PerformanceCounter)      
RCW (runtime callable wrapper) of a COM object      
Read method      
read-only      2nd
ReadAllBufferedLog method      
ReadAllLog method      
ReadAllLogAsBytes method      
ReadByte method      
ReaderDecorator class      2nd
reading XML data from      
reading XML data in document order      2nd 3rd 4th
ReadLine method      2nd 3rd
ReadLogByLines method      2nd
readonly field      
ReadOnlyCollection<T> class      2nd
ReadSensitiveData method      
ReadToEnd method      2nd
ReceiveInvoice method      
redirecting standard output      
RedirectStandardOutput property (Process.StartInfo class)      
ref parameter      2nd
ref parameter modifier      2nd 3rd
reference types      
ReferencedAssembly property      
Reflect class      
Reflection      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th 15th 16th 17th 18th 19th 20th 21st 22nd 23rd 24th 25th
ReflectionException method      
ReflectionOnlyLoad* methods      
ReflectionTypeLoadException exception      
Regasm.exe command-line tool      
Regex class      
Regex object      
RegexCompilationInfo class      
RegexOptions class      
RegExUtilities class      
Register for COM interop field      
Register method      
Registry      
Registry class      
RegistryKey class      
regular expression pattern for path name      
Regular expressions      2nd
regular expressions and      
regular expressions compiled into      
ReleaseComObject method      2nd
releasing through managed code      
RemoteComponentException class      2nd 3rd 4th
RemotingException exception      
RemotingTimeoutException exception      
Remove method      
RemoveAt method      2nd
RemoveFromArray method      
RemoveLeftNode method      
RemoveRightNode method      
Removing      
removing from head or tail of string      
removing or replacing within a string      
RenameFile method      
renaming      
renaming directories      2nd
replace method      2nd
replacing ArrayList with generic List<T> class      2nd 3rd 4th
replacing Hashtable objects with generic Dictionary<T>      2nd 3rd 4th 5th
replacing Stack and Queue with generics      2nd 3rd 4th
replacing Stack objects with generic Stack<T>      
replacing text conditionally      2nd
replacing text within      2nd
replacing with generic Dictionary<T>      
replacing with generic List<T>      2nd 3rd
ReportToConsole method      
represented as a string      2nd 3rd 4th 5th
RequestCacheLevel enumeration      
RequestCachePolicy class      
Reserved words      
Reset method      
resolving IP address to      
resource cleanup with finally blocks      
Resources      
resources (unmanaged)      2nd 3rd 4th 5th 6th
Responding property      
ResponseCategories enumeration      
RestoreObj<T> method
rethrowing exceptions from      
retrieving all instances of a specific item      2nd 3rd 4th
retrieving all instances of specific object in List<T>      
return values from each delegate      
ReturnDimensions method      2nd
returned by iterator property      
returning entire line where match is found      
returning multiple items from      
returning pointers to an element in      
ReturnTypeFilter method      
revenue and commission tracking program (example)      2nd 3rd 4th 5th
Reverse method      
Reverse2DimArray<T> method
ReverseJaggedArray<T> method
ReverseOrder property      
ReverseOrderStep method      
ReversibleSortedList<T> class      2nd 3rd 4th 5th 6th 7th 8th
reversing contents of sorted list      2nd
reversing jagged array      
reversing order of elements      2nd 3rd
reversing two-dimensional arrays      
rewritten as concrete class      
RIGHT property      
right-associative properties      
RightToLeft constant (RegexOptions)      
Rijndael algorithm      
RNGCryptoServiceProvider class      
Rollback method      
rolling back changes to      2nd 3rd 4th 5th 6th 7th
Root property      
Round method      
Rounding      
rounding floating-point values      
RunatServerRegex class      
RunProcessToReadStdIn method      
RunServer method      
runtime callable wrapper (RCW) of a COM object      
runtime environment      
Safe Thread Synchronization (MSDN Magazine)      
SafeArrayRankMismatchException exception      
SafeArrayTypeMismatchException exception      
SafeFileHandle class      2nd
SampleCounter counter      
SampleFraction counter      
SaveObj<T> method
SaveSensitiveData method      
sbyte type      
Scan method      
scanning ports on a machine using sockets      2nd 3rd 4th 5th 6th
schemas      
Scientific notation      
sealed      2nd 3rd
sealed classes      2nd 3rd 4th
Sealed keyword      
search methods for event log searches      
SearchDepthFirst method      
searches      
Searching      2nd
searching class or structure objects in      2nd 3rd
searching event log entries      2nd 3rd
searching for      2nd 3rd 4th 5th
searching for interfaces with      
searching for members in assembly using      
searching for strings at head or tail of string using      
searching for strings within strings using      
searching for substrings      2nd 3rd 4th
searching strings for      2nd
SearchInterfacesOfType method      2nd
SearchMembers method      
SearchType class      
SecondHalf iterator property      
SecretFile class      2nd
Security      
SecurityException exception      2nd 3rd
SecurityManager class      
Seek method      
seeking (file)      2nd 3rd
SeekOrigin enumeration      
SEHException exception      
Select method      
selecting components to trace in      
selecting level of tracing in      
selecting levels of      
selective debugging and tracing      2nd
Send method      
sending GET or POST request to web server      2nd
sending SMTP mail using SMTP service      2nd 3rd 4th
Separator      
Serializable      
serializable types      
SerializableAttribute      
Serialization      
SerializationException exception      
ServerException exception      
Servers      
set objects      2nd 3rd 4th 5th 6th 7th 8th 9th 10th
Set<T> class      2nd 3rd 4th
SetCreationTime method      
SetCustomLogMaxSize method      
SetEnvironmentVariable method      
SetLastAccessTime method      
SetLastWriteTime method      
setting up event handlers      
setting up for a client      
setting up relaying      
settings_ValidationEventHandler function      
SetWindowsHookEx function      
ShadowCopyDirectories property      
ShadowCopyFiles property      
shallow copying      2nd
ShallowClone class      
shift and add hash algorithm      
ShiftAndAddHash method      
ShoppingList<T> class      2nd
shortened development time using generics      
Show method      
signed data types int      
SignedNumber structure      
SignedNumberWithText structure      
silent thread termination      
SIMPLE      2nd
simple counters      2nd
simple data types      
simple performance counter      2nd 3rd 4th
Simple types      
SimpleClass class      
SimpleHash algorithm      
SimpleHash method      
SimpleListIterator class      
simplifying      
simulating form execution      2nd 3rd 4th
sin      
Sin method      
1 2 3 4 5 6 7 8
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте