Product Details
Beginning ASP.NET 2.0

Beginning ASP.NET 2.0
By Chris Hart, John Kauffman, David Sussman, Chris Ullman

List Price: $39.99
Price: $26.39 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

75 new or used available from $0.45

Average customer review:

Product Description

  • This updated bestseller gets readers involved immediately with task-oriented examples that can help them build their own sites
  • Each chapter is designed to complete a part of the sample Web site, introducing technology topics as required
  • Makes extensive use of Microsoft’s new visual ASP.NET development tool, showing readers how to save time and write less code to achieve more results faster
  • The book provides examples in Visual Basic - the easiest language for beginning ASP.NET developers to learn


Product Details

  • Amazon Sales Rank: #479670 in Books
  • Published on: 2005-11-10
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 792 pages

Features


Editorial Reviews

Review
"...right up there with the best...a well written, comprehensive and useful beginners guide to ASP.NET 2.0...." (www.devcity.net, July 2006)

From the Back Cover
Beginning ASP.NET 2.0

ASP.NET 2.0 is an amazing technology that allows you to develop web sites and applications with very little hassle, and its power and depth enable it to host even the most complex applications available. This invaluable beginners' guide shows you how to program web applications in ASP.NET 2.0 and see dynamic results with minimal effort.

Using working examples and detailed explanations, this popular author team eases you into the world of ASP.NET development and gradually introduces you to all sorts of interesting ASP.NET tricks and tools. You'll quickly see how ASP.NET 2.0 is designed to ensure a significant reduction in the amount of code you have to write—and, in turn, make your life easier.

What you will learn from this book

  • Why Visual Web Developer is an ideal environment for building feature-rich ASP.NET 2.0 applications
  • How to secure web sites, providing login functionality and role-based access to content
  • Useful techniques for safely updating data, using ASP.NET 2.0's built-in data handling capabilities
  • How centralized site design can be easily achieved
  • How to add e-commerce functionality to a site
  • Methods for enhancing an application's performance

Who this book is for

This book is for anyone new to web programming who is looking to program dynamic, feature-rich web applications in ASP.NET 2.0. It will also be ideal for programmers looking to upgrade their ASP 3 knowledge to ASP.NET, or programmers from non-Microsoft web disciplines who need to learn ASP.NET 2.0.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

About the Author
Chris Hart works full-time as a developer at Trinity Expert Systems Plc, based in Coventry (UK), where she’s worked on several major .NET, SharePoint, and CMS applications. She enjoys having a job where she gets to learn and play with new technologies on a regular basis, often working on-site with customers.
She’s been using .NET since the pre-Alpha days, and yet still enjoys the fun of working with beta software.
Chris lives in Birmingham (UK, not Alabama) with her extremely understanding husband James, as she tries to fit writing alongside her hectic job and her attempts at gardening. She collects computers in much the same way as some old ladies collect cats.
Chris Hart contributed Chapters 3–5 and 11 and Appendix C to this book.

John Kauffman was born in Philadelphia, the son of a chemist and a nurse. He received his degrees from The Pennsylvania State University, the colleges of Science and Agriculture. His early research was for Hershey foods in the genetics of the chocolate tree and the molecular biology of chocolate production.
Since 1993, John has focused on explaining technology in the classroom and in books.
In his spare time, John is an avid sailor and youth sailing coach. He also enjoys jazz music and drumming. In addition to technical material, he manages to read the New Yorker magazine from cover-to-cover each week.
John Kauffman contributed Chapters 1, 2, 7, and 8 and Appendix D to this book.

Dave Sussman is an independent trainer, consultant, and writer, who inhabits that strange place called beta land. It’s full of various computers, multiple boot partitions, VPC images, and very occasionally, stable software. When not writing books or testing alpha and beta software, Dave can be found working with a variety of clients helping to bring ASP.NET projects into fruition. He is a Microsoft MVP, and a member of the ASP Insiders and INETA Speakers Bureau. You can find more details about Dave and his books at his official Web site (www.ipona.com) or the site he shares with Alex Homer (http://daveandal.net).
Dave Sussman contributed Chapters 6, 9, 14, and 15 and Appendix E to this book.

Chris Ullman is a freelance web developer and technical author who has spent many years stewing in ASP/ASP.NET, like a teabag left too long in the pot. Coming from a Computer Science background, he started initially as a UNIX/Linux guru, who gravitated toward MS technologies during the summer of ASP (1997). He cut his teeth on Wrox Press ASP guides, and since then he has written on more than 20 books, most notably as lead author for Wrox’s bestselling Beginning ASP/ASP.NET 1.x series, and has contributed chapters to books on PHP, ColdFusion, JavaScript, Web Services, C#, XML, and other Internet-related technologies too esoteric to mention, now swallowed up in the quicksands of the dot.com boom.
Quitting Wrox as a full-time employee in August 2001, he branched out into VB.NET/C# programming and ASP.NET development and started his own business, CUASP Consulting Ltd, in April 2003. He maintains a variety of sites from www.cuasp.co.uk, his “work” site, to www.atomicwise.com, a selection of his writings on music and art. The birth of his twins, Jay and Luca, in February 2005 took chaos to a new level. He now divides his time between protecting the twins from their over-affectionate three-year-old brother Nye, composing electronic sounds on bits of dilapidated old keyboards for his music project, Open E, and tutoring his cats in the art of peaceful coexistence, and not violently mugging each other on the stairs.
Chris Ullman contributed Chapters 10, 12, 13, and 16 and Appendix B to this book.


Customer Reviews

Tutorial Format Showing How to Build a Site5
With the 2.0 release it seems that ASP.NET has become ready for prime time. I found the earlier versions so verbose and so demanding that everything be done exactly right that I decided to wait for the next release and it's here. The addition of Visual Web Developer (part of Visual Studio 2005) has rounded out the picture. The use of an IDE like this gives a lot of assistance in speeding up the writing of code. It's a lot better than just using something like Notepad.

This book was written with an intent to appeal to people who want to program web applications that can store/display data into/from a database. It will help if you have at least some concept of basic web design with HTML.


This book is in tutorial form. It creates a web site for Wrox United (a mythical football team -- if it's mythical I wonder why not Quiddich). The book claims that you can go see the site at [...] but when I went there the domain name was parked waiting for data. The book takes a tutiorial approach to getting the site up (Maybe they're still working through the tutorial.).

You're going to spend a lot of time learning ASP.NET, I'd recommend you also getting the Wrox book Professional ASP.NET 2.0 in addition to this one. The two books have an entirely different set of authors, and even when they are talking about the same subject, they use different words. Sometimes just reading different words helps you to understand better. The Professional book is more complete and is in reference format.

Very cursory coverage of ASP .NET2
As a an ASP developer and an IT Professional, I wanted to get up to speed on ASP .NET 2.0, so I picked up a copy of this book.

I would not recommend it to others, as it is not very well written.
Also, the examples are very GUI-oriented without deviating too much from Wizards and such. If you're more interested in being able to write ASP .NET 2.0 code by hand, and fully understanding how it all works this book is not very helpful.

I also picked up a copy of Professional Asp.Net 2.0 (also from WROX) which, although more advanced, is easier to read and understand.

This book (beginning ASP .NET) is only useful if you want a quick tour of what ASP .NET 2.0 Can do, and not even a full tour at that.

Harder than it should be.3
Although the book is well set out and easy to read you are constantly troubled by the errors in both the code and the dialog. Fortunatly a lot of the errors can be corrected
via the Wrox web site. I found it useful to download the working code for the book and compare it with the text to correct many errors. Should a reader really need to do this? Unlike a previous reviewer I had no trouble viewing the example WroxUnited site.