Binding: Paperback Dewey Decimal Number: 004 EAN: 9780735621763 ISBN: 0735621764 Label: Microsoft Press Manufacturer: Microsoft Press Number Of Items: 1 Number Of Pages: 800 Publication Date: November 30, 2005 Publisher: Microsoft Press Sales Rank: 110303 Studio: Microsoft Press
Product DescriptionDelve into the core topics for ASP.NET 2.0 programming, mastering the essential skills and capabilities needed to build high-performance Web applications successfully. Well-known ASP.NET author Dino Esposito deftly builds your expertise with Web forms, Microsoft Visual Studio-, core controls, master pages, data access, data binding, state management, security services, and other must-know topics#151;combining definitive reference with practical, hands-on programming instruction. Packed with expert guidance and pragmatic examples, this CORE REFERENCE delivers the key resources you need to develop professional-level Web programming skills.
Customer Reviews
Average Rating:
Rating: - Not a good book
I am really unhappy with this book. As stated in other reviews, there are no examples anywhere, just discussion of different topics. For example, there is a chapter on the various controls that are available to add to a page, but no example. Yet, I didn't see that what he said about the control was so earth shattering, that it could not be known elsewhere.
Dino does preface his book, that it is not for beginners. But then, he goes on to "introduce" VS 2005. He "introduces" many ... Read More
Rating: - Terrible Book - Don't Waste Your Money
WAY TOO MUCH FLUFF. Buried in all of this filler text are obfuscated details of the language. There are no real examples that can be followed. I wish I could get a refund because I really feel like I wasted my money.
Rating: - Great!!
Even though I haven't finished this book (not enough time in the year), it's a very well written book. Not too hard to read, but complete and covers a ton of information. Highly recommended.
Rating: - Disappointing
Learning to program is a hands-on activity. The best teaching texts are those that provide example programs which the student can reproduce, tinker with, and observe, to learn the concepts illustrated thereby.
Unfortunately this book does not take that pedagogical approach. The textual descriptions are high-level, supplemented by abstract and simplified diagrams, as well as tables that list in exhaustive (and exhausting) detail the various classes, their methods, properties, &c. One ... Read More
Rating: - Errors and omissions
The discussion on how to use the new SqlCacheDependency class is wrong. The book claimed (in page 623) that "with SQL Server 2005 no setup work is needed and no external objects must be added to the Database.". In reality, you need to setup several permissions in the database side. In addition, you have to make sure that the compatibility level of your database is set to 90.
The source code example in page 622 will not work. The reason is that the SqlCacheDependency object was created after ... Read More