|
|||||||||||||||||||||||||||||||||||
|
25 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
8 of 8 people found the following review helpful:
5.0 out of 5 stars
All-In-One Microsoft Web-Development Basics, Nicely Done,
By
Amazon Verified Purchase(What's this?)
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
ASP.NET is the heart of Microsoft's web-development platform. ASP.NET includes a large set of web-page controls and database access controls that are executed by a server-side engine. Just drag and drop these controls on a web page from the Visual Studio IDE (or its free, stripped-down version, Visual Web Developer), add a small amount of code (VB, C#, or other) to handle a few events, and you have a web application that handles almost any task, including heavy duty database access. Publish the ASP.Net pages on any web server with .NET support. When a user with any browser requests an ASP.NET page, the web server passes the request to the ASP.NET engine, which fills data requests and performs other processing chores, and then returns information to the user via the web server as standard HTML. ASP.NET is one of the top technologies used for major web sites. Any site showing pages with a ".aspx" extension is an ASP.NET site. As decribed below, it is hard to learn much at all about ASP.NET without exposure to a full set of Microsoft web development technologies.
If you want to quickly learn the basics of the complete suite of Microsoft tools (briefly described above) for programming web applications, this book by an experienced author and expert ASP.NET developer will serve you well. The included CD has all the Microsoft tools that you need - (1) Visual Web Developer Express, an integratged development environment for page design, code editing, testing, and project administration with most the of the important features of the professional Visual Studio environment, (2) an integrated web server that mimics Microsoft's IIS (a production-grade server) but will run even on XP Home Edition while IIS will not, (3) Visual Basic 2005 Express version, which is today the most common language for writing Microsoft code, (4) SQL Server 2005 Express Version, a starter version containing the basic funcitonality of the full SQL Sever 2005, which is one of the top three relational databases used for major websites. So just add a computer with any version of XP or Windows 2000 or 2003. You will not need another reference to learn the basics of ASP.NET, VB, or SQL Server since this book is written for those with no prior experience with these Microsoft products. I would say that if you have never written any code, then perhaps a Teach Yourself VB book or other first programming book would be a better starting point. I have many years of system administration and programming experience and used the book as a refresher before updating some simple but important applications that I wrote five years ago using older versions of the Microsoft web development servers and tools. I completed the first application update without other references except for a brief look at security issues in a SQL Server book. For years I have made entry-level software engineers in my small technology company use an earlier version (by a different author) of Teach Yourself ASP.NET. This book is even better, although I would have preferred a book that taught the basics of publishing a site with IIS as well. As pointed out earlier, the author chose to use the web sever built in to Visual Web Developer since Microsoft no longer supports IIS on its entry-level OS version. There were only a few typos. The twenty-four hours grew to about thirty-five as I slavishly completed all of the examples in the text.
12 of 14 people found the following review helpful:
5.0 out of 5 stars
Overall an excellent introduction,
By
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
As a person new to ASP.NET I found Scott's book to be exceptionally low on the frustration scale while being an excellent introduction. Many computer books are rife with typos and oversights on the part of the author that cause newbies to tear their hair out when their project doesn't perform as the author intended. Scott has been extremely careful and I believe I only found two typos in the entire book that caused me to scratch my head for a few minutes trying to figure out what went wrong.
Do take your time going through the first 21 chapters as Scott moves pretty fast in chapters 22 to 24. You'll be lost if you don't take the time to pick up the basic skills. It will also be a little difficult for those who have no past experience with Visual Basic, although this is not a flaw with the book (Scott gives you all the code you need) just an observation. Overall I was very impressed with this book. Returning to the world of web development after a hiatus of five years (I used to do brochure development with Dreamweaver and Flash) and having no previous experience with dynamic web pages other than a little php, I feel that I'm well on my way to acquiring the skill sets needed to develop fully functional e-commerce sites. I don't think there could be a better starting point than Scott's book. Well done! Finally, Scott's support of his book is second to none. Twice I found myself stuck and couldn't figure out what I'd done wrong. I sent Scott an email and in both cases he responded within hours!
8 of 9 people found the following review helpful:
4.0 out of 5 stars
Great for Beginners,
By
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
I have been developing in MS ACCESS, VB, and SQL SERVER for several years; but I had no prior experience in web development. This book was great at laying a foundation for web-development. Each hour is a new piece of the web development puzzle. The author assumes you know nothing; while this may be frustrating for experienced developers, it does a lot of hand-holding for the novice web developer.
It is critical to note that is the reader's responsibility to take all the information and put it together and apply the information to your project. The Photo Album application the author has you build in the final section of the book will help facilitate some of that for you. Overall I think it a great start for beginners. I'm now migrating to more intensive books. Good job Scott!
13 of 16 people found the following review helpful:
4.0 out of 5 stars
Good start but dont expect to start publishing sites,
By
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
I purchased this book to get started in ASP. I am a avid VB/Net and C# programmer so the languages were not a problem. I liked this book because it only touched on the languages slightly 2 chapters. I wanted to learn the basics of ASP 2.0 which this book does teach.
The down side is tha many Host providors do not seem to support the membership classes so you have to do password logging and support via your own databases and forms. This book does not touch on that. The book does not touch on other databases such as Real SQL Server connections or access. The host providers that I use dont support SQL Express connections so database connections could not be done on my actual web site. I had to result to the web to learn how to use Access. I have yet to do a real SQL Server database. All in all the book is a good starting point but you will have to read others. If your goal is to build a shopping cart system then here are a few things you must know. 1. ASP 2. VB.Net or C# (Fluently) 3. Database issues (Real SQL or Access. My SQL also) 4. Security issues (Lots of things to learn hear) 5. Access to system like Postal Rates or Credit card systems. 6. HTML (Some XML) I have several Shopping cart systems but none in ASP. This will be my first. Expect to read 3 or 4 more good books before you have the knowledge to do this on your own.
5 of 5 people found the following review helpful:
5.0 out of 5 stars
Especially good at data-related subjects,
By
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
An excellent resource for beginners. If you are a complete beginner to ASP.NET, and also want to brush up on Visual Basic, start with Hatfield's ASP.NET 2.0 for Dummies. After that, come to this book by Mitchell.
His writing style is particularly good for people who like to work through concepts step by step, with their right hand on their keyboard and their left on the book. He is careful with his examples, doesn't move too quickly, doesn't make many assumptions. I very rarely get lost when working through one of Mitchell's chapters. Definately can't say that about many other resources. This is not as good a starting point for complete beginners than is Hatfield's Dummies book. But if you are getting more comfortable with your skills, this is the next place to go. Lastly: this book is ESPECIALLY helpful with data-related subjects. Working with the DataSource control, the GridView control. A review of basic SQL behavior (all that most of us will ever need). This book walks you gently right through these areas. This was one of the early ASP.NET 2.0 books to be published, and I was worried about it being rushed, about it relying on the CTP version instead of the release version (a constant problem with early-release tech books). I needn't have worried.
5 of 5 people found the following review helpful:
4.0 out of 5 stars
A Great Book for Beginning Web Programmers,
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
This is an excellent book if you have at least a little programming experience and you want to learn how to create dynamic web sites using Visual Basic. If you are new to programming, this may not be the best place to start because it skims over important fundamental programming concepts pretty quickly. But if you have some programming experience and you're ready to dive into creating dynamic web sites, this is a great place to start. You will definitely want to purchase another book after ripping through this one ([...]), but I recommend this book as a good starting point. The book is easy to read, contains few errors, and does a good job holding your hand through new concepts with simple and clear examples. Be aware that all programming examples in the book are written in Visual Basic, so if you're interested in the C# language, you may want to consider another book. Overall though an excellent big-picture overview of how dynamic web sites work using Visual Basic.
8 of 10 people found the following review helpful:
4.0 out of 5 stars
24-hour Book is Great for Beginners / Bad for Pro's,
By
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
I purchased this book thinking it would touch on more .Net 2.0 topics. has 2 sections that touches on simple implementation of User Roles and very lightly covers Master Pages. From my viewpoint this really won't help a Professional .Net coder get up to speed with 2.0.
For the beginner, this is a great introduction.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
Perfect How To Book,
By GreyFox "GreyFox" (Dallas,TX) - See all my reviews
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
This is as close as I ever hope to come to a perfect how to do it book.
If you know anything about programming with almost any GUI IDE, this book (alone)will teach you how to build complete, functional, real-life, non-trivial, database, web sites and applications. It requires no extra purchase. It does have examples for Access mdb files, Microsoft SQL databases and MySQL. Except for Access, the other databases are no-cost free downloads. It uses and includes the Microsoft Visual Web 2005 Developer IDE. If you are not familiar with SQL it will get you off to a useful start but you will soon need some additional help there. I recommend Beginning ASP.NET 2.0 Databases by Damien Foggon. It will not teach a non-programmer anything useful. It is NOT a "You can" book that tells you what can be done but not how to do it. It is NOT copied from the help files. It will not teach you HTML, XML, or any other *ML. It will show them and explain what they are. Unfortunately ( Its only failing in my opinion. ) it does not show you how to publish the web sites you create. The author would argue that that is a topic for another book and I can't really argue with that opinion. It does start at the beginning with how to use the IDE. It provides examples of every step required to create complete web based sites/applications with database support. including how to use and customize all the commonly used windows controls. It also includes user access control. It is especially good for a VB programmer who wants to move from client side applications to web based browser/dot.net applications. Way to go, Scott!
3 of 3 people found the following review helpful:
5.0 out of 5 stars
Very good book; Better than '..for dummies' book,
By Anonymous "lbra73" (New York) - See all my reviews
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
Scott Mitchell is a very good author and has a great deal of ASP knowledge. This book took me from knowing absolutely nothing and a few days later I was creating a Web application for my company (and it actually works). The data explanations are very good.
The book does not detail ALL the web server controls, but a good majority of them. The details that it does lack you can easily pick up from the author's web site. I also have the ASP for dummies book, but it does not compare to this one.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
A lucid great introduction,
By
This review is from: Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)
If you are a beginner at ASP.NET this book is a great introduction. You will get to understand the big picture easily and in a surprisingly short period of time. Every thing is covered here, and the author delves into many parts with lots of detaile, including a great section on working with databases.
|
|
Most Helpful First | Newest First
|
|
Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit by Scott Mitchell (Paperback - April 6, 2006)
Used & New from: $0.05
| ||