Vous voulez voir cette page en français ? Cliquez ici.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
17 used & new from CDN$ 3.04

Have one to sell? Sell yours here
 
   
Beginning ASP.NET 1.0 with C#
 
 

Beginning ASP.NET 1.0 with C# (Paperback)

by Chris Goode (Author), John Kauffman (Author), Christopher L. Miller (Author), Neil Raybould (Author), S. Srinivasa Sivakumar (Author), Dave Sussman (Author), Ollie Cornes (Author), Rob Birdwell (Author), Matt Butler (Author), Gary Johnson (Author), Ajoy Krishnamoorthy (Author), Juan T. Llibre (Author), Chris Ullman (Author) "ASP.NET 1.0 is the latest incarnation of Microsoft's Active Server Pages (ASP) ..." (more)
3.8 out of 5 stars  See all reviews (17 customer reviews)
List Price: CDN$ 43.99
Price: CDN$ 27.71 & eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details
You Save: CDN$ 16.28 (37%)
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.ca. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

8 new from CDN$ 4.40 9 used from CDN$ 3.04

Product Details


Product Description

Product Description

What is this book about?

ASP.NET 1.0 is the final release of Microsoft's Active Server Pages (ASP). It is a powerful server-based technology designed to create dynamic, interactive, HTML pages for web sites and corporate intranets. ASP.NET is a core element of Microsoft's exciting .NET vision, building on the strengths of the .NET Framework to provide many new features not seen in previous versions of ASP.

This book, entirely revised and updated for the final release, will provide you with a step-by-step introduction to ASP.NET using C#, with plenty of worked examples to help you to gain a deep understanding of what ASP.NET is all about, and how you can harness it to build powerful web applications.

What does this book cover?

In this book, you will learn how to

  • Create basic ASP.NET pages with C#
  • Understand the concepts of Object Oriented Programming
  • Work with data and XML
  • Debug and handling errors in your code
  • Use ASP.NET Server Controls
  • Create user controls and components
  • Explore the world of Web services
  • Optimize performance
  • Secure your application

By the end of this book you will be able to understand, adapt, maintain and secure ASP.NET web sites with ease.

Who is this book for?

This book is aimed at relatively inexperienced web builders who are looking to enrich their sites with dynamically-generated content, and want to learn how to start building web applications using ASP.NET. Developers who have a little experience with previous versions of ASP (and are looking to move over to ASP.NET), may also find this book helpful in getting a simple grasp on what ASP.NET is, what it does, and how it can be used. Experience of basic HTML is required, but previous experience of ASP is not essential. We'll be teaching the basics of C# in this book, so prior experience with the language is not required.



Book Info

Updated and expanded version, also updated to the final version release of ASP.NET. Provides new security issue coverage. Softcover.

Inside This Book (Learn More)
First Sentence
ASP.NET 1.0 is the latest incarnation of Microsoft's Active Server Pages (ASP). Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

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

 
3.0 out of 5 stars Absolutly for Beginners, Full of typos and inconsistent code, Jan 28 2004
By A Customer
By the time I reached chapter 10 of the book, I realized how many errors in the text and code the book contains. More over, you have to type all the examples in a text editor. Why didn't the book teach the Visual Studio Environment as it is a great and time saving tool for developing ASP.NET application which is the aim of the book. I think too many authors contributing to the book have made it so diverse from chapter to chapter, there is no consistency between what each one of them wrote.
Was this review helpful to you? Yes No (Report this)



 
2.0 out of 5 stars Very poor coverage, Nov 24 2003
Firstly if you own this books predecessor (Beginning ASP.NET using C#) then you don't need this book. The two books are practically identical. The only real difference is that this version includes a security chapter in place of the three appendix sections included in the previous version. There are some minor differences in many of the code explanations but I actually found these slight changes confused the issue as opposed to improve it. To be honest I don't see how Wrox Press can justify the different authors on the cover of this version, it really is 95% identical to it's predecessor, I get the impression this was a tactic to fool the customer into thinking it is a totally different book. They told me the two books were different and that I should buy the latest version, I did, they aren't, and I feel deliberately cheated.

The book itself has many problems, and it's difficult to know where to begin. First there are bundles and bundles of errors, far more than documented by Wrox (as usual). Interestingly many of the errors in this version existed in the previous version, so clearly Wrox quality control (if it exists) failed not once, but twice to identify these errors; that's inexcusable. The errors aren't just in the code, or in the explanations, but they are also in the author's knowledge of .NET. For example, they claim shared members can be accessed from instances of a class as well as the class itself, this isn't the case in C#. You can only access shared members via a class, and not an instance. This error is repeated several times, they even make a special point of it for you to note; very embarrassing. Also, there are times when examples don't work, as important information has been left out (writing to an event log springs to mind). The book is disjointed, you get a code example and then you're told an explanation won't be provided at that point as it is covered later in the book, so you end up jumping back and forth, this occurs far to often for comfort. You're also left hanging time and time again as crucial information is left out.

Although this book does attempt to teach C#, the coverage is a bit limited, and in some areas examples are clearly required but are lacking. As another reviewer suggested, it would be better to know C# before using this book, alternatively you may get by if you have a good C# book to hand to help you through (as I did).

Although there are questions at the end of most chapters, there are only answers to about 5 chapters available from Wrox, the answers to the questions for all the other chapters don't exist.

Another big problem is that examples lead you through a mish-mash of classes with no explanations on what the classes are or what they do; no single class within the entire .NET Framework Class Library is covered properly, many are used but not given any mention. The coverage for the classes, that are mentioned in the explanations, is always grossly incomplete. I found that time and time again I had to go to the .NET documentation to find out what the book was leaving out, I honestly spent far more time in the documentation than using the book, as the book kept raising so many questions. Just remember that for each method or property covered there are 20 times that much not covered for that class.

Chapter 14 on server controls tried to get you to run before you could walk (actually it was more sprint before you could crawl), you'll spend hours in the .NET documentation trying to work out the final two big examples in this chapter, what a mess!!! For me this was the worse chapter in the book. For a beginner you need to show small examples, covering the concepts first, before showing a big example, well this chapter skips smaller examples and just chucks two huge and exceptionally poorly explained ones at you. This is really the most idiotic approach when dealing with a beginner.

None of the form controls were covered properly. For instance they give you a small grossly incomplete list of attributes for the label control and then just say the other controls generally use the same ones. When you go to the .NET documentation you find that each form control has a huge volume of very useful attributes you really should know about, they should have made an effort to cover form controls properly.

The different writing styles of the authors does cause confusion, you also realise that some authors aren't as sure of their coding as others. For instance for a Page_Load event some authors include the object and EventArgs parameters but others don't. As a beginner I was wondering if there was a reason why, and which way was correct, but of course you're not told as it's just the authors own style. Wrox should have picked up on the glaringly obvious like this, but unsurprisingly, failed to do so.

Operator overloads has exceptionally poor coverage, no working examples. I actually got the impression the author didn't really know it that well. Chapter 9, which covers 'shared members and class relationships' is pretty poor as well, this is a very important and powerful area of .NET and the author didn't know how to convey this information at all. The examples are useless, the author even states things like 'this example is way off perfection', and, after giving an example that isn't actually the way you should do something would state, 'what we ought to have done'. It leaves you not knowing when you should apply a particular concept or even if you applied it correctly. I could go on and on about the failings in this book, there really are so many issues to raise, but I won't completely bore you.

So much is left out of this book that was required, and would have taken very little effort to include. Unfortunately being first to press seems to be more important to Wrox Press than quality. In all honestly the whole book feels more like an overview look at ASP.NET rather than a tutorial. Should you get this book you better download the .Net Framework SDK as you're really going to need it.

It amazes me that others have given this book such good reviews. The mind boggles as to how they approached this subject. Did they bother to research each class properly? Did they study this book thoroughly, or did they just read it like a novel? Did they actually try the examples bearing in mind many don't work? I never expected this book to have complete coverage, that would be silly, but I did expect the coverage to be much better than this. Ultimately all this book will succeed in doing is giving you a very basic foundation in ASP.NET, and a shaky one at that. The book should have been bigger and far more thorough. I gave the book two stars as opposed to none as you could argue, from time to time, that it might be the nature of the beast rather than the failure of it's authors. The book does have its good points but sadly they're hard to remember as the bad points stand out more.

Finally, when will Wrox Press wake up and release that 'to many cooks spoil the broth'?

Was this review helpful to you? Yes No (Report this)



 
3.0 out of 5 stars Inconsistent and Full of Errors, Nov 12 2003
By C. O'Connor (Atlanta, GA) - See all my reviews
Thanks to Wrox Publishing, I was able to change careers and become a very competent software developer. The two or three books I used in the process were excellent. Now I'm trying to update my skills, and I automatically turned to Wrox again. Unfortunately, I'm not as enthusiastic this time around.

"Beginning ASP.NET with C#" has several problems. This book was written by thirteen different authors, and you can tell. Entirely new syntax and programming code are commonly thrown into "Try It Out" code examples without explanation (remember this is a beginners' book). Explanations and code examples are full of mistakes and inconsistencies. Such mistakes are not unusual for a Wrox book, but I never minded before because the Wrox website maintained an up-to-date errata page for each book. While an errata page exists for this book, it only addresses a small percentage of the errors contained in the book. Especially frustrating are the review exercises which frequently require knowledge not provided.

The writing style of Wrox beginning books always sets them apart. The authors and editors usually find a way to make the information accessible. This book is no exception. I'm just sorry to report that it was poorly edited for consistency and errors.

Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Most recent customer reviews

3.0 out of 5 stars Excellent for TOTALLY beginners
I'm half way through this book (read for two days only since there are lots of contents on the first half i know about it already), so bear in mind that my review is just about... Read more
Published on Oct 19 2003 by Andy Lee

5.0 out of 5 stars Best Beginner's Book
Not having written code in 6 years, this book was the perfect coding refresher and ASP.NET primer. After sifted through a dozen titles, I finally settled down and worked through... Read more
Published on Oct 10 2003 by El-Cheapo

5.0 out of 5 stars Worth buying... Thats for sure!
Hi. I bought this book, because I wanted to expand my knowledge to programmering... Wanted to learn more, use more; become a better programmer. Read more
Published on Aug 10 2003 by Morten Slot Kristensen

4.0 out of 5 stars Recommended for beginners
This book provides an excellent introduction to ASP.NET and would make a good text for a ASP.NET101 class. It assumes no prior knowledge of ASP. Read more
Published on Jun 15 2003 by Jim Holloman

3.0 out of 5 stars One of WROX Worst Books
Normally I am a big fan of WROX press books, until this book, it has actually made me stop and think about any wrox book on .net. Read more
Published on Jun 11 2003 by Jeff Parker

3.0 out of 5 stars One of WROX Worst Books
Normally I am a big fan of WROX press books, until this book, it has actually made me stop and think about any wrox book on .net. Read more
Published on Jun 11 2003 by Jeff Parker

4.0 out of 5 stars Basic and Fundamental
The main target audience of this book is the complete beginner. As a result, this books lays out the fundamentals better than any one of half a dozen ASP.NET books I've tried. Read more
Published on Jan 15 2003 by Mr. Raymond Ovanessian

4.0 out of 5 stars not bad for a beginner book
This is one of the many books I have read and seemed
satisfied. It covered .net for someone who wants to
learn from scratch and doesn't want to miss anything as... Read more
Published on Jan 9 2003 by .Net learner

5.0 out of 5 stars Great resource. Basic but very Useful.
Excellent resource for all ASP.NET AND C# beginners. as well as a quick reference for C# and some ASP.NET basic configuration. Read more
Published on Oct 2 2002 by Guillermo F. Salas

4.0 out of 5 stars Basic and Jumpy
I was hoping to get an insight on ASP.NET when I purchased this product, as an experienced developer I would say that this book is too basic for me. Read more
Published on Sep 28 2002 by Hoang V Ho

Only search this product's reviews



Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.