mono项目官方网站开具的学习书目
1)Mono方面
最新的介绍Mono开发的书:
* O'Reilly: 《Mono: A Developer's Notebook
Niels Bornstein》 Edd Dumbill
比较旧一点的书:
* 德文: 《Mono: .NET-kompatible Anwendungen mit
dem Open Source-Framework》
* 英文: 《Mono Kickstart》
(有电子书下载)
2)C#语言基础
《A Programmer's Introduction to C# - Second Edition》
Eric Gunnerson
《C# Language Specification》
(http://www.ecma-international.org/publications/standards
/Ecma-334.htm).
ECMA标准的规范,最好的C#入门读物
3).NET Framework(类库)
《Essential .NET》
Don Box(《Essential COM》作者)
(有本书的中英文版买,网上有电子书下载)
《.NET and COM: The Complete Interoperability Guide》
(国内尚未见此书,网上无下载)
4).NET Design(关于接口设计和设计模式等)
《Framework Design Guidelines : Conventions, Idioms, and
Patterns for Reusable .NET Libraries》
5) Remoting(通讯协议相关)
《Advanced .NET Remoting》
Ingo Rammer
(有电子书下载)
6) Threading(多线程)
《.NET Multithreading》
Alan L. Dennis
(有电子书下载)
7) Web Services(Web服务器)
《Web Services: Architecture and Implementation with .NET》
Keith Ballinger
(有电子书下载)
8) ASP.NET
《Essential ASP.NET with Examples in C#》
Fritz Onion
(这本是我见过的ASP.NET工作原理说的最清楚的一本书)
(有电子书下载)
《ASP.NET in a Nutshell》
G. Andrew Duthie & Matthew MacDonald
《Programming ASP.NET》
Jessy Liberty & Dan Hurtwitz
9) Security(安全相关)
《.NET Framework Security》
Brian A. LaMacchia, Sebastian Lange, Matthew Lyons,
Rudi Martin & Kevin T. Price
(有电子书下载)
10) Compiler Implementation(编译器实现)
《Compilers - Principles, Techniques, and Tools》
Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman
(所谓“龙”书(以恐龙做封面图案))
(有见到英文版书买)
《Advanced Compiler Design Implementation》
Steven S. Muchnick
《Modern Compiler Implementation in C》
Andrew W. Appel
(所谓“虎”书(以老虎做封面图案))
(有中英文书买)
(网上有该作者的Modern Compiler Implementation in java
下载)
《A Retargetable C Compiler - Design and Implementation》
C. Fraser, David Hanson
(编译器的这几本书都比较经典)
11) Reference Manuals(其他参考手册)
Intel Architecture Software Developer's Manual, Volume 2
- Instruction Set Reference Manual
(http://developer.intel.com/design/pentium/manuals/24319101.pdf)
System V ABI - i386 Architecture Processor Supplement
(http://www.caldera.com/developers/devspecs/abi386-4.pdf)
System V ABI - MIPS Processor supplement
(http://www.caldera.com/developers/devspecs/mipsabi.pdf)
The SPARC Architecture Manual Version 8
(http://www.sparc.org/standards/V8.pdf)
Retrieved from "http://www.mono-project.com/Books"