Added a book about threading.
[mono.git] / web / books
1 * C# Books
2
3    A Programmer's Introduction to C# - Second Edition: Eric Gunnerson
4
5 * Remoting
6
7    <a href="http://www.dotnetremoting.cc/book/AdvancedDotNetRemoting.asp">
8    Advanced .NET Remoting: Ingo Rammer</a>
9
10 * Compiler Implementation
11
12    Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
13    Jeffrey D. Ullman 
14
15    Advanced Compiler Design Implementation: Steven S. Muchnick
16
17    Modern Compiler Implementation in C: Andrew W. Appel
18
19    A Retargetable C Compiler - Design and Implementation: C. Fraser, David
20    Hanson
21
22 * Threading
23
24    .NET Multithreading: Alan L. Dennis (ISBN 1-930110-54-5)
25
26 * Reference Manuals
27
28    <a
29    href="http://developer.intel.com/design/pentium/manuals/24319101.pdf">Intel
30    Architecture Software Developer's Manual, Volume 2 - Instruction Set Reference Manual</a>
31
32    <a
33    href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
34    - i386 Architecture Processor Supplement</a> 
35
36    <a
37    href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
38    MIPS Processor supplement</a>
39
40    <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
41    Manual Version 8</a>