59 used & new from $0.01

Have one to sell? Sell yours here
 
 
Designing Microsoft® ASP.NET Applications
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Designing Microsoft® ASP.NET Applications (Paperback)

~ (Author) "Although this book is about ASP.NET, you can't fully appreciate this new technology unless you understand how Web development has evolved over the last few..." (more)
Key Phrases: validator controls, syndication partners, object sender, Visual Basic, Visual Studio, End Sub (more...)
2.6 out of 5 stars  See all reviews (16 customer reviews)


Available from these sellers.


25 new from $0.01 34 used from $0.01

Customers Who Bought This Item Also Bought

Microsoft® ASP.NET Programming with Microsoft Visual C#® .NET Version 2003 Step By Step (Step By Step (Microsoft))

Microsoft® ASP.NET Programming with Microsoft Visual C#® .NET Version 2003 Step By Step (Step By Step (Microsoft))

by G. Andrew Duthie
Building XML Web Services for the Microsoft  .NET Platform

Building XML Web Services for the Microsoft .NET Platform

by Scott Short
Building Web Solutions with ASP.NET and ADO.NET

Building Web Solutions with ASP.NET and ADO.NET

by DINO ESPOSITO (WINTELLECT)
Working with Microsoft® Visual Studio® 2005 Team System (Pro-Developer)

Working with Microsoft® Visual Studio® 2005 Team System (Pro-Developer)

by Richard Hundhausen
3.4 out of 5 stars (10)  $31.49
Microsoft® Visual C#® .NET Step by Step--Version 2003 (Step By Step (Microsoft))

Microsoft® Visual C#® .NET Step by Step--Version 2003 (Step By Step (Microsoft))

by John Sharp
Explore similar items

Editorial Reviews

Product Description

This core reference demonstrates the latest techniques for building dynamic, ultra-scalable business solutions with Active Server Pages.NET-formerly ASP+. After surveying the history of ASP programming, the book shows how ASP.NET integrates with the COM+ 2.0 runtime environment and uses Extensible Markup Language (XML), ActiveX(r) Data Objects .NET (formerly ADO+), Web Services, and Web Forms to create powerful Web solutions. It comes with code samples on CD-ROM in Microsoft Visual Basic and Microsoft Visual C# development system.


Product Details

  • Paperback: 402 pages
  • Publisher: Microsoft Press (November 10, 2001)
  • Language: English
  • ISBN-10: 0735613486
  • ISBN-13: 978-0735613485
  • Product Dimensions: 9.1 x 7.3 x 1.4 inches
  • Shipping Weight: 2 pounds
  • Average Customer Review: 2.6 out of 5 stars  See all reviews (16 customer reviews)
  • Amazon.com Sales Rank: #986,347 in Books (See Bestsellers in Books)

More About the Author

Douglas J. Reilly
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Douglas J. Reilly Page

Inside This Book (learn more)

Citations (learn more)
This book cites 1 book:
 
1 book cites this book:



What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

16 Reviews
5 star:
 (1)
4 star:
 (3)
3 star:
 (4)
2 star:
 (4)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
2.6 out of 5 stars (16 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
26 of 29 people found the following review helpful:
3.0 out of 5 stars Good ASP.NET book, January 22, 2002
By gbworld@comcast.net (Nashville, TN USA) - See all my reviews
After working with ASP.NET for more than a year and a half, I am glad to see that the product is very near to its ship date. Perhaps this is why we are finally seeing some good books on the market.

Of all the ASP.NET books out thus far, this is the first that actually follows proper development practice, according to Microsoft. Let me explain:

* While most of the ASP.NET books slap code into the ASP.NET page (which is legal), the paradigm is separation of code and tags using a CodeBehind file. This is the first book that follows that paradigm, over all. The chapter on validation is the most glaring fallback.

* While most of the books on the market are placing their SQL code in the page, this one is actually using SQL stored procedures to create a data tier (thin, but still a data tier).

Now that I have worked through the good, let's look at the shortcomings. While there is a lot of good material, it is rather thin. This can partially be blamed on the breadth of ASP.NET, but it can also be blamed on a tighter focus. This is not a major shortcoming, overall, but, after spending the first few chapters introducing the framework, et al, you would think the author would have some form of object reference somewhere.

Shining moments:
* Validation controls - this is very useful stuff
* Working with Visual Studio .NET - some of the most useful screen shots I have seen.
* User controls - while a bit thin, a great into to real world user controls.
* ADO.NET - while the coverage is not in depth, the material that is there is well worth the read
* XML Web Services - nice, real world perspective

While a beginner might be able to pick up this book and run with it, the material is not aimed at those without programming experience. Keep this in mind if you are planning on using this book to learn your first language.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
13 of 13 people found the following review helpful:
5.0 out of 5 stars 4 1/2 stars, March 5, 2002
By Mike Tanona (Plum Island, MA) - See all my reviews
I rounded up. I found this book very helpful for 3 reasons. Many books just throw code at you - pages and pages stuff that you can find in MSDN for example. What you need is perspective The first several chapters give a good summary of the technical underpinning. The following chapters show development with more emphasis on the IDE than any other books I've seem. After all, that's what most of us are using to actually develop apps.

The appendix on configuring IIS was also helpful. Most of what you need to know can be explained in one appendix chapter. If your are coming from a C++/Windows (not a web developer) background you really need a summary not another book to buy. Why all books don't have this is strange.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
25 of 29 people found the following review helpful:
2.0 out of 5 stars Disappointing, February 27, 2002
By Steve Shirkey (Manhattan Beach, CA United States) - See all my reviews
(REAL NAME)   
I have to admit that I expected more from MS Press. This book doesn't appear to be simple enough for beginners or advanced enough to help existing developers architect solutions. Most of the information is presented in an elliptical format. Events, methods and properties of core classes are rushed in randomly with little introduction before fading away in obscurity. No detail is given to any important topics: the complete Page lifecycle, how the code-behind and aspx page eventually are compiled together, how state management is being performed on the server, internationalization best practices - essentially how to design an ASP.NET application. The most significant flaw is the use of alternating C# and VB examples, distracting the reader from the topic at hand by switching between the two languages randomly and without notice. Based on the numerous "VB programmers will notice..." references, I have to assume this text may be aimed at just that audience - VB developers with no previous web development experience. Better information on the topic can be obtained from the QuickStart tutorials or MSDN.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars Misleading book title
this book isn't that bad as describe by the others readers who rated 1 star. In fact, it is elaborate some of the in-depth concept pretty well. Read more
Published on March 29, 2006 by Goh Siang Hwee

2.0 out of 5 stars Poorly written
I got a used one so don't feel that bad. The explanation and the code samples are very poor. I would not recommend buying this one.
Published on September 26, 2005 by James A. Carrey

2.0 out of 5 stars Just didn't like it.
I read this book just after reading a really good C# book. This one paled in comparison. The writing is weak and hard to follow. Read more
Published on November 23, 2004 by Andrew Baerst

1.0 out of 5 stars Absolutely Awful
If you're thinking about buying this book, don't. Go with a reputable publisher who puts out quality work like O'Reilly or Wrox. This book is a piece of trash. Read more
Published on March 29, 2004 by K. Bourgoin

1.0 out of 5 stars Absolutely Awful
If you're thinking about buying this book, don't. Go with a reputable publisher who puts out quality work like O'Reilly or Wrox. This book is a piece of trash. Read more
Published on March 29, 2004 by K. Bourgoin

1.0 out of 5 stars The Worst
Of the 25 computer books I've read this year, this is the worst.
I paid less than $2 for this book and may keep it for reference, but the author has no clue how to teach a... Read more
Published on March 23, 2004

1.0 out of 5 stars Terrible
I've read the first 4 chapters twice and started reading part of chapter 5 before I gave up. The writing style is terrible. Read more
Published on July 3, 2003 by MartinHTN

4.0 out of 5 stars Good Perspective
I find myself agreeing with most of the reviews here!

Even though this books lacks a great deal of detail, and thus is hardly a definitive guide (it's title doesn't claim to... Read more

Published on November 14, 2002 by Mr. Raymond Ovanessian

3.0 out of 5 stars NO Design
This book has many code examples, but no design. A better name for this book would have been "An Example of Coding ASP.NET Applications". Read more
Published on August 5, 2002 by James M. Fleeson

3.0 out of 5 stars Not great book.
According to MS-Press this should be for advanced programmers. Truth is first 100 (4 chapters) pages are just waste of money.
Chap-5 (Web forms) Chap - 9 (ADO . Read more
Published on March 3, 2002

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.