Used price: $7.59
Buy one from zShops for: $8.85
Used price: $9.95
Buy one from zShops for: $12.98
The book is peppered throughout with specific Internet company war stories from the last decade that well illustrate their insights and keep the prose entertaining and punchy. I would definitely recommend this book for folks interested in founding or working at a startup, especially first-time entrepreneurs that haven't had much experience with venture capitalists.
Used price: $7.77
Buy one from zShops for: $8.00
Please feel free to send questions or comments to mmount@essex1.com
List price: $39.99 (that's 30% off!)
Used price: $30.35
Buy one from zShops for: $25.00
A reader should finish this book with a basic understanding of C#, ASP.NET, ADO.NET, OOP, Event-driven programming, data structures, components, assemblies, custom controls, error handling, debugging, web services, and security. Highly recommended for someone starting from scratch -- or with only a brief introduction to programming. Someone with programming experience will find about one-fourth of the book to be too basic. Someone with prior experience using an OOP language will find about one-third of the book to be material they already know. Still, it provides a useful introduction to ASP.NET; especially in regard to the structure of ASP.NET and the use of server side controls. Many bits of wisdom can be found throughout the book -- such as on Page 141, "DataStart and DateEnd are better than StartDate and EndDate, as these two related methods will then come next to each other in an alphabetically sorted search."
The Index is 28 pages and very useful.
Here are the chapters:
1) Getting Started with ASP.NET.
2) Anatomy of a ASP.NET Page
3) Forms and HTML Server Controls
4) Storing Information in C#
5) Introducing XML
6) Control Structures and Procedure Programming
7) Even-driven Programming and Postback
8) Introduction to Objects
9) Shared Members and Class Relationships
10) Objects in ASP.NET
11) Objects and Structured Data
12) Reading from Data Sources
13) Manipulating Data Sources
14) ASP.NET Server Controls
15) Reusable Code for ASP.NET
16) .NET Assemblies and Custom Controls
17) Debugging and Error Handling
18) Web Services
19) Configuration and Optimization
20) ASP.NET Security
Jim Holloman
Atlanta, GA
...
One thing I found somewhat bothering was the fact that it's quite jumpy. In some parts of the book there are portions that say "we will get to this on chapter blah" and what bothered me was that the concept was used in previous examples. An average reader, in my opinion, would want to examine the code and see how it works. The likely chance that he/she will read through the other chapters and look back is less than likely. More than likely they will get confused if they tried to jump through some sections to understand this certain porton. For example, in one of the first 3 chapters they used IF statements in the examples to explain some of the Radio Buttons Functionality. Now someone who doesn't know C# out of the bat will be confused!
Read this book for an overview only...
Written in a typically good Wrox style, every facet that a beginner would be interested in is covered. However, not just beginners will gain from this book but also "intermediates", especially those not familiar with C# will also gain a lot from this books contents. I especially liked the Web Services chapter as well as the debugging chapter.
I would certainly class this is one of my top Wrox books.
List price: $59.99 (that's 30% off!)
Used price: $24.91
Buy one from zShops for: $25.97
It covers many topics which makes this book a great reference for anyone who deals with Linux and even other flavors of Unix on a day to day basic. Buy this book if you are looking for a reference book on developing software on Linux that covers advanced topics.
Most topics only get a single chapter, so there isn't as much depth as you would find in a dedicated book on each topic, but there is a very wide range of material all covered in enough depth to get the more experienced programmer started with a new topic. There are one or two weaker areas, but overall a good choice of material succinctly presented for the more experienced application developer. I've given it 5 stars as it was exactly what I was looking for - a single reference to help me create a Linux-based web database application, your mileage may vary. I recommend you at least consider it.
List price: $39.99 (that's 30% off!)
Buy one from zShops for: $27.47
Unfortunately this is a bit of trend throughout the book and at the very least makes it frustrating. However, once you allow for this, (and it's a big allowance to make) the book is very handy.
It has bundles of scripts that anyone involved in web work will find interesting and useful. You can quibble with some of these (the login scripting for example) contra other books such as Professional ASP.NET, but I suspect this is a byproduct of committee authorship.
The book is clearly aimed at the learner so don't expect Enterprise quality insights into server management. Given the huge range of architectures and technologies available to the developer, producing any 'true' learner book is a considerable challenge. If you need a book for coursework alone, then this will probably meet most of your needs. If you earn your living with the .NET and its companions, then you need some supplementary texts.
List price: $19.95 (that's 30% off!)
Used price: $13.87
Collectible price: $19.95
Buy one from zShops for: $11.00
OK, as you can tell from that list, the comics seem somewhat jumbled or randomized. And, as several of the stories were multi-issue, it is rather sad that you can't keep reading to find out how the Man of Steel overcomes the bad guy. But, in spite of all that, this book is really great! The stories included are all very interesting, and it is great to look back to the Superman of a different era.
An added little bonus to this book is the introduction, which was written by Christopher Reeve, Hollywood's Superman, and a bit of a hero in his own right. This is a really good book, and I highly recommend it.
Some shortcomings of this collection: It would probably have been more fun to read some of the stories in the entire run (like Marvel Essentials) than on a single-issue basis as they are presented in this TPB. E.g. "Superman breaks free" is actually the first book of O'Neil's Sandman saga; the Jimmy Olsen story is the first of around 20 (?) issues which Kirby wrote. It is a shame that DC has decided not to reprint these classic runs anywhere, since it will cost a bomb for anyone to try to collect the original copies of these comics. Another omission that everyone complains is the story arc in Superman #296-299 "Who took the Super out of Superman?"
In spite of all the shortcomings, I feel that this collection will give the reader a good sampling of pre-crisis superman stories. There are many classic moments in this TPB: Superman eating Kryptonite (!); Superman playing billards with planets; plus time-travel, aliens, inter-galactic travel all thrown in for good measure. In my opinoin, the biggest attraction of this TPB is the great artwork by Curt Swan, viewed by many fans as the greatest Superman artist of all time. Conclusion: Even though this TPB is not really the most ideal 70s collection possible, it will be a welcome addition to your collection, unless you are fortunate enough to own many original Superman comics from the 70s. Enjoy!!
Used price: $15.95
Collectible price: $25.00
This book clearly has some value about ASP.Net using C#, but it should really have been titled Introduction to programming using ASP.Net and C#.
The author spends way too much time educating the reader about topics like how to declare a variable and that SQL means structured query language, and to retrieve data you use the SELECT command. There is actually a whole chapter on what a variable is, and how you declare them. (boring). The first 4 chapters are pretty much useless to anyone but a person learning how to program for the first time.
(note: too many Access database examples..)
That said, there are some valuable topics, and I did get something from the book. There is a pretty good review of Static Class Members and Class relationships. (for those of you moving to Object Oriented programming). Chapters 12 - 17 are really the meat of this book. Covering Database Driven web sites, Server Controls (very valuable), Component building and Debugging/Error Handling.
Bill
has good database access examples.
is generaly very good.
List price: $19.95 (that's 30% off!)
Used price: $12.00
Collectible price: $19.95
Buy one from zShops for: $13.82
Contagion revolves around an outbreak of "The Clench", a fictional Ebola offshoot, in Gotham City. Batman and company attempt to contain the spread of the Disease, while trying to track down a trio of survivors of a previous Clench outbreak, with the hope of synthesizing a cure/vaccine from their blood.
The book is very choppy, especially the first chapter, which appears to be heavily trimmed from it's original presentation in Batman: Shadow of the Bat. DC hasn't taken any steps to make their collections new-reader friendly, either, which could be a very big mistake. Longtime readers will know Oracle, Azrael, Nightwing, The Huntress, etc.; A new reader browsing this in a store would no doubt put the book right back on the shelf. The story has a few compelling moments, but for the most part it seems unnecessarily padded. Did we really need the Native American tracker? What did Biis contribute to the story? The writing is average at best; Most of the stories in Contagion were written by people who had long since overstayed their welcome on the Bat-books, such as Doug Moench & Alan Grant; The art ranges from okay to sub-par; Kelley Jones' chapter seems especially ugly thanks to poor color reproduction which mars his intricate pencils. The ultimate revelation of who is behind the spread of The Clench is sure to be a head-scratcher to new readers, since no background at all is offered to explain who these people are and what their motives are. DC really needs to get on the ball with their trade-paperback program; Preaching to the Choir is nice, but they need to try for new converts. Junk like Contagion is NOT the way to expand their readership......
List price: $19.95 (that's 30% off!)
Used price: $12.95
Buy one from zShops for: $16.21