C# 3.0 Cookbook

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z]

backslash (\)

       in regular expression patterns  

       on command line  

BadImageFormatException exception   2nd  

Balance class  

base 10, converting to, from another base  

base classes, overridden methods in, listing for derived class  

Base64 data

       decoding into byte array  

       encoding byte array as  

Base64DecodeString method  

Base64EncodeBytes method  

BeginInvoke method   2nd  

BetterRandomString method  

big-endian format  

binary data

       decoding Base64 data into  

       encoding as a string  

binary trees  

BinaryReader class   2nd  

       PeekChar method  

       Read method  

BinarySearch method

       Array class  

       ArrayList class   2nd   3rd   4th  

       PriorityQueue class  

       Set class  

BinarySearchAll method  

BinarySearchCountAll method  

BinaryTree class   2nd   3rd  

BinaryTreeNode class   2nd   3rd  

BinaryWriter class   2nd   3rd  

BindingFlags enumeration   2nd   3rd   4th  

bit flags

       in enumerations, testing  

       turning on or off  

BitArray class   2nd   [See also collections]

bitmaps   [See binary data byte array]

bitmask   2nd  

bitwise AND operator (&)   2nd   3rd   4th  

bitwise complement operator (~)  

bitwise OR operator ()   2nd   3rd   4th  

bitwise XOR operator (^)   2nd   3rd  

blittable objects  

books

       about .NET Framework programming  

       about adapter design pattern  

       about C#  

       about design patterns  

       about HTTP  

       about regular expressions  

       about security  

       about Visual Studio .NET  

bool data type  

Boolean equations

       ensuring correctness of  

       simplifying  

boolean values, conversions to   2nd   3rd  

BooleanSwitch class, controlling tracing with   2nd  

boxing  

       finding where it occurs  

       preventing  

braces ({}), balanced  

brackets   [See angle brackets braces square brackets]

BreadthFirstSearch method, NTreeNode class   2nd  

BuildDependentAssemblyList method  

byte array

       breaking large numbers into  

       converting to a string  

       decoding Base64 data into  

       encoding as a string  

       passing strings to methods as  

byte data type   2nd  

Категории