|
|||||||||||||||||||||||||||||||||||
|
19 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
22 of 22 people found the following review helpful:
5.0 out of 5 stars
Author's Comments,
By
This review is from: ASP.NET Developer's JumpStart (Paperback)
As a co-author on this book, I feel compelled to respond to Andres' review. I've never done this before, but this review is so slanderous as to cause both Paul and me great distress.Every book has typographical errors--that's the way the business is. If we're alerted to them, we're That's the great part about not having a CD--the samples can be updated "on the fly". As opposed to Andres' comments, the samples DO work, if installed correctly. Getting ASP.NET up and running prior to installing the book samples is crucial. Many, many readers have used the samples without incident, and have told us so. In addition, either Andres contacted other authors, or sent email to the wrong addresses--both Paul and I respond to each and every email we get--usually, within minutes, if not seconds. Implying that we ignored his email is, to us, quite painful. One might accuse us of many things, but not answering email is NOT one of them. We welcome user comments and questions, and have corresponded with many readers of the book. Our email addresses are prominently displayed within the book itself, and in many other places online. Please, if you're one of the very small minority who is having trouble installing or running the sample applications, let us know. With ASP.NET and Visual Studio .NET set up correctly, the samples install and run without a hitch. Obviously, this is not the correct forum for discussions involving these reviews, but being incorrectly accused of ignoring a reader's email is inexcusable.
9 of 9 people found the following review helpful:
4.0 out of 5 stars
The best ASP.NET book I found for a VB'er,
By
Amazon Verified Purchase(What's this?)
This review is from: ASP.NET Developer's JumpStart (Paperback)
I looked at well over a dozen ASP.NET books at the bookstore before buying this one. Contrary to the other reviewers, I had not heard of Getz or Sheriff before this book. I'm a longtime developer, but have not created a full blown website yet. I was looking for a book 1. organized in a step by step, read & type format, 2. with examples in VB, and 3. that leads to the creation of a full website. This book fit my objective the best, and I'm happy to say that after reading it cover to cover it accomplished those objectives.The website you create in this book is based on the Northwind traders database many of us are already familiar with. It's not the prettiest or most functional site you've ever seen, but it does cover the core components very well, and does provide the A-Z web development experience I was looking for. Some sections are redundant with general VB books (error handling, stored procedures, IDE stuff), but others that address ADO.NET, State management, web security, deployment, & XML web services are web development specific & I found them very educational. There are errors in the text, but certainly below average for a 600 page technical book. I counted 11, and only 1 was major or really frustrating. I envy the people with the time to tackle this book in a week or two... it took me nearly 3 months of on & off effort. Rarely did I do more than one chapter (30 min - 2 hours) in a day, and there are 31 chapters. Fortunately most chapters are stand-alone chapters that work well in my undedicated approach. The coding standards appendix in the back is also helpful & well thought out.
7 of 7 people found the following review helpful:
4.0 out of 5 stars
Finally, a step by step intro for ASP/VB programmers,
By "kfarley01201" (PITTSFIELD, Ma United States) - See all my reviews
This review is from: ASP.NET Developer's JumpStart (Paperback)
I have about 1 dozen books on .NET, generally focused around ASP.NET and VB.NET, but also with Troelsen's C# and Wahlin's XML books. Almost all of the books are written from a .NET framework perspective with no VS.NET IDE. That's fine, but since we want to work in the VS.NET IDE AND come up to speed in .NET then we need something else.Of the books that do post-date the release of the IDE, this one is the best I've found that you can simply follow sequentially, load the samples, make the edits from the books and see it all work. This is what I expected from PDSA since they are notable instructors in the .NET world, and this is what I got (finally). There are some minor editting issues, and mis-matches between text and sample code but nothing earth-shattering. The sample code directories take a bit of getting used to but they do work as advertised. Bottom line: Buy the book, spend a week or 2 or 3, going thru it and Voila, you will finally have some logical, hands on mentoring for building apps in .NET. Then move on to some other books that have more in depth discussions, examples etc.
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Buy this book ASAP,
By Carlos Guevara (Panama, Central America) - See all my reviews
This review is from: ASP.NET Developer's JumpStart (Paperback)
I've been reading this book for about a week now, and after reading many other books on .NET, I have to say this is the best layed out description of the .NET Framework as it applies to web technology that I've seen so far.The way the base classes and namespaces are explained is easy to understand even for a beginner. I've had to try to explain the use of namespaces and base classes before with much trouble, yet this book makes it simple. But it is not just about simplicity but about depth, and this book covers just about everything you need to create well designed, good performing applications.
5 of 5 people found the following review helpful:
4.0 out of 5 stars
A lifesaver!,
By A Customer
This review is from: ASP.NET Developer's JumpStart (Paperback)
I already have half a dozen books on ASP.Net, and in IMHO this is the one I usually use most of the time. Granted, is not a reference type ala Francesco Ballena's VB.NET from MS Press, but it gives a head start. Of course, if you need more detail, then it's up to the VS.NET documentation. The examples are clear, concise and to the point. No MS propaganda here...just how-to-do-it explanations all the way. There are some typos here and there, but what book doesn't have it? The chapters on the Data Grid and Crystal Reports alone are worth the price of the book. And the simple explanations on how to do a User control are just marvelous. I also liked the Tips and Warnings snippets on every chapter. More that one of those saved me hours of head scratching! Of course this book will NOT teach you how program in ASP.Net, but, as the title indicates, will provide a jumpstart to begin with. In conjunction with David Scheppa's ADO.NET book and Programming Visual Basic.NET (and of course the VS.NET documentation) they will provide just about anything you need to create great ASP.NET apps. Kuddos to Paul and Ken! Highly recommended.
4 of 4 people found the following review helpful:
4.0 out of 5 stars
Great book to start ASP.NET with VB.NET,
By
This review is from: ASP.NET Developer's JumpStart (Paperback)
This book did a great job of covering the various topics required when building a web application. I did find that this book took me longer to go thru than other beginning ASP.NET books because of the use of Visual Studio.NET within all the chapters, it shows off many of the VS.NET tools which I had not used as much in other books.One of the main things I like about this book is the perspective in which the authors deliver the content. For example the authors will show you how to generate controls at design time with minimal code and effort, then they will show you their preferred way of generating controls; manually, with a bit more code for you to write but more efficient. The way any web developer would do it. The authors don't just take Microsoft heresy; they give you best practices from their experience. There were some typos but nothing unbearable. Overall this was a great book, I look forward to other books by the same authors.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
Book is excellent, the samples DO run,
By Dave S (Boulder, CO United States) - See all my reviews
This review is from: ASP.NET Developer's JumpStart (Paperback)
I think that Getz and Sheriff's reputations in the VB community are peerless. Their countless magazine articles and numerous books have helped me personally over the past decade, and their names are ones I look for and know I can count on.This includes ASP.NET Developer's Jumpstart. I admit that getting the environment to sit up and beg is tricky, but I'm pretty sure I read in the Introduction that the basics wouldn't be covered. There are many texts and KBs to help with that. If you have ASP.NET installed correctly, the samples run as described. This text was a big help to me, especially with its treatment of VB.NET in ASP.NET. The ADO.NET treatment was equally valuable. I couldn't recommend this book more highly.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
Clear and Concise!,
By VisualBasicBooks.com (Canada) - See all my reviews
This review is from: ASP.NET Developer's JumpStart (Paperback)
This book is designed for developers who want to create real world business applications that take advantage of many new capabilities provided by the .NET platform. The book will guide you step-by-step to building a web application using ASP.NET, SQL Server, ADO.NET, Web Forms, and Web Services.Whether or not you have some previous web programming experience, you will get alot out of this book. To get the most out of the book it is recommended that you have some previous programming experience in either Visual Basic 6 or VB.NET, however it is not required. It is also recommended that you have some familiarity with relational databases, such as Access or SQL Server. The book is divided into four parts. Part one provides an introduction to ASP.NET and the .NET Framework. Part 2 covers data handling using ADO.NET, Web Forms, stored procedures, and other data handling tools. Part three teaches some additional web development techniques. You will learn how to use Crystal Reports to display information from a database, create user controls, state management, web security, and how to create mobile web applications. Finally, Part four shows how to create and consume XML Web Services. I found the book extremely easy to read and understand. After reading the book and completing the ASP.NET sample application, you will have the knowledge and confidence to begin building your own ASP.NET web applications.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
One of the best ASP.NET books!,
By
This review is from: ASP.NET Developer's JumpStart (Paperback)
I don't really know what was on the mind of the first reviewer, but this book is just great and better than the other book he mentioned. Believe me, I have both books, and as a computer science student I know what I'm saying.This book will help you on developing real world applications. It will not waste your time giving you examples of codes, that you will never need or implement in your life. Even though, the book says 'developers jumpstart' you don't need to be experience on with .NET. The book is great for starters with the .NET Framework, as long as the starter is serious and disciplined to learn it. You will just need experience on any object-oriented language. If you know VB it will be great. This book is a most buy!
2 of 2 people found the following review helpful:
5.0 out of 5 stars
Perfect,
By Manolis (Athens, Greece) - See all my reviews
This review is from: ASP.NET Developer's JumpStart (Paperback)
It's really a very very useful tool for the people who want to master ASP.NET through specific examples. The book works like you have a live teacher who understands your thoughts and questions. The writting is extremely clear and focuses on what you expect to learn. I know Ken from the past (I own all Acces Dev. Hand Book series) and Paul from Access VB Adv. Mag. Here simply they continue a successful tradition. Congratualtions!
|
|
Most Helpful First | Newest First
|
|
ASP.NET Developer's JumpStart by Paul D. Sheriff (Paperback - April 18, 2002)
$54.99
In Stock | ||