Would you like to see this page in English? Click here.

 

ou
Ouvrez une session pour activer Commander en 1-Click.
 
 
D'autres produits offerts
34 neufs & d'occasion à partir de CDN$ 2.77

Vous en avez un à vendre? Vendez les vôtres ici
 
   
Beginning ASP.NET 1.1 with VB.NET 2003
 
 

Beginning ASP.NET 1.1 with VB.NET 2003 (Paperback)

de Chris Ullman (Author), John Kauffman (Author), Chris Hart (Author), David Sussman (Author) "ASP.NET is a powerful and flexible technology for creating dynamic Web pages ..." En savoir plus
3.0étoiles sur 5  Voir tous les commentaires (11 évaluations de client)
Prix éditeur: CDN$ 47.99
Price: CDN$ 30.23 & se qualifie pour Livraison super-économique GRATUITE pour des commandes de plus de CDN$ 39. Détails
Vous économisez : CDN$ 17.76 (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
En stock.
Vendu et expédié par Amazon.ca.

Seulement 1 en stock--commandez bientôt (nous en attendons d'autres).

18 neufs à partir de CDN$ 8.04 16 d'occasion à partir de CDN$ 2.77

Les détails du produit


Descriptions du produit

Product Description

What is this book about?

This book teaches you how to build custom ASP.NET Web sites from the ground up. An expert team of authors uses their extensive ASP.NET programming experience to give you hands-on instruction in the best way to create Web sites with ASP.NET. This completely updated edition features new examples, and all code is written and tested for ASP.NET version 1.1.

What does this book cover?

Here's what you will learn in this book:

  • How to install and configure ASP.NET
  • Basic programming principles for Visual Basic. NET, such as variables, controls structures, and procedural programming
  • Techniques for applying these principles as you develop ASP.NET pages
  • The minimum amount of object-oriented programming necessary to work successfully and efficiently with ASP.NET
  • Key differences between ASP.NET 1.0 and 1.1, how to use the examples in this book with either version, and how to move from 1.0 to 1.1
  • Build ASP.NET sites faster using Microsoft's new, free WebMatrix tool
  • Techniques for extending your ASP.NET sites to incorporate related tools and technologies, such as using ADO.NET for data source access
  • Web Services for inter-Web site communication, and Server Controls for facilitating code maintenance and reuse
  • How you can make your ASP.NET site production-ready through proper debugging, optimization, and security

Who is this book for?

This book is for beginners who have no previous experience of ASP, VB, XML, object-oriented programming, or the .NET framework. A little knowledge of HTML is useful, but not essential. All the concepts you need to create dynamic ASP.NET Web sites are presented and explained in full.

Book Info

Text shows how to build custom ASP.NET Web sites from the ground up. Updated to include new examples, and written and tested for final release of ASP.NET v1.1. Previous edition not cited. Softcover.

Dans ce livre (les détails)
First Sentence
ASP.NET is a powerful and flexible technology for creating dynamic Web pages. Lire la première page
En découvrir plus
Concordance
Parcourir les pages échantillon
Plat recto | Droit d'auteur | Table des matières | Extrait | Index | Plat verso
Cherchez à l'intérieur de ce livre:

Associer des mots-clés à ce produit

 (De quoi s'agit-il ?)
Considérez votre mot-clé comme une sorte d'étiquette définissant parfaitement ce produit.
Les mots-clés aident les clients à organiser et trouver leurs articles favoris.
Vos mots-clés : Ajouter votre premier mot-clé
 

 

L'avis des consommateurs

11 évaluations
5 étoiles:
 (1)
4 étoiles:
 (3)
3 étoiles:
 (4)
2 étoiles:
 (1)
1 étoiles:
 (2)
 
 
 
 
 
Évaluation du client type
3.0étoiles sur 5 (11 évaluations de client)
 
 
 
 
Partagez votre opinion avec les autres clients:
Commentaires client les plus utiles

 
1.0étoiles sur 5 Does NOT use VB.NET 2003, Jui 23 2004
Par Scott Busse (San Diego, CA United States) - Voir tous mes commentaires
(REAL NAME)   
I am amazed that Wrox (AKA Wiley Publishing) would title a book in such a deceptive manner.

Purchased the book and first thing I did was read "What you need to use this book?" - it clearly states "You do not need Visual Studio.NET in order to use this book." Instead - they expect you to download something called a Web Matrix...

Sure - it uses the .NET framework 1.1 but to me, and I am sure the vast majority of developers, if one sees "with VB.NET 2003" they are not expecting to be taught how to write code in Notepad...

Wrox - You have disappointed me

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
4.0étoiles sur 5 Complain Complain Complain, Jui 23 2004
Par Diane M. Napolitano (Bay Shore, NY United States) - Voir tous mes commentaires
(REAL NAME)   
I almost didn't buy this book, because the reviews I had read of it here on Amazon were absolutely hideous. But, the price was right and it covers the subject(s) I need to know, and I had been satisfied with Wiley books before (see "Big Java"). Anyway, I'm on Chapter 5, and I would just like to state that, yes, there are mistakes, typos, you name it. Do they degrade the book's quality? Not in the slighest. This is already one of the best computer book purchases I have ever made. The only complaint I have about it is that it's a little dry--yes I know it's a Computer Science book, but still. But as far as the editing goes, it's not that bad. It's fairly easy to understand what they're saying, and in the few places there's a line that doesn't belong there, you can check on it, cross it out, move on with your life. This book is great, and despite what I have also read here, knows its target audience well--and its audience is old-school static HTML developers. The examples are great, the explinations thorough (sometimes too thorough). This is a great, inexpensive book for someone looking to learn both ASP.NET and VB.NET at the same time.
Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
4.0étoiles sur 5 Not for Visual studio users, Avril 28 2004
Par H. Fas "compusexual" (NJ USA) - Voir tous mes commentaires
(REAL NAME)   
You'll find it extremely difficult to apply the examples in visual studio.net.
Some of the databases are missing from the downloaded code such as WroxDBAuth.mdb mentioned in chapter 17.
Many errors for example: the access database used in chapter 17 is missing the "SiteAdminLevel" field in the players table (mentioned in the example) and misnamed in the SQL version ("AdminLevel"). As a beginner such errors could take me hours to figure out, never mind the frustration associated with it. So why the four stars? You might ask? Because of the knowledge I gained. Regardless of the errors, this book is very valuable especially if you are intending to use Web matrix.
Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non

Partagez votre opinion avec les autres clients: Créer votre propre commentaire
 
 
Commentaires client les plus récents

5.0étoiles sur 5 Great Book.
The other reviewers stating there are many errors in this book are exaggerating the case. I found a few errors as is to be expected from any technical book but I also found a... Read more
Publié le Avril 23 2004

1.0étoiles sur 5 Too many errors
There are too many errors in this book. Do not buy it.
Publié le Avril 10 2004

3.0étoiles sur 5 Written by illiterates?
There are more errors in this book than I've ever seen in any other. Typos, inconsistencies... The code seems to be fine, but it's VERY distracting when you're reading to notice... Read more
Publié le Avril 8 2004

3.0étoiles sur 5 Good Book - Hideous Editing
Although this book has some great writing and is above average overall, I think the editing was downright awful. Read more
Publié le Avril 8 2004 par etherealjm

3.0étoiles sur 5 Great if you don't have Visual Studio
Not a bad book. I would recommend this tome to anyone who has not yet been exposed to Visual Studio, because the book assumes you don't own a copy and teaches you using... Read more
Publié le Mars 23 2004 par M. Szabo

2.0étoiles sur 5 1.0 Book is better for newbies
This book and its predecessor that covers version 1.0 are my first foray into learning Asp.net. I began studying using the older, 1. Read more
Publié le Mars 17 2004 par janniebeth

3.0étoiles sur 5 Not what the title states
I bought the VB.net edition of Visual Studio and found out very quickly that I didn't have any idea how to use it. Read more
Publié le Fév 19 2004

4.0étoiles sur 5 Wish It Explained ASP.NET From A Visual Studio Perspective
This is a good book that taught the concepts of ASP.NET in an understandable manner. The book uses a freeware product called "Web Matrix" to perform the examples. Read more
Publié le Janv. 29 2004

Rechercher uniquement sur les commentaires portant sur ce produit



Listmania!


Cherchez des articles semblables par catégorie


Chercher des articles semblables par sujet


Commentaires

Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?

Votre historique récent

 (En savoir plus)

Après avoir visualisé des pages détaillées produit ou des résultats de recherche, regardez ici pour trouver une façon simple de poursuivre votre navigation sur des pages qui vous intéressent.