Programming Books
Related Subjects: Tutorials
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

A great text on the "accomplishing" process.Review Date: 1999-11-10
Powerful and Dynamic Problem Solving/Improvement Tool!Review Date: 1999-11-05
Everyone who routinely has to make decisions needs to read and apply this book to their lives!
great process for problem solvingReview Date: 1999-11-02
Simple, powerful decision making applicable in all venues.Review Date: 1999-10-31

Used price: $0.99

Best technical book in many yearsReview Date: 2003-08-23
Great book for Mac DIYs (do-it-yourselfers)!Review Date: 2004-02-07
Unfortunately however, Panther ships with Postfix preinstalled (and from what I've read Postfix is a better alternative to Sendmail) so obviously the steps for configuring Postfix weren't included in the book. I emailed the author (who thoughtfully provides his email address in the book for help related questions) asking for instructions to configure Postfix, and within hours he emailed me concise details of how to configure Postfix with a shareware program called Postfix Enabler.
Just a short while later my iBook was not only an HTTP web server, but a POP/IMAP email server too. I had no idea it would be so easy, and there's 49 other wonderful techniques that are simple to follow: everything from using the command line with Terminal to installing PHP and MySQL and so much more.
The front of the book does say, "Covers Jaguar!", but I've been using it with Panther and the only trouble I had was with the Postfix issue. It's one of the most helpful OS X books I've ever read.
Excellent book to help one get the most out of Mac OSXReview Date: 2003-10-21
The Kissell magic for 50 Fast MAC OS X TechniquesReview Date: 2003-09-09

Used price: $0.38

This book is greatReview Date: 2003-09-12
Byron Giles
www.gilestechgroup.com
All in all - a great bookReview Date: 2003-01-28
Anyway, this was a great BASIC Access book. I did, however, have to send an email to Prentice Hall. After a week, I still have not heard from them. There are sections in the book called, "Discovery Zone Exercises". They let you figure out what to do by using "Help". Sometimes "Help" is no "Help". My advice to you is, if you can not figure out the "Zone" exercises just go on. I found one answer in the "Intermediate" book. Another at a book store.
With all that, the book is well written. They have you do the same thing more than once and sometimes in different ways. It earns 5 star's.
I am now starting on the "essentials Access 2000 intermediate" book. Look for that review.
Excellent resource for classReview Date: 2000-12-21
ExcellentReview Date: 2000-01-06

Used price: $133.80

excellent collection of informationReview Date: 1999-01-02
review from signal processing viewReview Date: 2002-12-12
Review from signal processing ViewReview Date: 2002-12-12
The best reference for ANC algorithmsReview Date: 1999-08-20

Used price: $28.95

Really good for ADO.NET programmersReview Date: 2008-06-22
After several days, I've finally finished reading this book. This is really a very complete book wit lots and lots (and lots!) of examples. It's fair to say that it covers most (if not all) ADO.NET related scenarios (I'm an SQL Server user but if you're into Oracle then it also has several examples that show how to use ADO.NET and Oracle).
I do have one complaint though: chapter 8. Currently, I'll personally "hurt" anyone that is working on the same project as me and that uses ADO.NET objects on window forms or ASP.NET front ents! Ok, I'm not violent, so I wouldn't really hurt anyone :) serioulsy, don't use ADO.NET objects on your UI.
Having said this, I still recommend it (specially if you're working with ADO.NET).
Great Resource For .NET DB DevelopersReview Date: 2008-06-12
Subjects covered include:
- connecting to a variety of data sources
- working with disconnected data objects (datasets)
- querying data
- executing functions and stored procedures
- using LINQ
- searching and filtering data
- adding and updating data
- copying/transferring data
- database integrity
- binding data to web forms
- XML data
- optimizing .NET data access
- debugging stored procedures
- doing batch updates
- enumerating SQL servers
- SQL Server CLR integration
I feel that is an outstanding companion book for .NET database developers that are looking for a resource that specifically outlines tasks into a neat, organized manner. Instead of thumbing through a book to figure out a particular way to do something, these common tasks and questions are broken up for ease of use and efficiency. If you are a .NET DB developer you definitely owe it to yourself to add this great book to your collection of technical books immediately.
***** HIGHLY RECOMMENDED
Review from a "professional" reviewerReview Date: 2008-05-31
I had only a few complaints about the book. The first complaint is with the title. It says ADO.NET v3.5 but in reality almost all the recipes cover any version of ADO.NET from v2 on. This might cause some people to shy away from the book. This book is really for anybody using ADO.NET.
This leads me to the second complaint. There really was no 3.5 content mentioned. LINQ and SQL 2008 were mentioned a few times but they aren't specific to ADO.NET v3.5. LINQ itself seemed out of place for the topic.
The final complaint I had was that the recipes are mostly designed to be copy and pasted into working code. The code samples don't really follow what I would consider an appropriate pattern for professional code. Therefore simply copy/paste will cause more problems than not. It really would have required no additional lines of code and would not have complicated things to have "done it right". Still this seems to be standard practice for most technical books so I can't harp too much.
Overall I recommend this book for anyone who works with (or will) ADO.NET of any version.
Review from a tech reviewerReview Date: 2008-04-14
I've been using the various incarnations of Microsoft data access technologies for quite some time and have been using ADO.NET for a few years, so I wondered whether I was going to learn anything new from this book. It covers all of the territory to get started (connection strings, basic usage of ADO.NET classes, etc.), but what I really appreciated was that it topics that advanced ADO.NET users would find useful and I certainly learned a few new tricks.
The topic on writing provider and database independent code (Section 10.22) which covers how to do it right if you are targeting .NET 1.1 (which we do) was particularly useful to me. Chapter 10 (Optimizing .NET Data Access) is just generally a good chapter no matter what your level and covers asynchronous SQL calls (executing and cancelling), ASP.NET data caching, paging queries, SQL Server stored procedure debugging and more.
Since my job was to actually run every code snippet, I can vouch for their quality. Most are built off the AdventureWorks sample database that comes with SQL Server Express, so they are ready to run. The rest come with full DDL to create what you need (databases, stored procedures, etc), and the code and SQL is available online so you don't have to type it in.

Used price: $0.65

Highly recommended!Review Date: 2004-09-22
Best PDF Book I've SeenReview Date: 2004-07-16
The Essential Guide to Acrobat 6.0Review Date: 2004-07-08
If you must only have one Acrobat 6 resource, make it this!Review Date: 2004-07-08
that are waaaaay to big, or have missing fonts to my small marketing/pr
firm. I may buy copies for every designer I work with.

Used price: $76.42

Crisp as New.Review Date: 2005-09-17
Great bookReview Date: 2005-06-18
Great Introductory BookReview Date: 2005-10-29
Anyway, it's still a great textbook for an introductory course in data structures. Just be sure to get another textbook on the same material down the road if you want to get a more detailed understanding of the concepts presented.
Data Structures with C++ and STL not only for C programmersReview Date: 2004-09-27
This book is very good for students who already know how to program in C, C++ or Java. The first C or C++ course does not have to cover introduction to OOP though. My students learn C part of C++ in the first programming course. This book covers object oriented programming part of C++, and introduces/reintroduces pointers, file IO with streams, and C++ strings (good for former Java programmers). Then it follows into data structures. It starts with its own definitions of dynamic array that grows, and a simple linked list as basic data containers. Then it focuses on organizing access to data with stack and queue, and then migrates to the standard template library (STL). Everything is kept on the undergraduate student level. All other STL books I know assume that you are already an expert in programming or at lest for students after two programming courses, and are too difficult for average non-CS students.
I originally rated the first edition with four-stars only because it introduced pointers very late, out of the proper sequence and added the fifth star for the unique blend of introduction to OOP C++ and data structures, and STL. However, this edition is free from this inconvenience and it also makes C++ and data structures course accessible to former Java programmers. It gets true five stars from me this time.

Used price: $174.95

Powerbuilder power lessonReview Date: 2006-11-14
An excellent book for further PowerBuilder learningReview Date: 2002-01-05
Get the right wayReview Date: 2000-05-26
Excellent BookReview Date: 2000-08-12

Used price: $3.91

Sharepoint Solutions for Advanced developersReview Date: 2005-05-07
The Advanced book is not a complete reference on Sharepoint technologies. Instead it contains 8 chapters, which covers widely different areas. There are few chapters which are not covered by other Sharepoint books. This book is good source for CAML, Information Bridge Framework, Business Scorecard Accelerator, Sharepoint and BizTalk Integration, and for Sharepoint and Content Management Server Integration.
Since these topics are usually not covered in regular Sharepoint books, it becomes good source for these topics.
The book has good amount of source code (in C#) along with the text and provides some great ideas for system integrations. But as I said before it is not a complete reference book, just some great solutions for customizing and integrating Sharepoint technologies.
still often need programming for integrationReview Date: 2005-02-22
Perhaps the more important of these are discussed in the second half of the book. Microsoft has developed several other intricate applications, independently of SharePoint. But consider how it integrated the various parts of its Office suite, so that you can easily go from Excel to PowerPoint, say. In similar wise, Hillier explains how SharePoint is compatible with Information Bridge Framework, Business Score Cards Accelerator, BizTalk Server 2004 and the Content Management Service. Granted, none of these is as successful and widespread as something like Excel. These packages are far more specialised and their usages might often involve some programming effort. Thus too, using SharePoint with them also necessitates programming.
Ok, there are parts where you might pass an XML data file to an application, where this file tells it much of what you want it to do. And the XML approach is declarative, not procedural, so it minimises your programming effort. But typically, there are places where you still need the latter.
My impression of what Hillier describes is that Microsoft is not done with further refining of this integration. There are simply too many low level programming steps to be currently dealt with. No fault of Hillier's, naturally. He's calling it as it is. But let us hope that Microsoft continues improving these products.
Best Sharepoint Developer AuthorReview Date: 2006-04-03
For example: developers need to write web parts. Web parts are custom controls. Can't view a custom control at design/development time, right? Need to install it into SharePoint, run it, test. Right?
Wrong! Scott shows you how to design, develop, and debug at design-time. This little tidbit alone is worth the price of the book.
All of his books will help you become the best SharePoint developer out there.
Finally the answersReview Date: 2005-11-07

Used price: $104.52

Essential for information warfareReview Date: 2007-11-21
Adversarial Reasoning - Exploring The Undiscovered Country!Review Date: 2007-03-29
For anyone interested in going beyond the exercise of counting and analyzing things (airplanes, missiles, bullets, etc), this book is an essential addition. Why? Because it shows new applications of maturing fields of science to the task of UNDERSTANDING THE ENEMY.
The only weakness, and a minor one at that, is that the book, though new, does not address some of the state-of-the-art analytical tools now becoming available. But, perhaps these will be covered in follow-on books. They should be.
Defines the Current State of the ArtReview Date: 2006-11-21
The inverse of this problem is to analyze what the adversary can or might do that would affect your own security. As this capability began to be realized, DARPA, the central research authority of the US Department of Defense began several research programs to assist in predicting what an adversary might do.
This book is written by several researchers in the field who describe the particular aspects of their own research as it ties into the overall research being conducted. The book is organized into three general areas:
Determinining the Opponents Intent and Plans,
Detecting Deception,
Operating with Limited and Perhaps Corrupted Information.
This book represents the state of the art in the field as it ties in game theory, artificial intelligence, behaviorial science, statistical and probabilistical methods, along with numerous computer science procedures to begin to see what our adversaries are planning.
Powerful even without the mathsReview Date: 2007-05-17
Coming from a liberal arts background (masters in poli-sci, BA in classical humanities), things like sigma notations and multiple Greek letters in a formula make me break out in a cold sweat and the shakes. Despite this disadvantage, the qualitative parts of each chapter were of great relevance to anyone involved in predictive analysis of n-player games (like geo-politics). Each chapter started with a clear and well articulated presentation of the material before going into the maths and computer applications of the concepts. It is this presentation that I read, before having to go for a lie-down when I saw all the formulae.
The book was laid out logically, with a handy little matrix to show the appropriate chapter for a given sub-topic up front. The first section was a discussion of the opponent and infering and identifying the opponent's intent. The second section was a discussion of deception. The third section was split between the impact of imperfect information and strategizing. Deception (building on the discussions of opponent's intent) was both the best developed concept, and probably the one most directly applicable by the non-computer person. Imperfect information, however, may be the most important discussion in the book as this is the situation most disturbing to real world actors.
The closest thing to a criticism is just a vague perception that the authors might be a little naive about the ruthlessness of real world actors. This may be an artifact of the academic language. Also, a closer examination of situations of asymmetric utility and the impact of this situation on all actors in game play would be valuable to real world applications.
Over all, a great work. This work re-written in purely qualitative terms for poli-sci and military folks (n.b. history is the most common major among Army officers) would be a valuble addition to the education of future political and military leaders.
For folks from liberal arts backgrounds - don't let the numbers cow you, there is a lot of value in the first pages of each chapter.
Related Subjects: Tutorials
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250