* doc/books: Added books on Web Services and ASP.NET
[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    ASP.NET in a Nutshell by G. Andrew Duthie & Matthew MacDonald
33    Programming ASP.NET by Jessy Liberty & Dan Hurtwitz
34
35 * Compiler Implementation
36
37    Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
38    Jeffrey D. Ullman 
39
40    Advanced Compiler Design Implementation: Steven S. Muchnick
41
42    Modern Compiler Implementation in C: Andrew W. Appel
43
44    A Retargetable C Compiler - Design and Implementation: C. Fraser, David
45    Hanson
46
47 * Reference Manuals
48
49    <a
50    href="http://developer.intel.com/design/pentium/manuals/24319101.pdf">Intel
51    Architecture Software Developer's Manual, Volume 2 - Instruction Set Reference Manual</a>
52
53    <a
54    href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
55    - i386 Architecture Processor Supplement</a> 
56
57    <a
58    href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
59    MIPS Processor supplement</a>
60
61    <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
62    Manual Version 8</a>