Free ebook computer : Share E-book and Community

Share book everyting in computer
Options:

Archive for the ‘Programming Book’ Category


This book is a practical introduction to ASP.NET 2.0 Web programming. It provides you with actual working code to build the most popular types of applications on the Web. These applications enable you to:

Applied C++ is a practical, straightforward guide to developing high-quality, maintainable software. It reflects the power of C++, templates, and the Standard Template Library for industrial-strength programming. Whether you are a single developer or work in a large team, the tips and techniques presented in this book will help you improve your language and design [...]

Sedgewick has a real gift for explaining concepts in a way that makes them easy to understand. The use of real programs in page-size (or less) chunks that can be easily understood is a real plus. The figures, programs, and tables are a significant contribution to the learning experience of the reader; they make this [...]

Once again, Robert Sedgewick provides a current and comprehensive introduction to important algorithms. The focus this time is on graph algorithms, which are increasingly critical for a wide range of applications, such as network connectivity, circuit design, scheduling, transaction processing, and resource allocation. In this book, Sedgewick offers the same successful blend of theory and [...]

Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.

This book gives you the whole Ajax story, from soup to nuts. It starts with a tour of how Ajax is used today, taking a look at some cutting-edge applications (as well as some games). Then, because Ajax is based on using JavaScript in the browser, there’s a chapter on how to use JavaScript (if [...]

Ruby on Rails is a framework that makes it easier to develop, deploy, and maintain web applications. Of course, all web frameworks make the same claim. What makes Rails  different? We can answer that question a number of ways. One way is to look at architecture. Over time, most developers have moved to a Model-View-Controller [...]