#3372
C# and .NET innovated the way to write programs across-the-board. Professional C# and .NET series is a classic tutorial for advanced C# programming, including all aspects when using C# to develop Windows applications under Visual Studio. Meanwhile, it's also one of the bestsellers published by Wrox Press. Since its first edition, it has always gotten widespread high praises from readers around the world.


#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.

#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.

#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.

#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.

#3096
In Agile Software Development: Principles, Patterns, and Practices (ASDP: 3P for short), the world-famous software development expert and software engineering master Robert Cecil Martin (AKA: Uncle Bob) will show you how to solve the most tricky problems software developers, project managers and project leaders are facing. Again, this comprehensive and practical guide for agile software development and extreme programming has the credit from the founders of agile development.

#3072
Hacker's Delight is a computer science masterpiece written by Henry S. Warren in 2002. It is the only book that explains the computer algorithm on the market. By contrast, other algorithms related books basically are all about mathematical algorithms. Of course, the mathematical algorithm also mainly serves the computer science, but basically, it doesn't care about the details of computer architectures.

#3063
Beginning C# Programming with Visual Studio is a latest step-by-step beginner's guide for learning the C# and .NET Framework programming techniques using Visual Studio 2015 from scratch. It can lay a solid foundation for you to write excellent Windows programs.

#3024
Code Complete, Second Edition (AKA: Code Complete 2) is a classic about software construction, first written by Steve McConnell more than 20 years ago. This Second Edition is not just a simple revision and supplement of the first Edition, but completely rewritten, and increased a lot of content keeping pace with the times.