๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Debugging Applications for Microsoft.NET and Microsoft Windows

โœ Scribed by John Robbins


Publisher
Microsoft Press
Year
2003
Tongue
English
Leaves
801
Series
Pro-Developer
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


In the predecessor volume of Debugging Applications for Microsoft .NET and Microsoft Windows, which dealt with Visual Basic 6, John Robbins broke new ground by codifying the techniques and strategies involved in debugging Microsoft Windows applications. In this tremendously revised and much longer version (in keeping with Microsoft's substantial shift to the .NET architecture), Robbins achieves great progress in making a proper professional discipline out of debugging - and in showing how to design software to keep bugs from appearing in the first place.The greatest value of Robbins' work is in his treatment of bugs' origins in flawed software design and their later manifestation in faulty coding practice. He explains in great detail, for example, how to use assertions (in concert with error handling) to keep bad data from getting into software modules and causing trouble. This coverage is why your development team should read this book before getting too far down the development path.If you're already done with your software system and just can't make it work right (and, naturally, the Deadline of Death is looming), this book offers hope as well. Want to write a method that you invoke manually only when the program is at a breakpoint in the debugger? This book shows how. Need lots of details on how to add assembly-language code to your Visual C++ .NET software? You'll find them here. There's a lot of information about how debuggers do their work in general, too. To put it concisely, this book contains a career's worth of information on how to keep bugs to a minimum and track them down when they occur.


๐Ÿ“œ SIMILAR VOLUMES


Debugging Applications for Microsoft .NE
โœ John Robbins ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› Microsoft Press ๐ŸŒ English

As the title says, it covers both debugging applications for Windows and .NET. That is alot of ground to cover and the book still manages to get it all in and keep it interesting for what could be a very dry read.There are some topics missed. For example: not covered are debugging for CE or Windows

Debugging Microsoft .NET 2.0 Application
โœ Robbins J. ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Microsoft Press ๐ŸŒ English

Traditionally, tools for performance tuning, testing applications, and debugging code have been expensive, hard to learn, and difficult to use. While previous versions of Microsoft Visual StudioR have included debuggers and other code-improvement tools, Visual Studio 2005 presents developers with ro

Programming Applications for Microsoft W
โœ Jeffrey Richter ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Microsoft Press ๐ŸŒ English

Aimed at the experienced C/C++ developer, the new edition of Jeffrey Richter's Programming Applications for Microsoft Windows supplies expanded coverage of essential advanced Windows programming techniques and APIs. In addition, the book includes excellent material on Windows 2000 (including future