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