Rating: Summary: Great Transition Book Review: As a classic ASP developer, this book provided exactly what I needed to transition to .net using c#. The c# part comes fairly easy since I have used java quite a bit. The thing I like the most is that the book teaches you to write code for .net without using the IDE. The IDE is great; however, if you don't really know what is going on behind the IDE... well - you get the picture. Overall - I like the book alot because it is teaching me what I need to know to write good production code.
Rating: Summary: Great Transition Book Review: As a classic ASP developer, this book provided exactly what I needed to transition to .net using c#. The c# part comes fairly easy since I have used java quite a bit. The thing I like the most is that the book teaches you to write code for .net without using the IDE. The IDE is great; however, if you don't really know what is going on behind the IDE... well - you get the picture. Overall - I like the book alot because it is teaching me what I need to know to write good production code.
Rating: Summary: Missing critical sections and disorganized Review: At first, this seemed like a good book. It introduced ASP.NET well and brought me quickly up to speed. As a reference, however, this book is sorely lacking. There is no definitive list of all the ASP.NET server controls and their properties for instance. There are only a couple examples of SQL Server connectivity, and the configuration chapter is almost dead last - long after many topics and examples which require knowledge of configuration are covered. I frequently felt left in the dust. I think it is a typical problem of Wrox books. With so many authors it is hard for there to be a consistent message and progressive flow. Different authors assume different levels of knowledge when it gets to their section of the book. The result is a jarring experience that often left me feeling left behind.
Rating: Summary: CODE DOES NOT WORK!! Review: BE CAREFUL WITH THIS ONE. THE CODE IN THE BOOK AND THE DOWNLOADED CODE DO NOT WORK. CH02 READIND XML FILE IS INCORRECT. THIS,IN MY HUMBLE OPINION, IS VERY BAD!!!!!!!!!!!!!
Rating: Summary: Does exactly what it says on the cover Review: Being a dyed in the wool Windows developer, I've spent the last few years in blissful ignorance of ASP, however with ASP.NET I thought I should take a look.The book teaches in a very practical manner, with enough information to create some fairly sophisticated web sites. As I had never written an ASP page in my life, the overviews of what was available and where were useful. In short, if you've no experience of traditional ASP, or are wanting a first leg up to ASP.NET, then this book is a great start.
Rating: Summary: This book is good for a begineer,...code has mistakes Review: First of all to "A reader from Nottingham, UK " this book is supposed to be exactly the same as its sister VB book. That was the intention! Second, They should have used codebehind in their examples instead of putting the code in script tags. Using script tags is not the best way to write asp.net. The book also covers more C# than asp. I learned quite a few things about asp but there should have been more content on creating asp pages.
Rating: Summary: Not Perfect but one of the only C# specific out there... Review: First of all to "A reader from Nottingham, UK " this book is supposed to be exactly the same as its sister VB book. That was the intention! Second, They should have used codebehind in their examples instead of putting the code in script tags. Using script tags is not the best way to write asp.net. The book also covers more C# than asp. I learned quite a few things about asp but there should have been more content on creating asp pages.
Rating: Summary: Not Sure How to Critique This Book Fairly Review: I have not seen a book yet that addresses a large target audience that is missing for ASP.NET books -- and that is people like me who were ASP/VB/VBScript programmers moving to C#, who do know something about ASP and (separately) event-driven programming. As such, I think it would be great if there were a book that said "Here's how you used to do things" and "Here's how you do them now" and why, and then focused on the newer concepts in ASP.NET (such as object orientation, something simulated in VB but not in ASP.) My big problem with THIS book, is how the chapters are ordered and written. Chapter 1, how to set up ASP.NET, is indeed a good start and is something more books should contain. I tried to read this book in chapter order, and I think that was a mistake. For someone else with a similar background, I would suggest the following order: (Basic overview of what's new) Chapter 1 - skim Chapter 2 Chapter 3 - skim Chapter 14 (If not familiar with C++, or better yet, get a full-on C# book) Chapter 6 Chapter 4 (events) Chapter 7 (Database) Chapter 12 Chapter 13 Chapter 5 (Debugging) Chapter 17 (Your own objects -- even classic ASP programmers know how to USE objects, so I'm not so sure some of the earlier material is terribly necessary) Chapter 8 Chapter 9 Chapter 10 Chapter 11 (As needed) Chapters 15, 16, 18, 19
Rating: Summary: Should have been titled Intro to programming using C# Review: I purchased this book because I was looking for a leg up with creating data driven web pages with C#. (I found the C# books light on the ASP side.) 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
Rating: Summary: Disappointed! Review: I'm a huge fan of Wrox Press books. I've also read books written by some of this book's authors but this book is absolutely disappointing. Wonderful first two chapters followed by back to back to back disappointing chapters. Examples are terrible. They are just code samples that do not demonstrate a point.
|