Software Books
Related Subjects:
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

Superb BookReview Date: 2001-01-28
Teaching Adaptive Filters Made EasyReview Date: 2000-03-28
Congratulations to Dr. B Farhang-Boroujeny!
Excellent!Review Date: 2001-09-22
Grrrrreat book!Review Date: 2000-02-04

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: $3.72

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: $0.01

Photo Organizer is the main improvementReview Date: 2004-11-28
Serious collectors should welcome PO. The only drawback is that it does not exist in the Mac version of E3; only in the Microsoft version. Huss speculates that Apple's iPhoto is too close in functionality for Adobe to economically develop a Mac version.
Wowzer, wowzer!Review Date: 2006-07-22
Light hearted, useful, and informativeReview Date: 2004-11-30
AWESOMEReview Date: 2005-08-19


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.18

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: $139.71

Great JobReview Date: 2006-02-25
A Comprehensive PrimerReview Date: 2007-08-28
The blending of the famous and the unknown, men and women, North and South, slave and free, provides for a tapestry that weaves together both the terror and the triumph of the African American experience which enabled them to move beyond the suffering to a place of healing hope. The faith-basis for so much of the African American triumph could have been covered more comprehensively, though it is more than hinted at in the original sources covered.
Reviewer: Bob Kellemen, Ph.D., is the author of Beyond the Suffering: Embracing the Legacy of African American Soul Care and Spiritual Direction .
A Great History BookReview Date: 2004-04-15
Terror and TriumphReview Date: 2007-01-21
The blending of the famous and the unknown, men and women, North and South, slave and free, provides for a tapestry that weaves together both the terror and the triumph of the African American experience which enabled them to move beyond the suffering to a place of healing hope. The faith-basis for so much of the African American triumph could have been covered more comprehensively, though it is more than hinted at in the original sources covered.
Reviewer: Bob Kellemen, Ph.D., is the author of Beyond the Suffering: Embracing the Legacy of African American Soul Care and Spiritual Direction , Soul Physicians, and Spiritual Friends.

Used price: $101.35

A "MUST" book for any Computer Science studentReview Date: 2002-01-13
Engineering class during the whole semester. I found it extremely useful for its nice structure, content and diversity of subjects treated, especially the ones in computational geometry such as Geometric Sweeping and Voronoi diagrams, for instance. I believe this book should be useful to any student taking algorithms class for its structureness, clearness, and completeness.
Better than the other books.. but not perfectReview Date: 2000-03-30
Overall.. if you're a student taking an algorithms or advanced algorithms class (especially a graduate class), you might want to invest in this book.
From M. H. Suwaiyel's studentReview Date: 2001-08-20
An excellent book on algorithm analysisReview Date: 2000-04-07
Most of the chapters are intended for a senior level undergraduate and graduate student, but some (such as part 4 devoted to complexity problems) are more suitable for "mature" audience and require some preliminary knowledge in the area.
I found chapters on sorting, data structures, recursion and functional programming well written and structured, and examples to be practical as well as informative.
Sections on amortized analysis, randomized algorithms, approximation algorithms and iteration improvement deal with current directions in the algorithmic research and provide an excellent overview of the "state-of-the-art" in these areas. I also enjoyed reading through the section on greedy algorithms (shortest path and minimum spanning tree problems).
Section on computational complexity and analysis of the relationship between complexity classes seems to be a bit complicated, those who are interested in this area should probably do some preliminary reading.
The last section on computational geometry (my area of expertise) and applications of Voronoi diagrams could be extended, but even in the current state it givs a pretty good idea of what computational geometry is all about.
Overall, I give to this book a "5 star" review and recommend it for anyone who is seriously interested in learning exactly how algorithm design and analysis work. I thoroughly enjoyed reading this book and can only wish that author would write more books like that in the future!

Used price: $0.01

excellent conditionReview Date: 2005-09-16
A great starter...Review Date: 2000-03-24
dominated by the WebReview Date: 2007-07-12
The book then segues naturally from HTML to XML. Where you can now write your own tags. Immensely flexible and popular.
It is only after this, that the book goes into the traditional topics of computer science. The explanations of what makes a programming language. He uses JavaScript as one example of such a language. So you learn about constructs like for loops, if-else and while statements.
The book is really dominated by the Web. The pedagogy stresses this.
Very Good, Very Well-Written BookReview Date: 2004-12-16
Related Subjects:
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