Rating: - Beginning ASP.NET 2.0 and Databases (Wrox Beginning Guides)
If you are absolute beginner then this is the book for you. Everything is primarily done with the wizards. If you are just beyond the beginner stage then I would suggest getting one of the WROX's ASP.NET 1.1 database books and this one. I found that most of the material in this book I could have easily found on the web. I wished they had combined the ASP.NET 1.1 books with this book which would have made it an all in one solution book.
Rating: - Complete and Well Written
ASP.NET 2.0 is Microsoft's latest version of the software to connect between the web and a database. The previous version of ASP.NET has been greatly simplified to produce the same results with much less code required.
This book presumes some experience with ASP and some experience with databases. Several different databases are covered in the book including Microsoft Access, SQL Server and SQL Server Express. The author recommends that you not use Access (and I agree). He points out that Access was not designed to scale to large applications. I'll point out that the SQL used in Access is quite different than that used in either version SQL Server. Switching from Access to SQL Server at a later time is a pain. (It took me several days to find out about all the differences and then a couple of weeks to change over a web site of about a hundred pages.)
This book is as complete an introduction to ASP.NET 2.0 as you're going to get. It's well written and complete. But don't get to thinking that you're going to have a full fledged dynamic web site up and running tomorrow. This is a programming language like any other. You'll have to learn how it works.
|