Search:

Boolean Sales

buy it XOR don't buy it

What is Boolean Sales?

Boolean Sales is a web shopping portal designed to enrich the income stream of its owner and designer. We ask you to follow a simple two step procedure. Step 1: search for something using one of our lovely search forms. Step 2: buy it XOR don't buy it. We don't know how we could make your shopping experience any easier while still getting a cut of the action for ourselves.

Windows Programming | buy it XOR don't buy it

Programming Windows (Microsoft Programming Series)

Programming Windows (Microsoft Programming Series)


List Price: $59.99
Sale Price: $31.99
Average Rating:

"Look it up in Petzold" remains the decisive last word in answering questions about Windows development. And in PROGRAMMING WINDOWS, FIFTH EDITION, the esteemed Windows Pioneer Award winner revises his classic text with authoritative coverage of the latest versions of the Windows operating system—once again drilling down to the essential API heart of Win32 programming. Topics include:• The basics—input, output, dialog boxes• An introduction to Unicode• Graphics—drawing, text and fonts, bitmaps and metafiles• The kernel and the printer• Sound and music• Dynamic-link libraries• Multitasking and multithreading• The Multiple-Document Interface• Programming for the Internet and intranetsPacked as always with definitive examples, this newest Petzold delivers the ultimate sourcebook and tutorial for Windows programmers at all levels working with Microsoft® Windows 95, Windows 98, or Microsoft Windows NT®. No aspiring or experienced developer can afford to be without it.An electronic version of this book is available on the companion CD.


Programming Windows Azure: Programming the Microsoft Cloud

Programming Windows Azure: Programming the Microsoft Cloud


List Price: $49.99
Sale Price: $26.45
Average Rating:

Learn the nuts and bolts of cloud computing with Windows Azure, Microsoft's new Internet services platform. Written by a key member of the product development team, this book shows you how to build, deploy, host, and manage applications using Windows Azure's programming model and essential storage services. Chapters in Programming Windows Azure are organized to reflect the platform's buffet of services. The book's first half focuses on how to write and host application code on Windows Azure, while the second half explains all of the options you have for storing and accessing data on the platform with high scalability and reliability. Lots of code samples and screenshots are available to help you along the way. Learn how to build applications using the Windows Azure toolset Discover how Windows Azure works under the hood, and learn the how and the why behind several features Choose to write application code in .NET or other languages such as C/C++, PHP, or Ruby Understand the various options for managing your service Get up to speed on Azure's storage services, including blobs, queues, and tables Build a secure backup system, and learn about cloud application security, cryptography, and performance


Windows System Programming (4th Edition) (Addison-Wesley Microsoft Technology Series)

Windows System Programming (4th Edition) (Addison-Wesley Microsoft Technology Series)


List Price: $69.99
Sale Price: $49.98
Average Rating:

“If you’re writing a native Win32 program or just want to know what the OS is really doing underneath, you need John’s book. He covers the stuff that real systems programmers absolutely must know. Recommended.” –Chris Sells, Microsoft Corporation   “This fourth edition does a great job of incorporating new features in the Vista, Windows 2008, and Windows 7 API, but also stays true to teaching the foundational elements of building applications that target the Windows OS.” –Jason Beres, Product Management, Infragistics   The Definitive Guide to Windows API Programming, Fully Updated for Windows 7, Windows Server 2008, and Windows Vista   Windows System Programming, Fourth Edition, now contains extensive new coverage of 64-bit programming, parallelism, multicore systems, and many other crucial topics. Johnson Hart’s robust code examples have been updated and streamlined throughout. They have been debugged and tested in both 32-bit and 64-bit versions, on single and multiprocessor systems, and under Windows 7, Vista, Server 2008, and Windows XP. To clarify program operation, sample programs are now illustrated with dozens of screenshots.   Hart systematically covers Windows externals at the API level, presenting practical coverage of all the services Windows programmers need, and emphasizing how Windows functions actually behave and interact in real-world applications. Hart begins with features used in single-process applications and gradually progresses to more sophisticated functions and multithreaded environments. Topics covered include file systems, memory management, exceptions, processes, threads, synchronization, interprocess communication, Windows services, and security.   New coverage in this edition includes Leveraging parallelism and maximizing performance in multicore systems Promoting source code portability and application interoperability across Windows, Linux, and UNIX Using 64-bit address spaces and ensuring 64-bit/32-bit portability Improving performance and scalability using threads, thread pools, and completion ports Techniques to improve program reliability and performance in all systems Windows performance-enhancing API features available starting with Windows Vista, such as slim reader/writer locks and condition variables A companion Web site, jmhartsoftware.com, contains all sample code, Visual Studio projects, additional examples, errata, reader comments, and Windows commentary and discussion.


Concurrent Programming on Windows

Concurrent Programming on Windows


List Price: $54.99
Sale Price: $28.98
Average Rating:

“When you begin using multi-threading throughout an application, the importance of clean architecture and design is critical. . . . This places an emphasis on understanding not only the platform’s capabilities but also emerging best practices. Joe does a great job interspersing best practices alongside theory throughout his book.” – From the Foreword by Craig Mundie, Chief Research and Strategy Officer, Microsoft Corporation   Author Joe Duffy has risen to the challenge of explaining how to write software that takes full advantage of concurrency and hardware parallelism. In Concurrent Programming on Windows, he explains how to design, implement, and maintain large-scale concurrent programs, primarily using C# and C++ for Windows.   Duffy aims to give application, system, and library developers the tools and techniques needed to write efficient, safe code for multicore processors. This is important not only for the kinds of problems where concurrency is inherent and easily exploitable—such as server applications, compute-intensive image manipulation, financial analysis, simulations, and AI algorithms—but also for problems that can be speeded up using parallelism but require more effort—such as math libraries, sort routines, report generation, XML manipulation, and stream processing algorithms.   Concurrent Programming on Windows has four major sections: The first introduces concurrency at a high level, followed by a section that focuses on the fundamental platform features, inner workings, and API details. Next, there is a section that describes common patterns, best practices, algorithms, and data structures that emerge while writing concurrent software. The final section covers many of the common system-wide architectural and process concerns of concurrent programming.   This is the only book you’ll need in order to learn the best practices and common patterns for programming with concurrency on Windows and .NET.


Microsoft  Windows PowerShell 2.0 Programming for the Absolute Beginner

Microsoft Windows PowerShell 2.0 Programming for the Absolute Beginner


List Price: $34.99
Sale Price: $21.70
Average Rating:

Microsoft? Windows? PowerShell is a helpful scripting technology that enables the automation of system management tasks and the creation of system management tools. PowerShell runs on Windows XP, 2003, 2008, and Vista. Unlike traditional Windows shell scripting, PowerShell scripting is object-based and is designed to work with the .NET Framework. This completely updated edition of Microsoft Windows PowerShell Programming for the Absolute Beginner teaches aspiring programmers Windows PowerShell scripting whether they?re using Windows PowerShell 1.0 or 2.0. To help make learning fun and interesting, you will learn how to program through the development of computer games, and you will develop a new game that reinforces a newly learned concept in each chapter. It?s the easiest way to learn! By the time you have finished the book, not only will you have access to a collection of working sample scripts, you also will have laid a foundation upon which you can begin to tackle real-world challenges and new languages.


Programming Windows with MFC, Second Edition

Programming Windows with MFC, Second Edition


List Price: $59.99
Sale Price: $113.44
Average Rating:

The newly updated and expanded second edition of this acclaimed title covers 32-bit development for all Microsoft(r) Windows platforms, including Windows 2000, using the Microsoft Foundation Class Library (MFC). Aimed at developers who wish to capitalize on advances in the MFC for rapid, object-oriented programming, the book delves into MFC basics, progresses to the document/view architecture, then addresses advanced topics including ActiveX(r), OLE, and COM. Author Jeff Prosise once again sets the standard in describing the art of writing MFC-based Windows applications with his clear and comprehensive treatment of concepts and techniques. Readers will discover how to produce incredible functionality with little new code by appropriating MFC code from the class library. They'll also find sample programs and executables on the book's CD-ROM to further fuel their own projects.

The second edition of Jeff Prosise's Programming Windows with MFC is a great introduction to the programming language that will help you build client-side applications in MFC. Though it doesn't cover Internet development, this title provides a worthy tutorial on traditional MFC programming. After some MFC basics, the book looks at Graphical Device Interface (GDI) graphics with a fine discussion of drawing and font handling. Following this, Prosise introduces the use of the MFC collection classes (an alternative to STL) and file I/O, as well as adding serialization support to custom classes. He also dedicates a fair amount of text to basic Windows controls and dialog boxes. His tour of support for both the Single Document Interface (SDI) and Multiple Document Interface (MDI) application styles is just excellent. The built-in view classes in MFC and how to use them in a Windows Explorer-style sample program are covered. From there, it's on to other common GUI interface models such as toolbars, status bars, and the new Internet Explorer-style rebars. After a useful section on printing (including some valuable real-world tips for this tricky topic), the rich array of Windows common controls is discussed. As in the first edition, Prosise's introduction to MFC multithreading and synchronization objects (like mutexes) is a standout. The last section of the book provides a comprehensive discussion of COM and ActiveX programming for the MFC developer. Although the Active Template Library (ATL) is omitted here, there are fine examples of building and using ActiveX controls, including the basics of OLE automation. Newly revised with richer examples and the latest Windows functionality, the second edition of Programming Windows with MFC provides one of the best available tutorials for traditional MFC development. --Richard Dragan


Windows System Programming

Windows System Programming


List Price: $55.99
Average Rating:

The Definitive Guide to Windows API Programming, Fully Updated for Windows 7, Windows Server 2008, and Windows Vista   Windows System Programming, Fourth Edition, now contains extensive new coverage of 64-bit programming, parallelism, multicore systems, and many other crucial topics. Johnson Hart’s robust code examples have been updated and streamlined throughout. They have been debugged and tested in both 32-bit and 64-bit versions, on single and multiprocessor systems, and under Windows 7, Vista, Server 2008, and Windows XP. To clarify program operation, sample programs are now illustrated with dozens of screenshots.   Hart systematically covers Windows externals at the API level, presenting practical coverage of all the services Windows programmers need, and emphasizing how Windows functions actually behave and interact in real-world applications. Hart begins with features used in single-process applications and gradually progresses to more sophisticated functions and multithreaded environments. Topics covered include file systems, memory management, exceptions, processes, threads, synchronization, interprocess communication, Windows services, and security.   New coverage in this edition includes Leveraging parallelism and maximizing performance in multicore systems Promoting source code portability and application interoperability across Windows, Linux, and UNIX Using 64-bit address spaces and ensuring 64-bit/32-bit portability Improving performance and scalability using threads, thread pools, and completion ports Techniques to improve program reliability and performance in all systems Windows performance-enhancing API features available starting with Windows Vista, such as slim reader/writer locks and condition variables A companion Web site, jmhartsoftware.com, contains all sample code, Visual Studio projects, additional examples, errata, reader comments, and Windows commentary and discussion.


Programming Microsoft  Windows CE .NET (Core Reference)

Programming Microsoft Windows CE .NET (Core Reference)


List Price: $59.99
Sale Price: $12.39
Average Rating:

This practical, authoritative, popular reference title--now in its third edition--shows developers how to design sleek, high-performance applications for the newest generation of smart devices such as the Pocket PC. Readers learn the basics of event-driven development and discover how to tackle the intricacies of the modular, compact Windows CE .NET architecture. The book examines platform-specific programming considerations and shows how to use techniques for handling memory, storage, and power constraints. It also dives into serial, network, and RAPI communications, advances reader skills with modules, processes, and threads, and demonstrates how to build or modify code to meet the requirements of devices such as the Pocket PC. With this resource, readers discover XML Web services and get expert advice on debugging.


3D Programming for Windows: Three-Dimensional Graphics Programming for the Windows Presentation Foundation (Pro - Developer)

3D Programming for Windows: Three-Dimensional Graphics Programming for the Windows Presentation Foundation (Pro - Developer)


List Price: $39.99
Sale Price: $21.89
Average Rating:

Get the practical introduction to programming 3D graphics using the Windows Presentation Foundation--straight from programming legend Charles Petzold. The Windows Presentation Foundation is a key component of .NET Framework 3.0, which is a part of Windows Vista(tm) and available for Windows XP. With the Windows Presentation Foundation, 3D images can be displayed regardless of the video-display hardware on the user's machine. This practical guide is the ideal supplement to Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation. Focusing on developing user interface objects or simple animations, this book builds on a reader's knowledge of Windows Presentation Foundation essentials to demonstrate how to effectively create 3D graphics for Windows. You get the fundamental information for using the Windows Presentation Foundation 3D application programming interface (API), as well as in-depth coverage of mesh geometries--the key technology that enables 3D graphics. Includes code samples in XAML, with additional code samples in Microsoft Visual C#®.


Windows PowerShell 2.0 Administrator's Pocket Consultant

Windows PowerShell 2.0 Administrator's Pocket Consultant


List Price: $29.99
Sale Price: $15.89
Average Rating:

Portable and precise, this pocket-sized guide delivers ready answers for automating everyday system-administration tasks with Windows PowerShell. Zero in on core commands and techniques using quick-reference tables, instructions, and lists. You’ll get the focused information you need to save time and get the job done—whether at your desk or in the field. Get fast facts to: Run core cmdlets—singly or in sequence—to streamline daily tasks Execute remote commands and background jobs Inventory computers; tweak configurations; manage domains Configure server roles, role services, and features Manage and troubleshoot TCP/IP networking Administer file systems, directories, and print services Implement security settings, event logs, and auditing Read and write registry values Automate system monitoring and performance tuning Extend Windows PowerShell with snap-ins and module extensions



Search Again

 

Glutino Gluten Free Food Products Glutino loves celiacs! Gluten Free Crackers crisp, delicious, and crunchy Engineering Textbooks super low prices at Textbook Discounter Tinkyada Gluten Free Pasta favored by many at Gluten Free Search
for great gluten free food deals visit My Gluten Free Store