Sell Back Your Copy
For a $0.40 Gift Card
Trade in
Have one to sell? Sell yours here
Beginning Dynamic Websites: with ASP.NET Web Matrix (Programmer to Programmer)
 
 
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.

Beginning Dynamic Websites: with ASP.NET Web Matrix (Programmer to Programmer) [Paperback]

Dave Sussman (Author), James Greenwood (Author), Alex Homer (Author), Colt Kwong (Author), John M. West (Author)
4.9 out of 5 stars  See all reviews (7 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback, Illustrated --  
Paperback, February 8, 2003 --  

Book Description

0764543741 978-0764543746 February 8, 2003
What is this book about?

With this book and Web Matrix, you'll be developing your own powerful ASP.NET websites in no time.

You'll start at the beginning, learning how to create graphical web pages in Web Matrix. Then you'll use Visual Basic .NET and databases to add the dynamic features usually seen in expensive commercial websites. You'll finish by looking at some of the expert ASP.NET features — writing our own controls and web services.

Even if you've never programmed before, this book will take you right into the world of professional web development. You'll be amazed at how easy it is and how much you can do.

What does this book cover?

With this book, you will learn how to

  • Go further than just static HTML websites, by using a programming language. We will get you building real dynamic websites right from the beginning
  • Change the content of your pages quickly and easily by using databases. With this book, you'll learn how databases work, and how to make the most of them.
  • Add interactivity to your website by creating your very own guest book, and allow people to leave message with emoticons.
  • Create content you can distribute to other websites, and learn how to automatically update it all over the Web in one go!

Who is this book for?

Users of any edition of Microsoft Windows XP, or 2000 — ideal for beginners — no HTML knowledge is required.

Warning!

Microsoft has informed us that the version of MSDE distributed with this book is susceptible to the slammer worm. Microsoft is providing a patch for this version of MSDE at the following URL: http://www.msdn.microsoft.com/netframework/downloads/updates/sdkfix/default.asp.

If you have installed MSDE using the CD in the book, and wish to protect yourself from this virus, you should consider applying this patch. We are very sorry for any inconvenience caused.



Editorial Reviews

From the Publisher

Complete Starter kit. Everything you need to get you started:

Complete ASP.NET Web Matrix Software included on the CD
Friendly tutorial full of working examples and packed with screenshots

With this book you will be able to...

Go further than just static HTML websites, by using a programming language. We will get you building real dynamic websites right from the beginning.
Change the content of your pages quickly and easily by using databases. With this book, you’ll learn how databases work, and how to make the most of them.
Add interactivity to your website by creating your very own Guest Book, and allow people to leave messages with emoticons.
Create content you can distribute to other websites, and learn how to automatically update it all over the Web in one go!

Who is this book for?

Users of any edition of Microsoft Windows XP or 2000
Ideal for beginners - no HTML knowledge is required --This text refers to an out of print or unavailable edition of this title.

From the Back Cover

"With this book and the Web Matrix Starter Kit on the CD, you’ll be developing your own powerful dynamic websites in no time. Even if you’ve never programmed before, you’ll be amazed at how easy it is, and how much you can do."

With this book and Web Matrix, you’ll be developing your own powerful ASP.NET websites in no time.

We’ll start at the beginning, learning how to create graphical web pages in Web Matrix. Then we’ll use Visual Basic® .NET and databases to add the dynamic features usually seen in expensive commercial websites. We’ll finish by looking at some of the expert ASP.NET features – writing our own controls and web services.

Even if you’ve never programmed before, this book will take you right into the world of professional web development. You’ll be amazed at how easy it is, and how much you can do.

With this book you will be able to

  • Go beyond static HTML websites by using a programming language. We will get you building real dynamic websites right from the beginning.
  • Change the content of your pages quickly and easily by using databases. With this book, you’ll learn how databases work, and how to make the most of them.
  • Add interactivity to your website by creating your very own Guest Book, and allow people to leave messages with emoticons.
  • Create content you can distribute to other websites, and learn how to automatically update it all over the Web in one go!

Who is this book for?

Users of any edition of Microsoft® Windows XP® or 2000. Ideal for beginners – no HTML knowledge is required.


Product Details

  • Paperback: 576 pages
  • Publisher: Wrox (February 8, 2003)
  • Language: English
  • ISBN-10: 0764543741
  • ISBN-13: 978-0764543746
  • Product Dimensions: 9 x 7.3 x 1.3 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Best Sellers Rank: #1,525,240 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

20 of 20 people found the following review helpful:
5.0 out of 5 stars Great Book for Beginners in the .NET world, February 28, 2003
By A Customer
As an experienced programmer in the IBM mainframe world I found David's book just the right blend of theory, humor, and practical examples. The code examples are clean and easy to follow and work! The extra attention to the setup of IIS, MSDE and WebMatrix was especially helpful. This is a great book to get started with ASP.NET technologies using a great tool "WEBMATRIX" . This book is for beginners so experienced ASP programmers will not find it advanced enough. And it is not a web HTML/CSS book....
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 15 people found the following review helpful:
5.0 out of 5 stars Absolutely great book for beginners (static to dynamic web), July 25, 2003
By A Customer
This review is from: Beginning Dynamic Websites: with ASP.NET Web Matrix (Programmer to Programmer) (Paperback)
I am a college student having some programming knowledge but totally new in dynamic/ data-driven web creation. I found this book really helpful to get started from static to exciting data-driven stuff with ASP and MSDE. Although WebMatrix has a limitation(which was developed by a team of people from Microsoft at their spare time), it's a real great tool for beginner to get to know how to install database engine, create a data table, link to your web form with drag-n-drop and some hands-on coding (provided in the book). If you need to go on to industrial level, this book or WebMartix won't help.
Chap 1 starts with step by step instructions on how to install .NET framwork, MSDE (you need this if you don't have SQL running), then WebMartix (which has its own web server, you don't need IIS to run samples from the book). One of the great styles of this book is easy-to-follow-and-understand examples which has "Try It Out" & "How it Works" section which explains the code line by line in detail. I found Chap16 and 17 really helpful for general knowledge on "Web Services" and "Beyond WebMatrix," but make sure you finish this book first, then go on to more exciting Visual Studio .NET (which is a "bigbrother" of WebMatrix)
Oh..2 case studies at the back of the book, which explains step by step how to make a guestbook, reconizing customer and "log-on" stuff..and the CD includes some software WebMatrix, MSDE, etc..
Thanks to David Sussman and Wrox P2P
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars Not bad, good examples, July 13, 2004
This review is from: Beginning Dynamic Websites: with ASP.NET Web Matrix (Programmer to Programmer) (Paperback)
This book is a not bad introduction to ASP.NET. The reason I purchased it is I really needed to master Web Matrix ASAP and Mr. Sussman's book was quite helpful in accomplishing that goal. Of course, it is better to begin with Visual Studio since Web Matrix is somewhat limited resemblance of Visual Studuo but Web Matrix has something nobody could resist - it is free.
Make sure you learn as profoundly as possible chapters about datagrids and reusable content; these two are absolutely irreplaceble components of practically any online database application. Also pay attention to inclusion of namespaces at the very top of your code, it is forgetable. The only thing which was not working for me is Web Services. Other code samples work fine.
I would recommend to start with this book to anybody who needs to master ASP.NET.
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)
First Sentence:
Programming web applications is a great way to start your programming career. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
web matrix, matrix web server, tour diary entries, guest book entries, repeater control, reusable content, aspx page, aspx file, local ntranet, database server software, proxy generator, new stored procedure, pubs database, secure directory, template column, click event handler, code builders, code download, entered score, following screenshot, code view, abc abc abc, calendar control, text property, new hashtable
Key Phrases - Capitalized Phrases (CAPs): (learn more)
End Sub, Visual Basic, Data Explorer, Internet Explorer, Visual Studio, Page Load, End Function, Imports System, Query Builder, Sub Buttonl Click, Data Report, Auto Format, Times New Roman, New Moon Books, Test Query, Else Labell, Field Size, Workspace Tools Window Help, Cancel Help, Enterprise Manager, File Edit View Format Layout, Wrox Press, Databound Databound Databound Databound, Edit Table, Check Result
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 3 books:



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.
 
(1)

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



Look for Similar Items by Category


Look for Similar Items by Subject