See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

67 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 yours here.
 
  

Designing Microsoft® ASP.NET Applications (Paperback)

by Douglas J. Reilly (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.


27 new from $0.01 40 used from $0.01
More from Microsoft Press
Make the most of your investment in Microsoft technology with books from the Microsoft Press Learning Center.

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
2.2 out of 5 stars (14)  $30.39
Programming Microsoft  ASP.NET

Programming Microsoft ASP.NET

by Dino Esposito
Building Web Solutions with ASP.NET and ADO.NET

Building Web Solutions with ASP.NET and ADO.NET

by DINO ESPOSITO (WINTELLECT)
Microsoft® ADO.NET Step by Step (Step By Step (Microsoft))

Microsoft® ADO.NET Step by Step (Step By Step (Microsoft))

by Rebecca M. Riordan
Web Database Development Step by Step .NET Edition (Step By Step (Redmond, Wash.).)

Web Database Development Step by Step .NET Edition (Step By Step (Redmond, Wash.).)

by Jim Buyens
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: #938,013 in Books (See Bestsellers in Books)

Inside This Book (learn more)

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


Books on Related Topics (learn more)
 
 

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!


Look for Similar Items by Category


$10 Instant Savings

Beauty Blender
Get a $10 instant rebate with orders of $100 or more on beauty products sold by Amazon.com. See details. Promo code: IOBeauty.

Shop all eligible items now

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Keep Your Tools Close at Hand

Shop for tool and nail pouches
Explore a variety of heavy-duty nylon, suede, and leather tool and nail pouches in the Home Improvement Store.

Shop for tool and nail pouches

 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates