Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Microsoft® Windows® Command-Line Administrator's Pocket Consultant (Pro - Administrator's PC) Review

Microsoft® Windows® Command-Line Administrator's Pocket Consultant (Pro - Administrator's PC)
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft® Windows® Command-Line Administrator's Pocket Consultant (Pro - Administrator's PC)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft® Windows® Command-Line Administrator's Pocket Consultant (Pro - Administrator's PC). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Microsoft® Windows® Command-Line Administrator's Pocket Consultant (Pro - Administrator's PC) ReviewThis is a very well written book with every page being very useful and consise. Each page is a treasure, which is a far cry to a lot of tech books filled with fluff and opinion these days.
I am both a Solaris and Windows system administrator, and though I dearly love GUI interface to access complex things, I would not like to repeat these tasks on hundreds of desktops. With this book, I found that I could automate chores and remotely configure desktops. There are so many gems in this book, this is a MUST have for any PowerUser, Admin, or anyone simply wanting to use command-line alternatives.
In the beginning Stanek covers the differences between Windows and MS-DOS command shells (cmd vs command) and environments, Win2k3 Reskit, and Cmd Shell fundamentals (similar but slightly different that ol' DOS Batch files). He then jumps into (Chap 4) one of the most important topics, task scheduling from the command line, which is essential for automation, especially for backups, virus updates, etc. The following chapters, he covers topics like registry maintence, process management, event logging, disk maintences (RAID, partitioning, formatting, etc.). The process management part can be useful in killing spyware processes, especially for spyware that blocks out such functionality through the GUI.
My favorite sections that have the most impact for me is Active Directory tools (account creation, groups, etc.), printer management, and network management. I tried to figure out, for instance, the enigma of "netsh" command before without success, and this book helped me on that powerful tool. Now armed with this knowledge, I can remotely configure desktops IP addresses, and monitor the health of printers, without even getting out of my seat.
All in all, this book is excellent. Very well organized chapters and flow of information, and very well written. It's works both for general reading and also as a reference.Microsoft® Windows® Command-Line Administrator's Pocket Consultant (Pro - Administrator's PC) Overview
Portable and precise, this pocket-sized guide delivers ready answers for managing Microsoft Windows Server 2003 and Windows XP from the command line. Zero in on core command-line tools and techniques-learning timesaving ways to extend your operational efficiency and reach over multiple domains and networks. With its quick-reference tables, lists, and step-by-step instructions, this book delivers the fast, accurate information you need to get the job done-whether you're at your desk or in the field!

Get fast facts to:

Create and use command-line scripts
Perform multiple, complex operations by grouping commands
Run commands, scripts, and programs on a scheduled basis
Use event-logging tools to monitor and fine-tune system performance
Gain control over disks beyond what you can do from the GUI
Administer Active Directory users and groups, computer accounts, and domains
Maintain network printers and print services
Configure, manage, and troubleshoot TCP/IP networking services
Get tips for using command-line related Resource Kit tools


Want to learn more information about Microsoft® Windows® Command-Line Administrator's Pocket Consultant (Pro - Administrator's PC)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Windows Batch File Programming/Book and Disk Review

Windows Batch File Programming/Book and Disk
Average Reviews:

(More customer reviews)
Are you looking to buy Windows Batch File Programming/Book and Disk? Here is the right place to find the great deals. we can offer discounts of up to 90% on Windows Batch File Programming/Book and Disk. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Windows Batch File Programming/Book and Disk ReviewThis book is an excellent overall view of Winbatch and the sample programs have saved me an enormous amount of time. I was able to become functional with Winbatch the day I received the book.Windows Batch File Programming/Book and Disk OverviewThis text provides a guide to creating Windows batch files, complete with a disk containing a program for developing these time-saving tools. It explains how to create batch files with Windows interface controls, such as list boxes, dialogue boxes, text boxes and buttons.

Want to learn more information about Windows Batch File Programming/Book and Disk?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications Review

Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications ReviewThis book by Stefan Björnander is a good introduction to Windows MFC programming using Visual C++ 2008. Like its competition, Ivor Horton's Beginning Visual C++ 2008, this book brings an up-to-date perspective on MFC. Unlike Ivor Horton's book, this book is about one-third the size and, as such, may be more readable. (On the other hand, Horton's book costs about $5 less, is more extensive at over 1300 pages, and is far more popular.)
The first two chapters (slightly over 100 pages in total) provide a quick overview of C++ with the second chapter reviewing object-oriented programming. The remaining seven chapters concern Windows programming, with much of the chapters consisting of explanations of source code given the book's teach-by-example methodology.
Unlike almost all other books in the MFC C++ genre, the source code is current since it was made with Visual C++ 2008. The source code includes five Windows MFC applications, including a basic word processor, a basic spreadsheet, and a Tetris-like game. The book also includes source code for console-based projects. (The source code is available at the publisher's site.) A good supplement to this book are the online "How Do I Videos?" from Microsoft on Visual C++ MFC programming as well as MSDN articles like "Use Our ManWrap Library to Get the Best of .NET in Native C++ Code."Below is the book description from the publisher's website:
"Visual C++ is an established development language for Windows desktop applications. This book shows you how to develop professional, real-life applications by examining real world examples. It is fast, and used in millions of applications throughout the world.
With this book you will learn how to create applications using MDI, complex file formats, text parsing and processing, graphics, and interactions. Every essential skill required to build Windows desktop-style applications is covered in the context of fully working examples.
The book begins with a quick primer on the C++ language, and using the Visual C++ IDE to create Windows applications. This acts as a recap for existing C++ programmers, and a quick guide to the language if you've not worked with C++ before. The book then moves into a set of comprehensive example applications, presenting the important parts of the code with explanation of how it works, and how and when to use similar techniques in your own applications.
The applications include: a Tetris-style game, a drawing application, a spreadsheet, and a word processor.
If you know the C++ language, or another Windows-based programming language, and want to use C++ to write real, complex applications then this book is ideal for you.
When you read this book, you will learn to:
--Build larger, more powerful, user friendly C++ applications
--Create MDI (multiple document interface) applications and use otherWindows application interface elements
--Create memory structures for complex application objects: documents, spreadsheets, drawings
--Save files to represent these memory structures
--Parse and process text, display interactive graphics, and handle input from the mouse and the keyboard
Who this book is written for:
The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++.
If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you. "Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications OverviewVisual C++ is an established development language for Windows desktop applications. This book shows you how to develop professional, real-life applications by examining real world examples. It is fast, and used in millions of applications throughout the world. The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++. If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you.

Want to learn more information about Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Concurrent Programming on Windows Review

Concurrent Programming on Windows
Average Reviews:

(More customer reviews)
Are you looking to buy Concurrent Programming on Windows? Here is the right place to find the great deals. we can offer discounts of up to 90% on Concurrent Programming on Windows. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Concurrent Programming on Windows ReviewI really wanted to like this book, but in the end I couldn't. It seems to me to be at least twice as long as it needs to be, extremely poorly and confusingly written, and a mish-mash of random odds and ends. I don't think the author has really worked out who his target audience is. Is it people who have a serious interest in the logic of concurrent programming - in which case you'd be better off reading the original papers by the likes of Dijkstra and Hoare, or the much much shorter book by Ben-Ari? Or is it aimed at people who want to write concurrent programs that work on Windows? In which case you'd be better off reading the much shorter book by Beveridge and Wiener.
Proof-reading and quality control is shoddy. For example, I have the distinct impression that at some point some-one has done a global replace of "task" with "thread" in the text, resulting in jibber-jabber such as "though it's highly unlikely that anybody reading this book will have to take on such a thread" on page 60, to cite one example out of several that I noticed.Concurrent Programming on Windows Overview"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 CorporationAuthor 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.

Want to learn more information about Concurrent Programming on Windows?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 Review

RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5
Average Reviews:

(More customer reviews)
Are you looking to buy RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5? Here is the right place to find the great deals. we can offer discounts of up to 90% on RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 ReviewThere are two things I really liked about Flanders' book:
(1) It has a gradual progression from concept to implementation that is both easy to read and very structured. It made the whole book very valuable. The initial section on REST is concise and either enlightening or revision, depending on what you already know. The transition to WCF programming is just as smooth.
(2) It zeroes in on the essentials and provides very lean tutorials on the meat of implementing RESTful services. This is key because WCF as a technology is fairly dense and sprawling. Flanders starts with a quick tutorial of non-SOAP based web programming using WCF. And he covers both server side API implementation and client side consumption of the same.
RESTful .NET's biggest strength is that it is concise, clear and lean. To that point, you need the basics of HTTP, SOAP, WCF, XML, C# and (briefly) ASP in place.RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 Overview
RESTful .NET is the first book that teaches Windows developers to build RESTful web services using the latest Microsoft tools. Written by Windows Communication Foundation (WFC) expert Jon Flanders, this hands-on tutorial demonstrates how you can use WCF and other components of the .NET 3.5 Framework to build, deploy and use REST-based web services in a variety of application scenarios. RESTful architecture offers a simpler approach to building web services than SOAP, SOA, and the cumbersome WS- stack. And WCF has proven to be a flexible technology for building distributed systems not necessarily tied to WS- standards. RESTful .NET provides you with a complete guide to the WCF REST programming model for building web services consumed either by machines or humans. You'll learn how to:

Program Read-Only (GET) services
Program READ/WRITE services
Host REST services
Program REST feeds
Program AJAX REST clients
Secure REST endpoints
Use workflow to deliver REST services
Consume RESTful XML services using WCF
Work with HTTP
Work with ADO.NET Data Services (Astoria)

RESTful .NET introduces you to the ideas of REST and RESTful architecture, and includes a detailed discussion of how the Web/REST model plugs into the WCF architecture. If you develop with .NET, it's time to jump on the RESTful bandwagon. This book explains how. "While REST is simple, WCF is not. To really understand and exploit this part of WCF requires a knowledgeable and experienced guide. I don't know anybody who's better suited for this role than Jon Flanders. ...Jon is first-rate at explaining complicated things. This book is the best introduction I've seen to creating and using these services with WCF." --David Chappell, Chappell & Associates


Want to learn more information about RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Programming Windows Azure: Programming the Microsoft Cloud Review

Programming Windows Azure: Programming the Microsoft Cloud
Average Reviews:

(More customer reviews)
Are you looking to buy Programming Windows Azure: Programming the Microsoft Cloud? Here is the right place to find the great deals. we can offer discounts of up to 90% on Programming Windows Azure: Programming the Microsoft Cloud. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Programming Windows Azure: Programming the Microsoft Cloud ReviewThe author does little more than recap information that is readily available in the SDK documentation, and has added hardly any thought about the practicalities of Azure development. (In fact, I could find NO evidence of such thought, but I've written "hardly any," in case I missed an iota.) For example, if you want to use an Azure Worker Role, you might create one from the template provided by the Azure SDK add-in to Microsoft Visual Studio. You will peruse the automatically-generated code and think to yourself, perhaps, "okay: what are the implications of the different alternatives for sleeping on the thread in the Run() method." You won't find that question or any others answered in Krishnan's book, though. What you will find is text that simply restates what you will read in the generated template. So save yourself $49.99 and just download the SDK and read the templates. Perhaps you want to use SQL Azure in your solution? The author devotes 9 pages to that subject. Here are a couple of things you might want to do if you actually want to use SQL Azure:
(1) Take a definition of an existing database and deploy that into Azure. There is nothing at all on how one might accomplish that ... not so much as a hand-wave in the direction of the Visual Studio Database Edition facilities that would allow you to generate a complete definition of your database for deployment to SQL Azure.
(2) Connect to a SQL Azure database from an Azure Web or Worker role. Krishnan has a code snippet showing how to accomplish that (which one could have found in the Azure SDK documentation easily enough) but not a word about how one might not HARD CODE the connection parameters, but instead get them from configuration, and, in that case, how best to secure the configuration information.
Questions like these would arise for anyone who is actually trying to write anything more than a "Hello, World" application, and who develops software professionally. There are no answers to any of those sorts of questions here. I believe I have read all of the books on Azure published to date, and among those, Tejaswi Redkar's "Windows Azure Platform," is by far the best.Programming Windows Azure: Programming the Microsoft Cloud Overview
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


Want to learn more information about Programming Windows Azure: Programming the Microsoft Cloud?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

The MFC Answer Book: Solutions for Effective Visual C++ Applications Review

The MFC Answer Book: Solutions for Effective Visual C++ Applications
Average Reviews:

(More customer reviews)
Are you looking to buy The MFC Answer Book: Solutions for Effective Visual C++ Applications? Here is the right place to find the great deals. we can offer discounts of up to 90% on The MFC Answer Book: Solutions for Effective Visual C++ Applications. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

The MFC Answer Book: Solutions for Effective Visual C++ Applications ReviewI now own four Visual C++ books, and after a year or so of programming with MFC, this is often the book I turn to first. When you've used MFC for a while, you realize that if your application fits exactly into the mold forseen by the MFC programmers, your job is a snap. But I've never had an application quite like that. There is always something that has to be different from the straight-and-narrow path. This book is the first line of defence for how to deal with those tweaks.
Many of the questions that this book answers cannot be answered by reading Microsoft's documentation (this is not particularly a slam at Microsoft: the system is just too huge to document everything to the last detail), and the only real way to answer them is to read the source code for MFC. Luckily for us, Eugene Kain has done this. A great feature of the book is that he gives both cookbook recipes to achieve a required tweak, AND an explanation of the relevant source code, so that you gain an understanding of how you might do something similar-but-not-quite-the-same.
My only complaint is that I want volume II, volume III, ...!
I recommend this book to all the (Unix background) programmers in my center that are starting to use Visual C++.The MFC Answer Book: Solutions for Effective Visual C++ Applications Overview

Want to learn more information about The MFC Answer Book: Solutions for Effective Visual C++ Applications?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Cloud Computing with the Windows Azure Platform (Wrox Programmer to Programmer) Review

Cloud Computing with the Windows Azure Platform (Wrox Programmer to Programmer)
Average Reviews:

(More customer reviews)
Are you looking to buy Cloud Computing with the Windows Azure Platform (Wrox Programmer to Programmer)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Cloud Computing with the Windows Azure Platform (Wrox Programmer to Programmer). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Cloud Computing with the Windows Azure Platform (Wrox Programmer to Programmer) ReviewThe author did a great job of introducing the Windows Azure platform and offer enough useful code samples. The first couple of chapters are introductions. Quickly, the chapters started with code samples that developers can use. What I liked the most is the code samples about interacting with Azure Tables and Blobs. For example, adding entities and download files chunks to MemoryStream. The author is evidently an experienced writer. He has done a great job in terms of topic selection, code samples, and presentation. If you are new to Windows Azure and would like to start working on it, this book can be a useful reference.
This book does not offer a comprehensive example of Azure application (from end to end). If you are experienced programmer or if you have someone on your team is, then you should be able to create your Azure application with some information covered in this book and supplemental information with your own research. Overall, I am pleased with this book's depth and coverage.Cloud Computing with the Windows Azure Platform (Wrox Programmer to Programmer) OverviewLeverage the power of the Azure Services Platform for cloud computing
With the Azure Services Platform, processing and storing data moves from individual corporate servers and Web sites to larger, more reliable, and more secure data centers. Roger Jennings, author of more than 30 books on Microsoft technologies, shows you how to leverage the power of Azure and its related services for cloud computing.
The book begins with a look at the differences between cloud computing and application hosting and examines the various issues that .NET developers and IT managers face in moving from on-premise to cloud-based applications, including security, privacy, regulatory compliance, backup and recovery, asset cataloging, and other common technical issues. The author then drills down, showing basic programming for individual Azure components, including storage, SQL Data Services, and .NET Services. He then moves on to cover more advanced programming challenges.
Explains the benefits of using the Azure Services Platform for cloud computing
Shows how to program with Windows Azure components, including Azure Table and Blob storage, .NET Services and SQL Azure
Addresses advanced programming challenges of creating useful projects that combine cloud storage with Web applications or services
Companion Web site features complete, finished applications that can be uploaded to jump start a Windows Azure project

Roger Jennings clears away the clouds and gets you started using the Azure Services Platform.

Want to learn more information about Cloud Computing with the Windows Azure Platform (Wrox Programmer to Programmer)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...