Copied remotely
[mono.git] / web / books
1 * Mono
2
3   <a href="http://www.oreilly.com/catalog/monoadn/">
4   Mono: A Developer's Notebook
5   </a>
6
7   <a href="http://www.amazon.de/exec/obidos/ASIN/3827264928/qid=1050051051/sr=2-1/ref=sr_2_3_1/028-2755135-1623712">
8   Mono: .NET-kompatible Anwendungen mit dem Open Source-Framework
9   </a>
10
11 * C#
12
13    A Programmer's Introduction to C# - Second Edition: Eric Gunnerson
14
15 * .NET Framework
16
17    Avery good techincal book about .NET is Don Box's <a
18    href="http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39391960&isbn=0201734117">Essential
19    .NET</a>
20
21 * Remoting
22
23    <a href="http://www.dotnetremoting.cc/book/AdvancedDotNetRemoting.asp">Advanced .NET Remoting: Ingo Rammer</a>
24
25 * Threading
26
27    .NET Multithreading: Alan L. Dennis (ISBN 1-930110-54-5)
28
29 * Web Services
30
31    Web Services: Architecture and Implementation with .NET: Keith Ballinger
32
33 * ASP.NET
34
35    Essential ASP.NET with Examples in C# by Fritz Onion
36
37    ASP.NET in a Nutshell by G. Andrew Duthie & Matthew MacDonald
38
39    Programming ASP.NET by Jessy Liberty & Dan Hurtwitz
40
41 * Compiler Implementation
42
43    Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
44    Jeffrey D. Ullman 
45
46    Advanced Compiler Design Implementation: Steven S. Muchnick
47
48    Modern Compiler Implementation in C: Andrew W. Appel
49
50    A Retargetable C Compiler - Design and Implementation: C. Fraser, David
51    Hanson
52
53 * Reference Manuals
54
55    <a
56    href="http://developer.intel.com/design/pentium/manuals/24319101.pdf">Intel
57    Architecture Software Developer's Manual, Volume 2 - Instruction Set Reference Manual</a>
58
59    <a
60    href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
61    - i386 Architecture Processor Supplement</a> 
62
63    <a
64    href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
65    MIPS Processor supplement</a>
66
67    <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
68    Manual Version 8</a>