Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Sta... and over one million other books are available for Amazon Kindle. Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Very Good See details
$6.09 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
Sell Back Your Copy
For a $1.56 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit
 
 
Start reading Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Sta... on your Kindle in under a minute.

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

Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit [Paperback]

Scott Mitchell (Author)
4.2 out of 5 stars  See all reviews (18 customer reviews)

List Price: $39.99
Price: $25.92 & this item ships for FREE with Super Saver Shipping. Details
You Save: $14.07 (35%)
  Special Offers Available
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.
Only 6 left in stock--order soon (more on the way).
Want it delivered Thursday, May 24? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $12.60  
Paperback $25.92  
Unknown Binding --  

Book Description

June 27, 2008 0672329972 978-0672329975 1

Sams Teach Yourself ASP.NET 3.5 in 24 Hours

 

Scott Mitchell

 

Starter Kit

 

DVD includes Microsoft Visual Web Developer 2008 Express Edition

 

 

In just 24 sessions of one hour or less, you will be up and running with ASP.NET 3.5. Using a straightforward, step-by-step approach, each lesson builds upon a real-world foundation forged in both technology and business matters, allowing you to learn the essentials of building dynamic, data-driven web applications from the ground up.

 

Step-by-step instructions carefully walk you through the most common questions, issues, and tasks.

 

Q&As, quizzes, and exercises at the end of each lesson help you build and test your knowledge.

 

By the Way, Did You Know?, and Watch Out! boxes point out shortcuts and solutions.

 

Learn how to…

  • Design and create ASP.NET web pages
  • Use Microsoft Visual Web Developer to quickly and professionally build ASP.NET websites
  • Collect input from users visiting your web pages
  • Display database data through a web page
  • Edit, insert, delete, sort, and page through database data from an ASP.NET page
  • Build a website that supports user accounts
  • Use Ajax to design interactive web user interfaces

 

As editor and main contributor to 4GuysFromRolla.com, a popular ASP.NET resource website, Scott Mitchell has authored more than a thousand articles on Microsoft web technologies since 1998. In addition to his vast collection of online articles, Scott has written six previous books on ASP and ASP.NET: Sams Teach Yourself Active Server Pages 3.0 in 21 Days (Sams); Designing Active Server Pages (O’Reilly); ASP.NET: Tips, Tutorials, and Code (Sams); ASP.NET Data Web Controls Kick Start (Sams); Sams Teach Yourself ASP.NET in 24 Hours (Sams); and Sams Teach Yourself ASP.NET 2.0 in 24 Hours (Sams). Scott has also written a number of magazine articles and is a regular columnist for Microsoft’s MSDN Magazine.

 

DVD Includes:

  • Microsoft Visual Web Developer 2008 Express Edition

 

On the Web:

  • Register your book at informit.com/title/9780672329975 for access to author code, examples, updates and corrections as they become available.

 

Category: Microsoft Programming/ASP.NET

Covers: ASP.NET 3.5

User Level: Beginning—Intermediate

 


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Sams Teach Yourself Visual C# 2008 in 24 Hours: Complete Starter Kit $23.20

Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit + Sams Teach Yourself Visual C# 2008 in 24 Hours: Complete Starter Kit
  • This item: Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit

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

  • Sams Teach Yourself Visual C# 2008 in 24 Hours: Complete Starter Kit

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Editorial Reviews

About the Author

As editor and main contributor to 4GuysFromRolla.com, a popular ASP.NET resource website, Scott Mitchell has authored more than a thousand articles on Microsoft web technologies since 1998. In addition to his vast collection of online articles, Scott has written six previous books on ASP and ASP.NET: Sams Teach Yourself Active Server Pages 3.0 in 21 Days (Sams); Designing Active Server Pages (O’Reilly); ASP.NET: Tips, Tutorials, and Code (Sams); ASP.NET Data Web Controls Kick Start (Sams); Teach Yourself ASP.NET in 24 Hours (Sams); and Teach Yourself ASP.NET 2.0 in 24 Hours (Sams). Scott has also written a number of magazine articles and is a regular columnist for Microsoft’s MSDN Magazine. Scott’s nonwriting accomplishments include speaking at numerous ASP.NET user groups and conferences across the country. Scott regularly teaches classes on ASP.NET and related web technologies at the University of California–San Diego University Extension. Scott also works as an independent software developer. Scott can be reached at mitchell@4GuysFromRolla.com; his blog is available at www.ScottOnWriting.NET.

Excerpt. © Reprinted by permission. All rights reserved.

Introduction

Introduction

As the World Wide Web continues its meteoric growth, websites have matured from simple collections of static HTML pages to data-driven dynamic web applications. For example, websites such as eBay or Amazon.com are much more than a collection of HTML pages—they are complex applications that happen to be accessed through the Internet. Although many competing technologies exist for building data-driven websites, this book shows how to use the latest version of Microsoft's popular ASP.NET technology for creating web applications.

ASP.NET web applications are composed of individual ASP.NET web pages. As we will see in numerous examples throughout this book, these ASP.NET pages can display HTML, collect user input, and interact with databases. ASP.NET pages contain a mix of both HTML and source code. It is the source code of an ASP.NET page that allows for the more advanced features, such as accessing data from a database, or sending an email. The source code of an ASP.NET web page can be written in any one of a number of programming languages. For this book we will be using Microsoft's Visual Basic programming language. Don't worry if you've never programmed in Visual Basic, or even if you have never programmed at all. Starting with Hour 5, "Understanding Visual Basic's Variables and Operators," we spend three hours examining programming language concepts and the Visual Basic syntax.

To ease ASP.NET web page development, Microsoft provides a free development editor, Visual Web Developer, which is included in this book's accompanying CD. Visual Web Developer simplifies creating both the HTML and source code portions of ASP.NET pages. The HTML for an ASP.NET web page can be quickly created by using the Designer, which is a What You See Is What You Get (WYSIWYG) graphical editor. With the Designer, you can drag and drop various HTML elements onto an ASP.NET web page, moving them around with a few clicks of the mouse. Likewise, Visual Web Developer offers tools and shortcuts that help with creating an ASP.NET page's code.

Audience and Organization

This book is geared for developers new to ASP.NET, whether or not you've had past experience with HTML or programming languages. By the end of this book you'll be able to create and deploy your own dynamic, data-driven web applications using ASP.NET.

This book's 24 hours are divided into four parts. Part I introduces you to ASP.NET, HTML, Visual Web Developer, and Visual Basic. Hour 1, "Getting Started with ASP.NET 3.5," begins with an overview of ASP.NET and then walks you through installing the .NET Framework, Visual Web Developer, and other necessary components. Hour 3, "Using Visual Web Developer," showcases Visual Web Developer, which is the powerful development editor you'll be using throughout this book to create ASP.NET web pages. Hours 5, 6, and 7 examine the syntax and semantics of the Visual Basic programming language.

ASP.NET offers a variety of user interface elements for collecting user input, including text boxes, check boxes, drop-down lists, and radio buttons. In Part II you will see how to collect and process user input. Hour 10, "Using Text Boxes to Collect Input," examines using single-line, multi-line, and password text boxes, while Hour 11, "Collecting Input Using Drop-Down Lists, Radio Buttons, and Check Boxes," examines alternative user input controls.

Part III shows how easy it is to build data-driven websites with ASP.NET. Starting in Hour 13, "An Introduction to Databases," we begin our look at building websites that interact with databases. Typically, data-driven websites enable visitors to view, update, delete, and insert data into the database from an ASP.NET page. In Hour 15, "Displaying Data with the Data Web Controls," you will learn how to display database data in a web page. Hour 16, "Deleting, Inserting, and Editing Data," examines how to edit, insert, and delete data.

Part IV highlights tools provided by ASP.NET and Visual Web Developer that help with building professional, easy-to-use websites. In Hour 20, "Defining a Site Map and Providing Site Navigation," you'll see how to define a website's navigational structure and display menus, treeviews, and breadcrumbs. Hour 22, "Using Master Pages to Provide Sitewide Page Templates," examines master pages, which enable web designers to create a web page template that can be applied to all pages across the site.

Conventions Used in This Book

This book uses several design elements and conventions to help you prioritize and reference the information it contains:


Note - By the Way boxes provide useful sidebar information that you can read immediately or circle back to without losing the flow of the topic at hand.



Tip - Did You Know? boxes highlight information that can make your Visual Basic programming more effective.



Caution - Watch Out! boxes focus your attention on problems or side effects that can occur in specific situations.


New terms appear in a semibold typeface for emphasis.

In addition, this book uses various typefaces to help you distinguish code from regular English. Code is presented in a monospace font. Placeholders—words or characters that represent the real words or characters you would type in code—appear in italic monospace. When you are asked to type or enter text, that text appears in bold monospace. Menu options are separated by a comma. For example, when you should open the File menu and choose the New Project menu option, the text says "Select File, New Project."

Some code statements presented in this book are too long to appear on a single line. In these cases, a line-continuation character is used to indicate that the following line is a continuation of the current statement. Furthermore, some code listings include line numbers. These numbers are used to refer to specific lines of code in the text and are not part of the code syntax.

I hope you enjoy reading this book as much as I enjoyed writing it.

Happy Programming!

Scott Mitchell
mitchell@4guysfromrolla.com


© Copyright Pearson Education. All rights reserved.


Product Details

  • Paperback: 628 pages
  • Publisher: Sams; 1 edition (June 27, 2008)
  • Language: English
  • ISBN-10: 0672329972
  • ISBN-13: 978-0672329975
  • Product Dimensions: 9 x 7 x 1.4 inches
  • Shipping Weight: 1.9 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Best Sellers Rank: #580,299 in Books (See Top 100 in Books)

More About the Author

As editor and main contributor to 4GuysFromRolla.com, a popular ASP/ASP.NET resource Web site, Scott Mitchell has authored several hundred articles on Microsoft Web Technologies since 1998. In addition to his vast collection of online article, Scott has written numerous books on ASP/ASP.NET as well as articles for Microsoft's MSDN Magazine and asp.net PRO.

Scott's non-writing accomplishments include speaking at numerous ASP/ASP.NET user groups and ASP.NET conferences across the country. Scott has also taught numerous classes on ASP.NET and related technologies at the University of California[md]San Diego University Extension. In addition to teaching and writing, Scott also is a software developer. He works as an independent consultant and has authored and sold a number of commercial software applications.

Scott can be reached at mitchell@4GuysFromRolla.com; his blog is available at www.ScottOnWriting.NET.

Customer Reviews

Most Helpful Customer Reviews
41 of 43 people found the following review helpful
By John K
Format:Paperback|Amazon Verified Purchase
Be carefull when you buy this book. You do not learn that the source code used in this book is only Visual Basic. No Visual C# is provided. You find this out after you purchase the book.
Was this review helpful to you?
11 of 11 people found the following review helpful
You'll learn ASP.Net April 15, 2009
Format:Paperback|Amazon Verified Purchase
As an experienced VB.net programmer I hadn't written anything in ASP.Net. I found this book to be as good taking a class on the subject. The book contains everything one needs to complete the lessons. It includes a DVD with all the software you'll need to do the practice programs and exercises. The book is broken down into 24 chapters, the author calls hours. Accomplishing everything in a chapter in one hour is a little optimistic. If you do all the tutorials and exercises, you'll spend more than an hour per chapter. If you new to programming, I suggest you spend some time learning VB.net first, then move to this book. The book is great if you have had some programming experience. Just follow the examples, do the exercises and by the end of the book you'll be able to create web pages using ASP.net. I like these kinds of books that take you by the hand and teach with examples and explanations.
Comment | 
Was this review helpful to you?
7 of 7 people found the following review helpful
Laymen - Enjoy! April 29, 2009
Format:Paperback
I am a laymen developer just scratching to get my own website up to snuff with Asp.net and deliver a more dynamic product. Computer programming is decidedly NOT my field and that's precisely why I enjoyed Scott's book. I have feeling it's geared just for people like me; it's clearly written and nicely organized, has plenty of information and it takes things at a good steady pace.

There are several good books on asp.net - Imar Spaanjaars book is excellent and I gave it five stars - but Imar throws alot at you. Scott works you through the material more slowly and I really need that at times. Basically I'm using both books - Imar for some more advanced material (nothing in Scott's book on Linq) - and Scott's to really ground myself in the material. I think they're an excellent combo.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Good starting point
As the title states, this is directed towards someone beginning their foray into .net and web programming. Read more
Published 19 months ago by P. Lawry
Missing a few things
While I agree with many of the positive things said about this book, it is missing a few things. First it completely leaves out the fact that there is a whole other programming... Read more
Published on April 29, 2010 by Steven J. Kramer
ASP.NET 3.5
The book is truly for beginners. It steps through web development in the .NET one step at a time. Some sections are too remedial, but they are sectioned in chapters such that it... Read more
Published on March 15, 2010 by M. Souza
Scott Mitchell's ASP.NET 3.5 Book is on Point
I started programming MS Access, VB, and SQL Server since 1996. I went to technical college in 2005 to upgrade my skills to Internet and Web Design. Read more
Published on February 16, 2010 by Wade Anthony
Good step by step approach, might have started with Master pages...
This is my 2nd Sams Teach Yourself book and I like it. It takes you through VB and basic programming for about 7 chapters and you might skim through and still pick up some ideas... Read more
Published on February 15, 2010 by TruthPortal
Excellent book!
I'm only about 80 pages in, but finally I found a book where the screen shots actually look like what I'm seeing on my screen, and where the code samples actually work. Read more
Published on December 9, 2009 by bds
Decent book for beginners
I've only read about half the book but so far, it is well written and definitely geared toward beginners.
Published on September 14, 2009 by J. Storms
Ideal for quickly getting up to speed on ASP.Net 3.5
The Sams 'Teach Yourself' range of books are an excellent way to learn new technologies quickly. Whilst they don't give you an in depth understanding of the technologies, they do... Read more
Published on July 7, 2009 by Paul Esler
Great introductory book to ASP.NET
Great introductory book to ASP.NET for absolute beginner or someone with technical experience that wants to skim across the top and learn quickly.
Published on June 30, 2009 by Matt Duguid
All-In-One Microsoft Web-Development Basics, Nicely Done Again
ASP.NET is the heart of Microsoft's web-development platform. ASP.NET includes a large set of web-page controls and database access controls that are executed by a server-side... Read more
Published on June 18, 2009 by David Gurgel
Search Customer Reviews
Only search this product's reviews

Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
web form, validating user input, enable paging, using text boxes, partial class, style application, create your own website, current node, default font, deploying your website, grid view, full postback, stored procedures, last read, integer quotient, allowing visitors, enable editing, creating database tables, use optimistic concurrency, data modification, new constructor, object variable, page events, source code portion, partial postback
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Web Developer, Label Web, Visual Basic, Button Web, Untitled Page, Solution Explorer, Express Edition, Visual Studio Hacks, Literal Web, Windows Internet Explorer, Displaying Data, The Number, File Edit View Favorites Tools Help, Workshop Quiz, Button's Click, The Catcher, Image Web, Accessing Data, Editing Data, Compute Monthly Cost, End Sub, Managing Program Flow, Getting Started, Collecting Input Using Drop-Down Lists, Database Explorer
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

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



Look for Similar Items by Category


Look for Similar Items by Subject