Review: Build Your Own ASP.NET Website Using C# & VB.NET
page 1 of 2
Published: 28 Jun 2004
Unedited - Community Contributed
Abstract
This book is a must have for any beginner; it's a practical step by step guide to building your own ASP.NET web site. This is one of those rare books that show you side by side both VB.NET and C# for every step you make. I found it refreshing to see a book designed in this format.
by Jose Fuentes
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 18129/ 31

Review and Chapter Synopsis

This book is a must have for any beginner; it's a practical step by step guide to building your own ASP.NET web site. The book is written by Zak Ruvalcaba. This is one of those rare books that show you side by side both VB.NET and C# for every step you make. I found it refreshing to see a book designed in this format. Many times, a book would be in only one of the popular languages and possibly include the other popular language on a CD.

This book is broken up into 17 rich chapters that take you step by step in the building process. It also includes a 3-part reference section for many of the controls and classes used in the book. Below is a synopsis of the chapters.

Chapter 1 
This chapter contains the most thorough instructions I have ever read on what .NET is and how to get the required software setup. The information given goes beyond just teaching you how to build web site. There are even instructions on solving problems and how to administer IIS.  The book then goes into how to setup a database backend. It explains both Access and MSDE for the development environment and how to install each of them. You are then shown how to create a simple html page to get you started. Over all a must read chapter for anyone getting into web development.

Chapter 2
This chapter goes though ASP.NET basics. It does an excellent job of showing a novice developer exactly what everything in a simple ASP.NET page is and what all the server tags are as well as what each item is.

Chapter 3
VB.NET and C# Programming Basics is another great chapter. This chapter can also serve as a basic reference chapter for beginners when converting code between the languages. It goes though everything from variable declaration to control events and handlers and shows you how to do each in both languages.

Chapter 4
This chapter deals with Web Forms and Web Controls. It covers many of the controls, how they work and how to use them. It goes though the standard HTML controls as well as the server controls (web controls) and then ties it all together using them with web forms. This chapter shows you how to create a basic site solution also.

Chapter 5
In the Validation Controls chapter, the author goes though the differences between client side and server side validation as well as what validation is. We learn how to implement validation using both server and client methods as well as combination of methods.  It also goes though several of the validation controls that come with ASP.NET such as configuration and set up.

Chapter 6
The Database Design and Development chapter is another good reference tool chapter.  In this chapter we learn what makes a database and how a database is composed. We also learn how to use Access and Web Data Administrator (for both SQL Server and MSDE). The author goes though how to create databases, tables and columns. We learn about keys and relationships between keys as well as indexes. Included are some great tables on data types, translation tables between Access data types and SQL Data Types. In general this is a great starting point for learning about databases and simple database design.

Chapter 7
Structured Query Language, here the author dives head first into SQL in the Structured Query Language chapter. He shows how to use the wizards to build SQL statements, how to enter it manually and what each basic SQL bit is. The book gives you many useful examples throughout including operators and functions.

Chapter 8
The author's introduction to ADO.NET explains what some of the classes do. However, one item I never saw mentioned was data adapters. Everything else you would need to know is included (update, select, delete and insert). There is even a good explanation on using parameters with queries and stored procedures.

Chapter 9
The DataGrid and DataList Controls are two controls not talked about until this chapter. These two controls are the ones you will use in a large percentage of your applications. They are great for quick data views or data entry screens and can save you a lot of time. This chapter goes into detail of how to use the DataGrid and DataList and explains how you can customize the data as needed.

Chapter 10
By far the biggest change from asp to asp.net is how you organize your data tables. The chapter on DataSets does a great job of explaining what a DataSet is and how it's used. Then you dive right into how to use DataSets and the associated DataTables. This is a chapter that I'm sure you will be referencing over and over again. Many applications built today rely on data making this one of the most important chapters in the book.

Chapter 11
The Web Applications chapter explains the  application state and how to use it. It also teaches about the global.asax file and web.config file, the web developer's best friends. The author also goes though cache and working with user sessions.

Chapter 12
What would a web application be doing? Most are either A) for information or B) to sell something. This chapter goes though how to develop use and setup a shopping cart. It then gets into how to process the order (via Pay Pal), even though I disagree with using Pay Pal as an example for a credit processing center, I still believe it to be very interesting reading and it shows how to integrate with Pay Pal.

Chapter 13
My thoughts are that the Error Handling chapter  should have been a little higher on the totem poll. It's just my opinion, but the first thing before building a site that should be learned is how to handle errors. This chapter does do a great job of explaining the types of errors and how they occur. It shows how to catch and handle errors, there is even information on sending the errors to the event log. Debugging is also covered here. Everything from how to attach to a process to creating breakpoints and stepping though code.

Chapter 14
Security and User Authentication, one of the most important bits of information you will need while doing web development. This chapter does go though using a database to store names and passwords although the method to check the login is flawed and open to SQL injunction attack as found on page 544. I could not find any information on how to prevent such attacks in the login bit of the site or anywhere else. This chapter does however, go though how to display a custom error message and authenticating users via Forms Authentication.

Chapter 15
In Working with Files and Email the author goes though how to work with files and read/write files such as text files to/from a storage medium. He also discusses serialization and how to setup and send email from the application. There is an excellent newsletter example included.

Chapter 16
In Rich Controls and User Controls we learn about building user controls and the more advanced rich controls. This chapter also goes though XML and XSLT.  There is a good bit of information devoted to user controls in this chapter.

Chapter 17
Web Services, web services anyone? This chapter is well worth reading. It goes though what and how web services are used and some great pull and push examples of web services plus how to design and build them.

The one thing that I'm surprised the book didn't go into is any advanced topics such as threading and custom control design and construction. As in many other books, it also did a poor job of explaining OOP and topics such as designing classes that are CLSCompliant.

My overall opinion is that this book is a must read for anyone wanting to leverage the power of .NET.  The book includes a web site for downloading samples, which in my opinion is much better than including a CD, as CD's can have bugs and the site should have the latest code.  It's a fun book and full of personality. 

The best place to buy this book is at:
http://www.sitepoint.com/books/aspnet1/


View Entire Article

User Comments

Title: afda   
Name: af
Date: 2012-09-06 7:11:50 AM
Comment:
fadf
Title: Any part of the book, please send me   
Name: Ryder
Date: 2009-11-01 9:02:39 PM
Comment:
pryder66@yahoo.com

Even if it's a portion, I would love it.
Title: good   
Name: yrd
Date: 2009-10-13 11:23:35 AM
Comment:
how can i get this by softcopy.if you provided to me i ll thank full to you..if possible plz send to my mail address "raghu.y55@gmail.com".
Title: please send me book   
Name: sagar
Date: 2009-07-15 6:04:41 AM
Comment:
please send me at delhisagar@gmail.com
Title: book   
Name: V. I.
Date: 2009-06-23 12:23:21 AM
Comment:
Hey, I would greatly appreciate it if you sent me the book. my email is vlad15i@yahoo.com
Title: poll system   
Name: ankit chitkara
Date: 2009-04-15 4:58:10 AM
Comment:
please tell me the source code for "How to built a poll system in asp.net using c# (VS 2005)
Title: attaching a file in a web form   
Name: ankit
Date: 2009-04-15 4:45:09 AM
Comment:
please tell me the source code for how to attach a file in a web form . As we usually do in the mailing system. and how we can further download that attached file..

thanx in advance...

my ID chitkaraankit@yahoo.com
Title: thank you   
Name: nguyen van dung
Date: 2009-03-09 12:49:29 AM
Comment:
i would be grateful to you if you send me this book
my email is nguyenvandungsvtk51@gmail.com
Title: hellow   
Name: sanub
Date: 2009-02-12 4:35:08 AM
Comment:
I read the articles & found that it is very importnat for beginners. I need the full book but free in soft copy if available
Title: Hi   
Name: Abdul
Date: 2009-02-11 2:26:29 AM
Comment:
I read the articles & found that it is very importnat for beginners. I need the full book but free in soft copy if available
Title: Hello   
Name: Vicky Xtopher
Date: 2008-12-03 8:06:49 AM
Comment:
I love this article with a great passion. and i need the full copy. thanks
Title: Thanks   
Name: ali
Date: 2008-02-14 2:14:55 AM
Comment:
thanks for this web.
Title: Timelines   
Name: Jimmy
Date: 2007-07-31 1:36:44 AM
Comment:
Hi,
Is it possible to develop an Intranet site in 20 days using ASP?
Thanks.
Title: difference between websites and webservices   
Name: vijaya
Date: 2006-07-18 3:04:43 AM
Comment:
i watn to know more about .net webservices
Title: Writing to Text Files   
Name: zorobaberi
Date: 2006-07-04 6:54:34 AM
Comment:
i know there are good lessons here.thank you.
Title: differences   
Name: shruthi
Date: 2005-01-27 5:16:47 AM
Comment:
what are the difference between ASP.NET controls and Built-in Server controls

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-03-28 8:01:31 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search