Professional ASP.NET 1.0 und über 1 Million weitere Bücher verfügbar für Amazon Kindle . Erfahren Sie mehr

Möchten Sie verkaufen? Hier verkaufen
Professional ASP.NET 1.1: Updated and Tested for Final Release of ASP.NET V.1.0: Special Edition (Programmer to programmer)
 
 
Beginnen Sie mit dem Lesen von Professional ASP.NET 1.0 auf Ihrem Kindle in weniger als einer Minute.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Professional ASP.NET 1.1: Updated and Tested for Final Release of ASP.NET V.1.0: Special Edition (Programmer to programmer) [Englisch] [Taschenbuch]

Alex Homer , Dave Sussman , Rob Howard


Erhältlich bei diesen Anbietern.


Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 34,56  
Taschenbuch EUR 47,99  
Taschenbuch, Februar 2002 --  

Produktinformation


Mehr über die Autoren

Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Produktbeschreibungen

Kurzbeschreibung

This comprehensive compendium provides a broad and thorough investigation of all aspects of programming with ASP.NET. Entirely revised and updated for the Golden Release of .NET, this book will give you the information you need to master ASP.NET and build dynamic, successful, enterprise Web applications.

With this Special Edition, you can access this book free for one year on Wroxbase - Wrox's new online library of books.

Those who have purchased the previous edition of this book will be able to access this book at Wroxbase at a specially reduced rate. To find out more about Wroxbase, visit wroxbase.com.

In this book, we:

Explain what ASP.NET is, and how it makes building applications even easier
Show how easy it is to work with ASP.NET pages and server-side controls
Access data of all kinds in our ASP.NET pages, and introduce ADO.NET
Examine how XML is an integral part of data manipulation
Use Web Services to provide asynchronous background services to applications
Discuss and demonstrate the ASP.NET application framework
Show how easy it is to build and deploy custom ASP.NET controls
Combine the concepts discussed in the book into an ASP.NET application
Discuss how it is possible to migrate from ASP to ASP.NET

Synopsis

This comprehensive compendium provides a broad and thorough investigation of all aspects of programming with ASP.NET. Entirely revised and updated for the Golden Release of .NET, this book should give you the information you need to master ASP.NET and build dynamic, applications. This book explains what ASP.NET is, and how it makes building applications even easier and shows how easy it is to work with ASP.NET pages and server-side controls. It examines how XML is an integral part of data manipulation and explains hoe to use web services to provide asynchronous background services to applications. It discusses and demonstrates the ASP.NET application framework and shows how easy it is to build and deploy custom ASP.NET controls. It explains how to combine the concepts discussed in the book into an ASP.NET application and discusses how it is possible to migrate from ASP to ASP.NET.

In diesem Buch (Mehr dazu)
Nach einer anderen Ausgabe dieses Buches suchen.
Einleitungssatz
Those of us who are Microsoft developers can't help but notice that .NET has received a fair amount of visibility over the last years or so. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  35 Rezensionen
38 von 42 Kunden fanden die folgende Rezension hilfreich
Occasionally Great, Usually Mediocre 24. März 2002
Von Gary - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This was just about the first ASP.NET book out there. The first edition dates back almost a year! Many ASP.NET developers used this to get started (like me), and believe me, it wasn't always easy. There are some great parts, some incredibly repetitive parts (the effect of having so many authors), and some infuriating mistakes. Finally they fixed those in this edition--did anyone else but me struggle with the completely wrong description of security rule priority?

The factual problems are fixed in this version, but it is still a painfully disorganized way to learn. It's best for programmers with hefty .NET and ASP experience. Many fundamentals (like session state) just aren't covered. Now there are other best first choices. I particularly like ASP.NET The Complete Reference (McGraww Hill), which has a comprehensive look at code-behind development, VS.NET, and best practices, which most books ignore. ANother good one is Programming ASP.NET (Oreilly) which covers everthing in VB and C#! AsP.nET unleashed is a solid title too (very comprehensive), but it is a little wonky in places. Who would use a database trigger to write a file on updates? That's one of the most unscalable ideas i've ever heard. One thing I've discovered is that books that pretend to be more specific, like e-commerce with ASP.NET, or data-driven sites with ASP.NET, are really just basic ASP.NET introductions that don't cover all the features. You are best off (right now at least) with an all in one.

In short, this book will do, and has good parts. But why bother now that other books (written carefully by a single guru instead of patched together from a whole comittee) are available?

17 von 19 Kunden fanden die folgende Rezension hilfreich
Vast amount of information 4. April 2002
Von Jason Richards - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I found that this book contains a vast amount of information on virtually everything you will need to know to really get up to speed with ASP.NET. I wasn't sure whether to go for this big Wrox book after reading some negative reviews about the old edition, but I've been as impressed by this title as much as I was by Wrox's former Professional ASP.

Make no mistake, this is not a book for beginners. This reflects the complexity of ASP.NET. But as a comprehensive and high level study of ASP.NET, it would be hard to beat. If you're looking for a book that starts with the basics, and gradually builds up your knowledge, this book mightn't be for you. It tackles all the important topics of ASP.NET, and so assumes that the reader can keep up a fast pace.

Unlike the earlier reviewer, I didn't find any bugs in the code download. In fact, I found the code to be very well organised, and free of errors.

16 von 18 Kunden fanden die folgende Rezension hilfreich
Possibily the most frustrating book on asp.net 24. Mai 2002
Von "japanfirst" - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I found this book frustrating for so many reasons but the most prominent are:

* most of the code in the book is in VB.net and a smattering of C# - and no matter what the authors say you can't learn this in two languages. It would have been nicer to see a separate C# edition. I kept trying to port the vb code to C# and ran into problem after problem.

* most of the sample code is buggy and a pain to get going. trying to follow the examples in the book with the code provided felt like a great waste of time. But more than that the way they structured the code was weird. They put the connection string in a usercontrol. Dont you think putting it in the config file or a db class would have been better. And dont even get me started on why they use three different connection methods. And not once did I see code behind.

* Structure of the book could have been better as well. There is little sense of evolution in your work - each chapter is self contained and that has its benefits but you couldnt see how to put everything together - enterprise class system design is definitely not present.


Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar