fixlets
[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 * .NET Framework
12
13    Avery good techincal book about .NET is Don Box's <a
14    href="http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39391960&isbn=0201734117">Essential
15    .NET</a>
16
17 * Remoting
18
19    <a href="http://www.dotnetremoting.cc/book/AdvancedDotNetRemoting.asp">
20    Advanced .NET Remoting: Ingo Rammer</a>
21
22 * Compiler Implementation
23
24    Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
25    Jeffrey D. Ullman 
26
27    Advanced Compiler Design Implementation: Steven S. Muchnick
28
29    Modern Compiler Implementation in C: Andrew W. Appel
30
31    A Retargetable C Compiler - Design and Implementation: C. Fraser, David
32    Hanson
33
34 * Threading
35
36    .NET Multithreading: Alan L. Dennis (ISBN 1-930110-54-5)
37
38 * Reference Manuals
39
40    <a
41    href="http://developer.intel.com/design/pentium/manuals/24319101.pdf">Intel
42    Architecture Software Developer's Manual, Volume 2 - Instruction Set Reference Manual</a>
43
44    <a
45    href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
46    - i386 Architecture Processor Supplement</a> 
47
48    <a
49    href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
50    MIPS Processor supplement</a>
51
52    <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
53    Manual Version 8</a>