or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Essential ASP.NET With Examples in C#
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Essential ASP.NET With Examples in C# [Paperback]

Fritz Onion (Author)
4.4 out of 5 stars  See all reviews (45 customer reviews)

List Price: $59.99
Price: $35.99 & this item ships for FREE with Super Saver Shipping. Details
You Save: $24.00 (40%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Tuesday, February 14? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

There is a newer edition of this item:
Essential ASP.NET 2.0 Essential ASP.NET 2.0 3.8 out of 5 stars (8)
$32.99
Usually ships in 1 to 2 months

Book Description

February 21, 2003 0201760401 978-0201760408 1
Essential ASP.NET with Examples in C# is the C# programmer's definitive reference for ASP.NET through version 1.1. Intended for students with advanced programming experience, this book provides them with the information needed to fully understand the technology, and is a clear guide to using ASP.NET to build robust and well architected Web applications. This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in C#.

Frequently Bought Together

Customers buy this book with Essential ASP.NET 2.0 $32.99

Essential ASP.NET With Examples in C# + Essential ASP.NET 2.0
Price For Both: $68.98

One of these items ships sooner than the other. Show details

  • This item: Essential ASP.NET With Examples in C#

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Essential ASP.NET 2.0

    Usually ships within 1 to 2 months.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

Amazon.com Review

The Microsoft .NET Framework is exactly what its name implies: A general system onto which a lot of application-specific technologies are stuck. Essential ASP.NET With Examples in C# assumes you know something about the .NET way of doing things, and want to know more about how you can use its ASP.NET facet to implement robust and stylish Web applications. Fritz Onion, in a manner typical of this series, introduces key ASP.NET concepts logically, and with lots of code listings that make it clear how the concepts should be translated into reality. The truth be told, Onion excels at combining conceptual information with practical examples. This is unusual among writers of technical books, who tend to be good at (at best) one or the other.

Typically, the author approaches a capability of ASP.NET--validation of submitted form data, say--by presenting a quick summary of the problem and then attacking it (or components of it) with code. The code segments (which tend not to be too long, and so relatively easy to trace and comprehend) are then dissected, and special attention called to details of particular interest to the local problem. It's a great way to learn if you already have a grasp of the basics, as you can either go hands-on with your own system or absorb the author's wisdom through the book alone. --David Wall

Topics covered: How ASP.NET works, and how to write effective software with it. Detailed coverage goes to HtmlControls, WebControls, the web.config file, form-data validation, custom controls, and state management. There's also excellent coverage of the often confusing HTTP Pipeline.

From the Author

I am the author of DevelopMentor's Essential ASP.net course, which was first taught 2 years ago this month (Febrary 2003). This book is the culmination of refining 'the story' of ASP.net through teaching it in many classrooms over the last 2 years. I have also had the opportunity to speak at several conferences and author a number of articles on ASP.net, all of which fed into the book writing process.

My goal in writing this book was to provide a clear, concise reference to ASP.net for developers that are already comfortable with concepts in .net. I strive to explain not just how to use the various pieces of ASP.net, but also how and why they are built the way they are. In my experience, the most effective developers are the ones that truly understand the implications of the tools they use. I hope this book provides you with knowledge to become a better ASP.net developer.


Product Details

  • Paperback: 432 pages
  • Publisher: Addison-Wesley Professional; 1 edition (February 21, 2003)
  • Language: English
  • ISBN-10: 0201760401
  • ISBN-13: 978-0201760408
  • Product Dimensions: 9.3 x 7.4 x 1 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (45 customer reviews)
  • Amazon Best Sellers Rank: #590,437 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

36 of 36 people found the following review helpful:
5.0 out of 5 stars Great resource for those with prior ASP.NET/C# experience, February 25, 2003
By 
Jason A. Salas (Dededo, Guam Guam) - See all my reviews
(REAL NAME)   
This review is from: Essential ASP.NET With Examples in C# (Paperback)
I recently read the excellent "ASP.NET Essentials with Examples in C#" by Fritz Onion, published by Addison-Wesley as part of the company's excellent .NET Development Series. Having been working with ASP.NET for more than two years, I tend to be a bit more skeptical of new ASP.NET titles when they take an omnibus approach, attempting to preview an entire technology in one book, rather than a specific part of a platform or the application of it.

This is definitely not the case with this new book, as it's a very refreshing overview of ASP.NET for those who have been working with it.

It's been my experience that with most titles taking an omnibus approach, a book will have one or two chapters that really shine, explaining some aspect of ASP.NET development better than most books. This book has several such gems. It features one of the better descriptions of proper surgery of machine.config/web.config that you'll find on the market today. Specifically, each element with an application's configuration file is examined, instead of the lackadaisical "here's a look at the more important ones" approach that so many authors sadly resort to.

It also sports a better description than most books about the ASP.NET worker process (aspnet_wp.exe) and the role of it within the context of an application. The book also does a good job of defining the HTTP pipeline and the importance of authoring custom modules to extend/enhance an application. Really good chapters on data binding and writing custom server controls also stand out. Both beginners and experienced developers will get a lot out of these helpful and very necessary explanations.

The illustrations are very helpful, and Onion takes another rarely-used approach - explaining each and every data member for each interface implemented by ASP.NET, rather than just saying, "Class XYZ implements IASyncResult". The book's focus is giving the professional developer a better understanding of the inner-workings of the ASP.NET platform, not providing some generic code samples.

Author Onion's writing style is pleasant - he doesn't insult more experienced developers by diluting the easier material, and likewise won't render beginners numb with confusion when explaining more technical concepts.

The book's physical binding is solid, with a rugged cover, thick paper, and a spine that won't easily break while resting in your lap while coding or on your stomach while reading (like me!) At a lean 378 pages, the book features 11 power-packed chapters that won't have you forego your normal social habits just to get through it (I finished the book in two nights' time).

However, I found it curious that the book did not cover the obligatory chapter on XML Web services. This surprised me, as it has become a de facto standard for authoring ASP.NET titles to at least mention how to write "Hello, world!". No biggie on this one, just sort of surprising.

But outside of that, the book is a winner, and a must-have for experienced developers who want to augment their knowledge of ASP.NET by being aware what goes on under-the-hood.

Bravo Fritz, for a job well done!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


26 of 27 people found the following review helpful:
5.0 out of 5 stars Review: Essential ASP.NET With Examples in C#, May 5, 2003
This review is from: Essential ASP.NET With Examples in C# (Paperback)
Audience:

This book, Essential ASP.NET With Examples in C#, is intended for .NET developers that want to learn ASP.NET. It expects the reader to be familiar with the basics of C#, the .NET framework, and object-oriented practices. It does not assume any exposure to web development, nor does it cover html or other non-ASP.NET web concepts. This book is about learning the essential concepts; it is not a low-level introductory book or how-to book. This also makes it a good book for those already familiar with ASP.NET that want to learn the concepts better. If you have this background and want to learn the essentials of ASP.NET, then this book is highly recommended. There is also a version of this book with the Examples in VB.NET, so C# is actually an optional requirement.

Pros:

Fritz Onion has been teaching ASP.NET for DevelopMentor from the beta days of ASP.NET and his experience shows. This book is definitely one of the easiest technical books to just sit down and read without getting bored. It explains each concept as one would expect from an experienced trainer, and the flow of the book is smooth. It assumes the reader is sufficiently familiar with the basic concepts and therefore avoids the usual details, while it goes into the underlying concepts deeper than any other general ASP.NET book that is available today. There is also a very good combination of the abstract principles and practical advice that you can use yourself. The quality of the print itself is also very relaxing since its larger than average print with extra white space.

The book starts with the objectives that ASP.NET set out to solve, including the code-behind model of VS.NET, and then proceeds with an in-depth overview of the server control concept, along with the built-in controls. The next chapters, on configuration and the pipeline, are some of the most thorough discussions I've ever seen, and it appears that many others are also recommending this book based solely on these chapters all by themselves. The rest of the chapters tend to be more independent themes, but they continue to be well-written and thorough. I'm very experienced already, and yet I learned some from those on validation, data-binding, and state management, and I can also recommend those on custom controls, caching, and security for those that don't have the experience.

Cons:

There's not a lot one can say that's bad about this book -- except that its not intended for everyone out there. Its certainly not intended for someone that's not familiar with the basics of .NET and object-oriented practices, nor is it intended to be an exhaustive reference of ASP.NET since it doesn't list or explain every class or method. It doesn't even have the usual chapter on web services, although you could actually argue that's a good thing. This books is also not intended to be a how-to or tutorial based book, but there are examples, and more online. The author never distinguishes between virtual directories and IIS applications, which is a pet peeve of mine, but its hard to find anyone that makes this distinction anymore, even though I feel its of utmost importance.

Buy It:

I give this book my strongest recommendation as a must buy if you want to know the real essentials of ASP.NET. It covers each topic with a style that makes it a joy to read, which is certainly hard to find in technical books. Its also deep enough that everyone is assured of learning something, no matter how experienced you already may be. So if you want to understand the inner concepts of ASP.NET, then this book should definitely be on your bookshelf.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


21 of 21 people found the following review helpful:
5.0 out of 5 stars Highly recommended for experienced developers, April 22, 2003
By 
Alexis Smirnov (Brossard, Quebec Canada) - See all my reviews
This review is from: Essential ASP.NET With Examples in C# (Paperback)
I've ordered this book primarily based on rave reviews of fellow webloggers as well as the fact that every single book from AW .NET series was worth the money. This book did not disappoint.

Fritz has found the right to mix of giving the reader the theory and practical advice. The author assumes that the reader is familiar with .NET and is experienced in application design (I soooo wish more authors would make the same assumption!).

This book gives an experienced developer enough background to be able to make some of the most important design decisions such as when and how to separate presentation logic in custom controls; how to manage state; what data caching option to use etc.

The flow of Essential ASP.NET is absolutely impeccable. Every detail and feature of the technology is introduced at exactly the right place. I liked the flow of the book so much I've used it to put together a presentation on ASP.NET for our team.

A couple of points I wish would be better:

- The book has no description of ASP.NET Web Services - the only major topic omitted.
- There's a few graphics in the book that suppose to illustrate processing sequences. The layout of those graphics could have been done better and didn't really clarify the text they were trying to illustrate.
- The chapter on configuration spends a lot of its text describing how to work with .config files. This topic isn't really specific to ASP.NET and could have been shortened.
- The author gives valuable recommendations on design choices, but most of the advice is directed towards an Internet web application developers. I wish the author would give more consideration to options relevant to Intranet developers.

Overall: highly recommended for experienced developers.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews



What Other Items Do Customers 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.
 

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 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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject