
Collapse
Featured Categories
1-10 of 10 Items < Prev | 1 | Next >
1. | ![]()
Windows System Programming, Fourth Edition By: Johnson M. Hart Publisher: Addison-Wesley Professional Publication Date: 29-JAN-2010 Insert Date: 30-AUG-2009 | Overview: Windows System Programming, Fourth Edition This is the 4th edition of Johnson Hart's popular Windows
Programming book. First published in 1997 (as Win32 System
Programming) this book has been updated for Win64 and delves
into topics like Visual Studio, OpenSource and Parallelism.
Hart's covers the externals at the Windows API (Application
Programming Interface) level and shows how to develop application
programs to run on Windows. A complementary read to Mark
Russinovich's book on Windows internals, it fully explains the
features described and how to use them....
|
2. | ![]() Microsoft® Windows® PowerShell 2.0 Programming for the Absolute Beginner, Second Edition By: Jerry Lee Ford Jr. Publisher: Course Technology PTR Publication Date: 19-DEC-2008 Insert Date: 05-JUN-2009 Bookshelf Slots: 1.0 | Overview: Microsoft® Windows® PowerShell 2.0 Programming for the Absolute Beginner, Second Edition 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...
|
3. | ![]() Sams Teach Yourself Beginning Programming in 24 Hours, Second Edition By: Greg Perry Publisher: Sams Publication Date: 02-NOV-2001 Insert Date: 13-AUG-2008 Bookshelf Slots: 1.0 | Overview: Sams Teach Yourself Beginning Programming in 24 Hours, Second Edition This is the Safari online edition of the printed book.
Sams Teach Yourself Beginning Programming in 24 Hours, Second
Edition explains the basics of programming in the successful
24-Hours format. The book begins with the absolute basics of
programming: Why program? What tools to use? How does a program
tell the computer what to do? It teaches readers how to program the
computer and then moves on by exploring the some most popular
programming languages in use. The author starts by introducing the
reader to the Basic language and finishes with basic programming
techniques for Java, C++, and...
|
4. | ![]() By: Tim Patrick; John Clark Craig Publisher: O'Reilly Media, Inc. Publication Date: 21-SEP-2006 Insert Date: 07-OCT-2006 Bookshelf Slots: 1.0 | Overview: Visual Basic 2005 Cookbook
This book will help you solve more than 300 of the most common
and not-so-common tasks that working Visual Basic 2005 programmers
face every day. If you're a seasoned .NET developer, beginning
Visual Basic programmer, or a developer seeking a simple and clear
migration path from VB6 to Visual Basic 2005, the Visual Basic
2005 Cookbook delivers a practical collection of
problem-solving recipes for a broad range of Visual Basic
programming tasks.The concise solutions and examples in the Visual Basic 2005
Cookbook range from simple tasks to the more complex, organized
by the types of problems...
|
5. | Overview: XAML in a Nutshell
When Microsoft releases Windows Vista, the new operating system
will support applications that employ graphics now used by computer
games--clear, stunning, and active. The cornerstone for building
these new user interfaces is XAML ("Zammel"), the XML-based markup
language that works with Windows Presentation Foundation (WPF),
Vista's new graphics subsystem.An acronym for Extensible Application Markup Language, XAML
offers a wealth of new controls and elements with exciting
capabilities, including animation and rendering of 3D graphics.
Windows developers are already jazzed by the...
|
6. | ![]() Programming Windows Presentation Foundation By: Chris Sells; Ian Griffiths Publisher: O'Reilly Media, Inc. Publication Date: 12-SEP-2005 Insert Date: 18-OCT-2005 Bookshelf Slots: 1.0 | Overview: Programming Windows Presentation Foundation
Windows Presentation Foundation (WPF) (formerly known by its code
name "Avalon") is a brand-new presentation framework for Windows XP
and Windows Vista, the next version of the Windows client operating
system. For developers, WPF is a cornucopia of new technologies,
including a new graphics engine that supports 3-D graphics,
animation, and more; an XML-based markup language (XAML) for
declaring the structure of your Windows UI; and a radical new model
for controls.
Programming Windows Presentation Foundation, authored by
Microsoft Software Legend Chris Sells and WPF guru Ian Griffiths,
is...
|
7. | ![]() By: Wei-Meng Lee Publisher: O'Reilly Media, Inc. Publication Date: 22-SEP-2005 Insert Date: 29-SEP-2005 Bookshelf Slots: 1.0 | Overview: Visual Basic 2005 Jumpstart
Okay, all you VB6 developers--time's up. As of March 2005,
Microsoft no longer supports this version of Visual Basic. And you
can't blame them. Three years ago, they introduced the .NET
Framework--an elegant, powerful platform--along with the new
component-based VB.NET language. But roughly five million of you
decided to stick with VB6, mostly to maintain legacy Windows and
COM projects.
Now, with the upcoming release of VB 2005, Microsoft has several
attractive reasons to upgrade that you'll find hard to resist,
including the return of some VB6 features. And we have the perfect
book to help...
|
8. | ![]() By: Jesse Liberty Publisher: O'Reilly Media, Inc. Publication Date: 16-SEP-2005 Insert Date: 28-SEP-2005 Bookshelf Slots: 1.0 | Overview: Programming Visual Basic 2005
This newest programming guide by bestselling author Jesse Liberty
isn't your typical Visual Basic book. It's not a primer on the
language, and it won't dull your brain with arguments hyping .NET
either. Its goal, rather, is to make you immediately productive,
creating Windows and Web applications using Visual Basic 2005 and
Visual Studio 2005.
Written for VB6 and novice programmers, the book shows how
Visual Basic 2005 can be used to rapidly build modern Windows and
web applications.What makes this book different is what's not included.
There's no introduction to Visual Basic, no explanation...
|
9. | ![]() Programming .NET Windows Applications By: Jesse Liberty; Dan Hurwitz Publisher: O'Reilly Media, Inc. Publication Date: 28-OCT-2003 Insert Date: 06-DEC-2003 Bookshelf Slots: 1.0 | Overview: Programming .NET Windows Applications
For those of you who develop standalone Windows applications for
PCs and other devices, Microsoft's .NET Windows Forms provide a
much better way to get it done. This new technology gives you more
power and flexibility for a fraction of the effort compared to
classic Win32 development, with a streamlined programming model
that deals automatically with many tedious details that once
plagued developers. As with most things .NET, the only hitch is the
learning curve. But that's where acclaimed author Jesse Liberty
makes the difference with Programming .NET Windows
Applications. With this...
|
10. | ![]() Practical C Programming, 3rd Edition By: Steve Oualline Publisher: O'Reilly Media, Inc. Publication Date: 01-AUG-1997 Insert Date: 26-SEP-2002 Bookshelf Slots: 1.0 | Overview: Practical C Programming, 3rd Edition
There are lots of introductory C books, but this is the first one
that has the no-nonsense, practical approach that has made Nutshell
Handbooks(R) famous. C programming is more than just getting the
syntax right. Style and debugging also play a tremendous part in
creating programs that run well and are easy to maintain. This book
teaches you not only the mechanics of programming, but also
describes how to create programs that are easy to read, debug, and
update. Practical rules are stressed. For example, there are
fifteen precedence rules in C (&& comes before || comes
before ?:). The...
|
1-10 of 10 Items < Prev | 1 | Next >
About Safari Books Online •
Terms of Service •
Privacy Policy •
Contact Us •
Corporate Licenses •
Help •
Accessibility |
![]()
![]()
![]()
![]()
Copyright 2009 Safari Books Online. All rights reserved.




