2010-04-16 Sebastien Pouliot <sebastien@ximian.com>
[mono/afaerber.git] / web / books
blob75f7fb9904d4f35e6ad4523b2e6f4b298cf81f84
1 * Mono
3   <a href="http://www.oreilly.com/catalog/monoadn/">
4   Mono: A Developer's Notebook
5   </a>
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>
11 * C#
13    A Programmer's Introduction to C# - Second Edition: Eric Gunnerson
15 * .NET Framework
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>
21 * Remoting
23    <a href="http://www.dotnetremoting.cc/book/AdvancedDotNetRemoting.asp">Advanced .NET Remoting: Ingo Rammer</a>
25 * Threading
27    .NET Multithreading: Alan L. Dennis (ISBN 1-930110-54-5)
29 * Web Services
31    Web Services: Architecture and Implementation with .NET: Keith Ballinger
33 * ASP.NET
35    Essential ASP.NET with Examples in C# by Fritz Onion
37    ASP.NET in a Nutshell by G. Andrew Duthie & Matthew MacDonald
39    Programming ASP.NET by Jessy Liberty & Dan Hurtwitz
41 * Compiler Implementation
43    Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
44    Jeffrey D. Ullman 
46    Advanced Compiler Design Implementation: Steven S. Muchnick
48    Modern Compiler Implementation in C: Andrew W. Appel
50    A Retargetable C Compiler - Design and Implementation: C. Fraser, David
51    Hanson
53 * Reference Manuals
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>
59    <a
60    href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
61    - i386 Architecture Processor Supplement</a> 
63    <a
64    href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
65    MIPS Processor supplement</a>
67    <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
68    Manual Version 8</a>