or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
ASP.NET by Example
 
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.

ASP.NET by Example [Paperback]

Steven A. Smith

RRP: £24.99
Price: £21.24 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.75 (15%)
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
Usually dispatched within 7 to 12 days.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details


More About the Author

Steven A. Smith
Discover books, learn about writers, and more.

Visit Amazon's Steven A. Smith Page

Product Description

Product Description

ASP developers need to understand how ASP.NET can help them solve business problems better than any prior product. ASP.NET by Example is designed to provide a "crash course" on ASP.NET and quickly help the reader start using this new technology. As part of the By Example series, this book approaches ASP.NET in an easy-to-use tutorial way, giving the reader a much faster and more interactive learning experience than the traditional reference book. By building the sample applications taught in the book, readers will learn how to create custom ASP.NET controls, how to use ADO+ objects in ASP, and how to deploy and manage applications. ASP.NET by Example also provides tools and information needed to migrate old ASP files to the new platform, saving developers significant time and money. As an added feature Steven A. Smith has included multiple case studies on how ASP.NET is used in e-commerce applications.

From the Back Cover

ASP developers need to understand how ASP.NET can help them solve business problems better than any prior product. ASP.NET by Example is designed to provide a "crash course" on ASP.NET and quickly help the reader start using this new technology. As part of the By Example series, this book approaches ASP.NET in an easy-to-use tutorial way, giving the reader a much faster and more interactive learning experience than the traditional reference book. By building the sample applications taught in the book, readers will learn how to create custom ASP.NET controls, how to use ADO+ objects in ASP, and how to deploy and manage applications. ASP.NET by Example also provides tools and information needed to migrate old ASP files to the new platform, saving developers significant time and money. As an added feature Steven A. Smith has included multiple case studies on how ASP.NET is used in e-commerce applications.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
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

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  15 reviews
19 of 22 people found the following review helpful
You'll want this one in your .net library. 6 Jan 2002
By "vmarmazoa" - Published on Amazon.com
Format:Paperback
Finally! This is actually the first .NET book I've read that does not have the same vague "cookie-cutter" descriptions and examples that I've seen in every other .NET book so far. The authors have a good sense of humor making it easy and fun to read, but they get back to the content just before it becomes annoying. Every example in the book is written in C# as well as VB.NET, which is very cool if you're a VB programmer still thinking about moving to C#. I wish the book had included a CD with all the code, but they've got a website where you can download all of the code. The website is pretty ugly and it was kind of a pain downloading all the examples, but hopefully the authors will read this review, and give the rest of you all a .zip file. Then again this might be the first book I've bought where ALL the code examples have actually worked!

It's a great starting point for anyone interested in .NET, but it won't be the only .NET book you'll need to buy. You'll definitely want another good VB.NET or C# book as well (My favorite so far is "Introduction to C# Using .NET" published by Prentice Hall.)

I took the time to write this review because this was a great book FOR ME. I pre-ordered it... , and I have to say it was worth every penny. It definitely won't be the right choice for everyone, but the following bullets might help you make your decision.

* If you've had some experience with C++, VB or Java, and don't consider yourself an expert, you'll definitely want this book on your bookshelf.
* If the title on your business card reads Web Developer" and you're wondering where your future is going, save yourself some headaches and start it with this book!
* If you've already been experimenting with .NET and consider yourself a more advanced programmer, don't waste your time with this one unless you are looking for something to recommend to less experienced coders.

8 of 8 people found the following review helpful
A must for ASP.NET Developers 20 Feb 2002
By "mammoi" - Published on Amazon.com
Format:Paperback
As the title says "ASP.NET by Example", this book is full of examples that we can use in a day to day ASP.NET web development environment. This book has everything that a ASP.NET Web developer should know.

Simple Statistics
Steven A.Smith, Nicholas Chase, Glenn Cook, Nathen Grass, Vincent W.Mayfield, Wynn Netherland, Scott Swigart and William Wise.

Publisher: QUE Pages: 527 Chapters: 18 (Including Appendix)

Table of Contents
Chapter 1: Overview .NET
Chapter 2: An Introduction to ASP.NET
Chapter 3: Migrating from ASP to ASP.NET
Chapter 4: The New ADO--ADO.NET
Chapter 5: HTML/Web Controls
Chapter 6: Using ASP.NET List Controls
Chapter 7: Using ASP.NET Rick Controls
Chapter 8: Using ASP.NET Validation Controls
Chapter 9: Using ASP.NET User Controls
Chapter 10: ASP.NET Applications
Chapter 11: ASP.NET and Web Services
Chapter 12: Custom ASP.NET Controls
Chapter 13: Debugging ASP.NET Overview
Chapter 14: Case Study in Ecommerce with ASP.NET
Appendix A The ASP.NET Syntax
Appendix B The ADO.NET Object Model
Appendix C VB.NET Programming Reference
Appendix D C# Programming Reference

Who is this Book for?

ASP.NET by Example is intended for people with some prior knowledge of Microsoft's Active Server Pages (ASP) technology who are familiar with programming and dynamic data-driven Internet applications. However, you do not need to be an expert with VBScript, JScript or any other scripting language because they play a limited part in the future of ASP that is ASP.NET.

An insight into some of the Chapters

Migrating from ASP to ASP.NET is discussed very well in Chapter 3. This chapter gives you an over all idea about the major difference between classic ASP and ASP.NET. This mainly include the new file extensions that we have in ASP.NET, how to maintain state between ASP and ASP.NET, Language differences, how to declare the new Server controls in ASP.NET and so on. This chapter will be very helpful, if we need to convert a Classic ASP website into an ASP.NET website.

Chapter 4 gives us an overall idea about the major differences between ADO and ADO.NET. This has some good examples such as retrieving data from a table, calling stored procedures, inserting records into a table etc. This chapter also has some cool examples that deals with DataReader Object, SqlDataAdapter Object, DataSet Object, DataGrid Control, Repeater Control and DataList Control. Oh Man! You should keep this chapter always open while you are developing a web application using ASP.NET.

Another very interesting chapter in this book is the Chapter 8, "Using ASP.NET Validation Controls". Validating the user input is very simple with ASP.NET. This chapter has several examples that we use everyday. This chapter goes through all validation controls that is available in ASP.NET. RegularExpression is also discussed very well in this chapter. Now, you can use regular expressions to validate any input format that you may have in your web pages.

A vital concept in ASP.NET is the code behind concept. Chapter 9 takes you a tour about "User controls" in ASP.NET. If you wanna learn about creating user controls in ASP.NET, then you should read this chapter. The examples discusses in this chapter can be used in a real time environment. This chapter has a very good example on how to create a "Login user control". This example is a very useful one and is a must for every web site that has secure information that needs to be shared among different users.

Debugging ASP.NET applications is a must for every web developer. Chater 13 has all information regarding how to debug a ASP.NET application. This chapter has a cool example that can be used to "read the contents from event logs". Another interesting aspect of this chapter is the discussion on "Frequently encountered bugs" in ASP.NET.

If you are a ASP.NET developer, then you should have this book. I would rather like to call this book as "ASP.NET MSDN". Grab a copy of this today itself!

4 of 4 people found the following review helpful
Great beginner book at good price 31 Dec 2002
By Victor H. Aparicio - Published on Amazon.com
Format:Paperback
I am a Classic ASP developer. The company that I work for has recently decided to pursue .NET for future web development. This was the first book that I read in order to get a grasp of the changes from Classic ASP to ASP.NET. I have to say that this book was a GREAT introduction to a lot of the new features of ASP.NET.

There are a few things I would like to point out when considering buying this book:
1.This is a beginner book. No advanced topics.
2.Good coverage of the different types of controls available in .NET.
3.Quick and easy read.
4.Only basic coverage of ADO.NET.
5.Source code available as a download.
6.Assumes that you have VS.NET although I used ASP.NET Web Matrix.

There were some typos but nothing ridiculous.
Overall I like this book. Good price for a good book.


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
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges