这段时间一直在翻译两本比较新的外文技术书籍,也顺便分享给大家几本好的书籍英文版,有时间的话,可以找来看看。

《Pro SQL Server 2005 Database Design and Optimization》

ISBN: 1590595297
Title: Pro SQL Server 2005 Database Design and Optimization
Author: Louis Davidson Kevin Kline Kurt Windisch
Publisher: Apress
Publication Date: 2006-05-01
Number Of Pages: 672
Average Amazon Rating: 5.0

介绍:Pro SQL Server 2005 Database Design and Optimization will teach you effective strategies for designing proper databases. It covers everything from how to gather business requirements to logical data modeling and normalization. It then shows you how to implement your design on SQL Server 2005.

The authors also describe how to optimize and secure access to this data, covering indexing strategies, SQL design and optimization, and strategies for increased scalability to support large numbers of concurrent users. They provide in-depth advice on optimal code distribution in SQL Server 2005 applications, in the wake of innovations to be able to use .NET code in the database itself. This essential book will ensure that projects have a well-designed database and secure, optimized data access strategies right from the start.


《Microsoft Visual Studio 2005 Unleashed》 - 正在翻译中文版本中

介绍:

Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real-world development experience with detailed information about the IDE to make you more productive and ease transition from other development environments (including prior versions of Visual Studio). This book will also help you increase team collaboration and project visibility with Visual Studio Team Systems and it will give you straight, to-the-point answers to common developer questions about the IDE.

 

《Pro ASP.NET 2.0 in C# 2005》 - 中文版本翻译完毕,出版中

 

介绍:

The book will teach you ASP.NET 2.0 in five clear steps. You will learn:

  • Core concepts of ASP.NET 2.0. Why it抯 special. What its fundamental principals are. The basics of Visual Studio. How ASP.NET 2.0 controls are created, and how they fit into ASP.NET 2.0 pages, ultimately creating full applications
  • Data access details. The intricacies of ADO.NET 2.0 and how to perform data binding to many sources梖rom databases, to file-streams, to XML
  • Security. Once considered the Achilles heel of all Windows web applications, security has been completely revamped in ASP.NET 2.0. This section explains the various forms of available security, and how to best apply them
  • Taking things further using Advanced User Interface Techniques. This includes User Controls, Customer Server Controls, client-side JavaScript and GDI+. This is where the real strength of ASP.NET 2.0 lies
  • Web Services. In an increasingly connected world, working with web services grows in importance. This book will show you how to work with them