I Hate Windows

I Hate Windows
Author: Gordon McComb
Publisher: Prentice Hall
Total Pages: 372
Release: 1993
Genre: Microsoft Windows (Computer file)
ISBN: 9781565292147

This book gently helps beginners trying to learn to use Windows. Subtle, engaging chapter heads make the using easy. Lots of text boxes accompanied by icons, graphics, and cartoons users can relate to move them through the tough spots. The book offers beginners only the details they need and tips to help them through the learning process.

Windows 10 For Dummies

Windows 10 For Dummies
Author: Andy Rathbone
Publisher: John Wiley & Sons
Total Pages: 432
Release: 2015-08-10
Genre: Computers
ISBN: 1119049369

Illustrates the new features of Windows 10.

I Hate Word for Windows

I Hate Word for Windows
Author: Bryan Pfaffenberger
Publisher: Prentice Hall
Total Pages: 330
Release: 1993
Genre: Computers
ISBN: 9781565292567

Following a humorous, upbeat format, this book gently helps those users frustrated by the fact they've got a complex machine in front of them and they don't really know where to begin. Subtle, engaging chapter heads make the using easy. Lots of text boxes accompanied by icons, graphics, and cartoons users can relate to move them through the tough spots.

I Hate 1-2-3 for Windows

I Hate 1-2-3 for Windows
Author: Patrick J. Burns
Publisher: Prentice Hall
Total Pages: 438
Release: 1994
Genre: Computers
ISBN: 9781565297876

This book teaches the fundamentals of 1-2-3 for Windows and how to become productive using 1-2-3 for Windows. Readers learn how to enter and edit data, format data, manage files, use functions. create graphs, work with databases, and print reports. Tips, Cautions, and Notes are used throughout the book to help readers learn quick ways to accomplish tasks.

Windows Internals, Part 1

Windows Internals, Part 1
Author: Mark E. Russinovich
Publisher: Pearson Education
Total Pages: 1223
Release: 2012-03-15
Genre: Computers
ISBN: 0735671303

Delve inside Windows architecture and internals—and see how core components work behind the scenes. Led by three renowned internals experts, this classic guide is fully updated for Windows 7 and Windows Server 2008 R2—and now presents its coverage in two volumes. As always, you get critical insider perspectives on how Windows operates. And through hands-on experiments, you’ll experience its internal behavior firsthand—knowledge you can apply to improve application design, debugging, system performance, and support. In Part 1, you will: Understand how core system and management mechanisms work—including the object manager, synchronization, Wow64, Hyper-V, and the registry Examine the data structures and activities behind processes, threads, and jobs Go inside the Windows security model to see how it manages access, auditing, and authorization Explore the Windows networking stack from top to bottom—including APIs, BranchCache, protocol and NDIS drivers, and layered services Dig into internals hands-on using the kernel debugger, performance monitor, and other tools

Code Complete

Code Complete
Author: Steve McConnell
Publisher: Pearson Education
Total Pages: 952
Release: 2004-06-09
Genre: Computers
ISBN: 0735636974

Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project

Year Zero

Year Zero
Author: Robert Reid
Publisher: Ballantine Books
Total Pages: 386
Release: 2012
Genre: Extraterrestrial beings
ISBN: 0345534417

In the hilarious tradition of "The Hitchhiker's Guide to the Galaxy," Reid goes on a headlong journey through the outer reaches of the universe--and the inner workings of our absurdly dysfunctional music industry.

Design for Hackers

Design for Hackers
Author: David Kadavy
Publisher: John Wiley & Sons
Total Pages: 359
Release: 2011-08-08
Genre: Computers
ISBN: 1119999014

Discover the techniques behind beautiful design by deconstructing designs to understand them The term 'hacker' has been redefined to consist of anyone who has an insatiable curiosity as to how things work—and how they can try to make them better. This book is aimed at hackers of all skill levels and explains the classical principles and techniques behind beautiful designs by deconstructing those designs in order to understand what makes them so remarkable. Author and designer David Kadavy provides you with the framework for understanding good design and places a special emphasis on interactive mediums. You'll explore color theory, the role of proportion and geometry in design, and the relationship between medium and form. Packed with unique reverse engineering design examples, this book inspires and encourages you to discover and create new beauty in a variety of formats. Breaks down and studies the classical principles and techniques behind the creation of beautiful design Illustrates cultural and contextual considerations in communicating to a specific audience Discusses why design is important, the purpose of design, the various constraints of design, and how today's fonts are designed with the screen in mind Dissects the elements of color, size, scale, proportion, medium, and form Features a unique range of examples, including the graffiti in the ancient city of Pompeii, the lack of the color black in Monet's art, the style and sleekness of the iPhone, and more By the end of this book, you'll be able to apply the featured design principles to your own web designs, mobile apps, or other digital work.

Programming C# 8.0

Programming C# 8.0
Author: Ian Griffiths
Publisher: "O'Reilly Media, Inc."
Total Pages: 775
Release: 2019-11-26
Genre: Computers
ISBN: 1492056766

C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you’ll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 8.0 fundamentals and techniques for building cloud, web, and desktop applications. Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You’ll get up to speed on .NET Core and the latest C# 8.0 additions, including asynchronous streams, nullable references, pattern matching, default interface implementation, ranges and new indexing syntax, and changes in the .NET tool chain. Discover how C# supports fundamental coding features, such as classes, other custom types, collections, and error handling Learn how to write high-performance memory-efficient code with .NET Core’s Span and Memory types Query and process diverse data sources, such as in-memory object models, databases, data streams, and XML documents with LINQ Use .NET’s multithreading features to exploit your computer’s parallel processing capabilities Learn how asynchronous language features can help improve application responsiveness and scalability