This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / web / books
1 * Mono
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#
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">Advanced .NET Remoting: Ingo Rammer</a>
20
21 * Threading
22
23    .NET Multithreading: Alan L. Dennis (ISBN 1-930110-54-5)
24
25 * Web Services
26
27    Web Services: Architecture and Implementation with .NET: Keith Ballinger
28
29 * ASP.NET
30
31    Essential ASP.NET with Examples in C# by Fritz Onion
32
33    ASP.NET in a Nutshell by G. Andrew Duthie & Matthew MacDonald
34
35    Programming ASP.NET by Jessy Liberty & Dan Hurtwitz
36
37 * Compiler Implementation
38
39    Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
40    Jeffrey D. Ullman 
41
42    Advanced Compiler Design Implementation: Steven S. Muchnick
43
44    Modern Compiler Implementation in C: Andrew W. Appel
45
46    A Retargetable C Compiler - Design and Implementation: C. Fraser, David
47    Hanson
48
49 * Reference Manuals
50
51    <a
52    href="http://developer.intel.com/design/pentium/manuals/24319101.pdf">Intel
53    Architecture Software Developer's Manual, Volume 2 - Instruction Set Reference Manual</a>
54
55    <a
56    href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
57    - i386 Architecture Processor Supplement</a> 
58
59    <a
60    href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
61    MIPS Processor supplement</a>
62
63    <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
64    Manual Version 8</a>