#3337

The Design of Design: Essays from a Computer Scientist is the winner of Turing Award, father of software engineering and author of The Mythical Man-Month Frederick P. Brooks's another masterpiece - specially designed to reveal the essence of software designing!
Loading...
Loading...
#3296
The quality of software, not only depends on its architecture and project management, but also is closely related with the code's quality. Bad, untidy code can run normally to some extent, but that will bring potential obstacles to the whole development team, as sure as a gun. As a result, that will greatly increase development time, resources and other costs. This same applies to both agile software development and traditional software development.

Loading...
Loading...
#3272

Regular Expression (RegEx for short) can be regarded as an immensely powerful weapon on computing. In almost all programming languages and OS, we can use it to carry out various of complex text processing work. Sams Teach Yourself Regular Expressions in 10 Minutes is a preferred introduction book to regular expressions for beginners, which is close to the actual demands, suitable for developers working on all kinds of programming languages and platforms.
Loading...
Loading...
Loading...
#3251
Eloquent JavaScript is a free book written by Marijn Haverbeke (a world-class programmer who has accumulated rich experience in web development and is especially influential in the field of JavaScript), which has always been strongly recommended by the father of JavaScript and many JavaScript experts. This Second Edition expanded a lot of new content based on its first Edition (the chapters also increased to 22 from 12).

Loading...
Loading...
Loading...
#3234

First of all, Martin Fowler's Refactoring is a super classic masterpiece in the field of software engineering, known as "Software Engineering Bibles" together with Erich Gamma's Design Patterns. They are must-read books for any programmers.
Loading...
#3223
AppNee believes that many wise ideas and thoughts in Programming Pearls can still make many programmers benefit a lot even after decades of years. In Programming Pearls, 2nd Edition, Jon Bentley thoroughly updated most of material in the first edition, and rewrote all the original example programs.

Loading...
Loading...
Loading...
#3186

WPF (Windows Presentation Foundation) is a far more flexible and powerful way to develop desktop apps than the outdated Windows Forms technique. As a authoritative programming guide to Microsoft's newer Windows desktop programming technique, Applications = Code + Markup covers the principle of core technology, concept, skill and development practice in Microsoft WPF.
Loading...
Loading...
Loading...
#3184
WPF (Windows Presentation Foundation) provides a complete development framework for building apps with high-quality user interface on Windows. This also gives an unprecedented opportunity to you to make full use of the processing ability of Windows computer.

Loading...
Loading...
Loading...
#3144

Essential C# has always been widely acclaimed as one of the must-read C# related classic books. The content throughout the book is comprehensive and systematic, and the structure is clear and concise. All was so carefully choreographed that the writing and examples are impeccable. In a word, it is seen as one of the preferred works for learning C# language.
Loading...
Loading...
#3102
If want to thoroughly understand something, you have to learn its history first. How did it start? How to develop? How to become what it is today? In the end, it may be traced to a certain philosophy that adapts to various backgrounds in that era. Like guys learning art have to study the art history, similarly, in order to searchingly study programming, understand a computer language in-depth, we should go to learn how one language grew out of nothing.

Loading...
Loading...
Loading...