did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780789736659

Microsoft Expression Web Developer's Guide to ASP.NET 3.5, The: Learn to create ASP.NET applications using Visual Web Developer 2008

by
  • ISBN13:

    9780789736659

  • ISBN10:

    0789736659

  • Edition: 1st
  • Format: Paperback
  • Copyright: 2008-01-01
  • Publisher: Que
  • Purchase Benefits
List Price: $44.99

Summary

"This book is a great reference for web designers new to ASP.NET who are looking to jump start their development with Visual Web Developer 2008." Mikhail Arkhipov Principal Development Manager Web Development Tools Microsoft Corporation Expression Web introduced ASP.NET to a new group of web developers. This book is designed to help you start using ASP.NET right away to add powerful new features to your website. Donrs"t worry, you wonrs"t have to learn a lot of programming; instead, yours"ll create an ASP.NET application from start to finish using Visual Web Developer 2008, while writing only a very small amount of actual programming code. DETAILED INFORMATION ON HOW TOhellip; bull; Create and work with websites in Visual Web Developer 2008 bull; Use the different compilation and code models in ASP.NET bull; Configure ASP.NET security and other settings bull; Use ASP.NET master pages and user controls bull; Take advantage of ASP.NET membership features for a password-protected website bull; Use form validation in ASP.NET bull; Use CSS, skins, and themes bull; Access, edit, and add data to a database using ASP.NET bull; Send email using ASP.NET bull; Use Ajax and ASP.NET Web services bull; Debug and troubleshoot ASP.NET . . . and much more!

Table of Contents

Introduction
Understanding ASP.NET Architecture
Installing and Configuring ASP.NET
Understanding the .NET Framework and ASP.NET
Configuring ASP.NET
Configuring ASP.NET on IIS 5.1 or IIS 6.0
Configuring ASP.NET on IIS 7
Using the ASP.NET Development Server Troubleshooting IIS
ASP.NET Code Models
Understanding ASP.NET Web Form Code
ASP.NET Directives
ASP.NET Design-Time Code Server-Side Code Models
Inline Server-Side Code
Code-Behind Server-Side Code Switching Server-Side Code Models
Moving from Code-Behind to Inline Code
Moving from Inline Code to Code-Behind Choosing a Code Model
ASP.NET Compilation Models ASP.NET Compilation
The Web Application Compilation Model
The Website Compilation Model
The Precompilation Model Automating aspnet_compiler.exe in Visual Web Developer Express Edition
ASP.NET Events and the Page Lifecycle An Event-Driven Architecture Application and Session Events
Application Events and the Application Lifecycle
Session Events Page Events and the Page Lifecycle
The Importance of the Lifecycle Investigating the Page Lifecycle
ASP.NET State Management A Connectionless Environment Understanding Application Variables
Setting an Application Variable
Retrieving an Application Variable Understanding Session Variables Using ASP.NET Caching
Page Output Caching
Fragment Caching
The Cache API
Retrieving Items from Cache ASP.NET Viewstate and Control State
ASP.NET Configuration and Performance Overview of ASP.NET
Configuration ASP.NET Configuration Files
Machine Configuration Files
Application Configuration Files The Web Site Administration Tool
Security Tab
Application Tab
Provider Tab ASP.NET Configuration in IIS
IIS 5.1 and IIS 6 IIS 7 Encrypting Information in the Configuration Files
Basic ASP.NET Security Authenticati
Table of Contents provided by Publisher. All Rights Reserved.

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Excerpts

= 0) {slash = '\\';} else {slash = '/';}openLoc = figLoc.substring(0, figLoc.lastIndexOf(slash) + 1);while (pPage.substring(0,3) == '../') {openLoc = openLoc.substring(0, openLoc.lastIndexOf(slash, openLoc.length - 2)+ 1);pPage = pPage.substring(3, pPage.length + 1);}popUpWin =window.open('','popWin','resizable=1,scrollbars=1,location=0,toolbar=0,width=525,height=394');figDoc = popUpWin.document;zhtm= ' ' + pPage + ' ';zhtm += ' ';zhtm += ' ';zhtm += ' ';zhtm += '' + pPage.substring(pPage.lastIndexOf('/') + 1, pPage.length) + '';zhtm += ' ';figDoc.write(zhtm);figDoc.close();}// modified 3.1.99 RWE v4.1 --> Introduction Introduction Who Should Read This Book?Not long ago, I wrote a book on Expression Web calledSpecial Edition Using Microsoft Expression Web. Expression Web is a great product that builds on the success of Microsoft FrontPage, and although many web designers (including myself) were excited about Expression Web, many were also disappointed to see the removal of FrontPage web components.Because Expression Web added support for ASP.NET development, many Expression Web users who were migrating from FrontPage saw ASP.NET as a natural transition from the FrontPage components that they had grown so used to. Unfortunately, they quickly found themselves overwhelmed with ASP.NET. Let's face it: Most FrontPage users migrating to Expression Web are not programmers and don't want to become programmers. Instead, they want to take advantage of the technologies exposed in Expression Web without having to spend months learning how to write code.If you can relate to the previous two paragraphs, this book is for you! This book is designed to walk you through creating an ASP.NET web application from beginning to end, using Microsoft Visual Web Developer Express Edition, (referred to as simply Visual Web Developer from here on out.) Visual Web Developer has many of the designer features and CSS features that you'll find in Expression Web, but it's much better suited to designing ASP.NET applications.Here are some of the ASP.NET features this book covers:Creating ASP.NET websitesCreating ASP.NET Web forms and user controlsAccessing databases with ASP.NETEditing database data with ASP.NETUsing ASP.NET membership to password protect parts of a websiteSending email with ASP.NETUsing ASP.NET Ajax 1.0Much more...I'll show you how to implement all these features while writing the least amount of code possible, but when code is necessary, I'll provide samples in both Visual Basic and C#.

Rewards Program