The Microsoft Expression Web Developer's Guide to ASP.NET... 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 - Good See details
$12.48 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Sell Back Your Copy
For a $0.75 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008
 
 
Start reading The Microsoft Expression Web Developer's Guide to ASP.NET... on your Kindle in under a minute.

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

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

Jim Cheshire (Author)
3.9 out of 5 stars  See all reviews (11 customer reviews)

List Price: $44.99
Price: $29.01 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.98 (36%)
  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 5 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $14.40  
Paperback $29.01  
Sell Back Your Copy for $0.75
Whether you buy it used on Amazon for $8.65 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $0.75.
Used Price$8.65
Trade-in Price$0.75
Price after
Trade-in
$7.90

Book Description

0789736659 978-0789736659 October 20, 2007 1

“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. Don’t worry, you won’t have to learn a lot of programming; instead, you’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 TO…

     •    Create and work with websites in Visual Web Developer 2008

     •    Use the different compilation and code models in ASP.NET

     •    Configure ASP.NET security and other settings

     •    Use ASP.NET master pages and user controls

     •    Take advantage of ASP.NET membership features for a password-protected website

     •    Use form validation in ASP.NET

     •    Use CSS, skins, and themes

     •    Access, edit, and add data to a database using ASP.NET

     •    Send email using ASP.NET

     •    Use Ajax and ASP.NET Web services

     •    Debug and troubleshoot ASP.NET

          . . . and much more!

 


Special Offers and Product Promotions

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

Frequently Bought Together

Customers buy this book with Microsoft® Visual Web Developer(TM) 2008 Express Edition Step by Step (Step by Step (Microsoft)) $21.13

The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008 + Microsoft® Visual Web Developer(TM) 2008 Express Edition Step by Step (Step by Step (Microsoft))


Editorial Reviews

About the Author

Jim Cheshire is the author of several books, including the recently released Special Edition Using Expression Web. He has been working with ASP.NET since before its release. Jim works as an escalation engineer on the ASP.NET team at Microsoft, where he specializes in debugging and resolving some of the toughest problems Microsoft sees from users of ASP.NET.

 

Jim also operates the Jimco Software (www.jimcosoftware.com) and Jimco Books (www.jimcobooks.com) websites, where he distributes software and information for users of both Microsoft FrontPage and Microsoft Expression Web. He has been heavily involved in the web design community for more than a decade and is widely considered an expert in Microsoft’s web design technologies.

 

You can contact Jim via either of his websites.

Excerpt. © Reprinted by permission. All rights reserved.

Introduction

Introduction

Who Should Read This Book?

Not long ago, I wrote a book on Expression Web called Special 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 websites

  • Creating ASP.NET Web forms and user controls

  • Accessing databases with ASP.NET

  • Editing database data with ASP.NET

  • Using ASP.NET membership to password protect parts of a website

  • Sending email with ASP.NET

  • Using ASP.NET Ajax 1.0

  • Much 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#.

How This Book Is Organized

This book is divided into multiple sections so that you can quickly find the information you need. Here is the rundown on all the sections:

  • Part I, "Understanding ASP.NET Architecture"—I cover the basics of ASP.NET. You'll learn about ASP.NET code models, compilation models, how ASP.NET page events work, how ASP.NET is configured, and the basics of ASP.NET security.

  • Part II, "Creating ASP.NET Applications and Web Forms"—In this section, I cover creating ASP.NET websites and ASP.NET Web forms.

  • Part III, "Master Pages and User Controls"—I cover creating Web forms with master pages, a new feature introduced in ASP.NET 2.0. I also cover creating and using reusable ASP.NET components called user controls.

  • Part IV, "ASP.NET Membership"—In this section I cover the security features of ASP.NET more closely. You'll create users and roles (ASP.NET groups) and configure their access to the website. You'll also create a login page and other pages to allow users to manage user accounts.

  • Part V, "ASP.NET Forms and Validation"—In this section you'll learn how to create custom forms in ASP.NET and how to use the ASP.NET validation controls to configure form validation.

  • Part VI, "Styling Web Forms in Visual Web Developer"—In this section you'll learn how to use the powerful CSS toolset that Expression Web brings to Visual Web Developer. I also cover ASP.NET skins and themes.

  • Part VII, "Data Access with ASP.NET"—In this section I cover the ASP.NET data controls and how to display, add, edit, and delete data from a database.

  • Part VIII, "Sending Email with ASP.NET"—In this section I cover ASP.NET Ajax and web services.

  • Part IX, "Debugging and Troubleshooting ASP.NET"—Realizing that things will go terribly wrong when you least expect it, this section covers debugging and troubleshooting ASP.NET applications.

  • Part X, "Deploying ASP.NET Applications"—In this section, I cover deploying your ASP.NET application to another web server.

I've also included one appendix that covers all the various options and settings available in Visual Web Developer.

Special Elements

Throughout the book, you'll find some special elements that are designed to make it easy to locate important information or special tips that help you get the most out of Visual Web Developer.

When a special term is used for the first time, it is printed in italic and is defined close by. If instructions require you to enter text or values into a dialog, the data you are to enter appears like this.

Cross References

This book is designed to be read in order, but you may still find yourself wanting to read up on a specific topic in advance or go back and review a topic covered in a previous chapter. For that reason, I've made sure to cross-reference information where possible.

Notes, Tips, Cautions, and Sidebars

You'll find numerous bits of information in these special elements.


Note - Notes include additional technical information or URLs that you can use to access important information.



Tip - Tips provide information to make a feature easier to use or information you might not have considered.



Caution - Caution elements are designed to warn you about common pitfalls before you suffer from them.



Read Sidebars for the Big Picture - You won't find sidebars in every chapter. They're designed to give you more insight into a particular topic. If you're the kind of person who wants to know all the details, you'll find sidebars to be extremely valuable.


I've worked hard to make this book the definitive resource on ASP.NET for Expression Web users who don't want to become ASP.NET programmers. I hope this book will excite you about designing ASP.NET applications and adding a whole new realm of possibilities to your web design toolset.

—Jim



Product Details

  • Paperback: 504 pages
  • Publisher: Que; 1 edition (October 20, 2007)
  • Language: English
  • ISBN-10: 0789736659
  • ISBN-13: 978-0789736659
  • Product Dimensions: 9.1 x 7.1 x 1.2 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (11 customer reviews)
  • Amazon Best Sellers Rank: #756,717 in Books (See Top 100 in Books)

More About the Author

Jim Cheshire is an expert on the Amazon Kindle and on Web design and programming. Jim has written a dozen books on these topics and also shares his passion and knowledge with readers via online columns and articles.

Jim works for Microsoft where he helps developers make the most of Microsoft technologies. When he's not working, Jim spends time enjoying his family and especially loves spending time outdoors.

 

Customer Reviews

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

17 of 18 people found the following review helpful:
5.0 out of 5 stars Great book for people who are sick of trying to learn Web Page development/design from a book!, January 29, 2008
Amazon Verified Purchase(What's this?)
This review is from: The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008 (Paperback)
I must have purchased 10 books on how to develope a website from the ground up. Within the first 5 chapters, without fail, something integral to the entire website that they take for granted working, wouldn't work for me, and after a week or two of trying to fix the issue, I would normally give up. I repeated this process for about the past 6 months.

Some background on me, I'm 28, I have a BS in computer science, but generally learned nothing in college, of business value anyway. I am lightly familiar with coding/designing, if given enough time I could read the code and tell you about what most things do in C++ or VB, (And their .net equivalents), but ask me to program something, and I wouldn't even know where to start. This is why I am heavily dependant on any programing examples in a book working...

This book is definitely more a designers guide to building a website, but by that, I mean it shows you how to create a website from the ground up, and every short cut possible where you can have Visual Web Developer (VWD) button, or option do the work of coding. This is like a god send for people like me, that want to learn coding, but not as badly as we want to learn how to create .NET websites. I didn't get stuck for more than a few minutes anywhere.

There are no "stories from the trenches" that many books put in just to fill in space and bore you inbetween what you actually want to know. This book is VERY concisely written telling you what you need to know. This book does not go into great depth in any great part, it briefly touches on just about everything you could need to run your own website though and makes recommendations for either websites or books to purchase to get additional information.

In conclusion, this book is great for beginners, and I would, and have recommended it to everyone I know who, similar to me, wants to create a professional looking website, that doesn't have the programing skills to make it happen. I'd imagine though, if you are above beginner level, this book would not be for you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 13 people found the following review helpful:
5.0 out of 5 stars VWD 2008 Express, November 30, 2007
Amazon Verified Purchase(What's this?)
This review is from: The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008 (Paperback)
The title of this book is a little misleading. It deals with Visual Web Developer Express Edition 2008 and does an excellent job of addressing the new features in the 2008 release as well as a valid tool for someone just starting with Visual Web Developer. It takes you through the development of a sample ASP.NET website using Access databases along with user security. It is an excellent reference as well as a tutorial approach for a begginner to intermediate web site creation.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
5.0 out of 5 stars Great tool for ASP.NET designers, November 19, 2007
This review is from: The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008 (Paperback)
This book does a superb job furthering one of Microsoft's intentions of the Expression suite: to bridge the gap between designers and developers.

Even though it is targeted toward designers new to ASP.NET, it is actually quite comprehensive in terms of development. I appreciate how a strong foundation was laid right from the start discussing ASP.NET architecture (including the often misunderstood topics of page lifecycle and state management) in plain, concise terms.

What really excites me about this book is that it does not shy away from the administrative side of ASP.NET--configuring membership, validation, security, etc. Far too many designers and developers alike give blank stares when asked how their site is configured.

I will definitely recommend this book to designers on our team, as it will help our upcoming ASP.NET 3.5 projects go much more smoothly.

Now...if I could just find a book of this caliber that works conversely, helping developers get into the mindset of a designer...
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



Inside This Book (learn more)
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Web Service, Master Page, User Control
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)
(3)
(3)
(2)

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


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject