Beginning ASP.NET in VB .NET: From Novice to Professional und über 1 Million weitere Bücher verfügbar für Amazon Kindle . Erfahren Sie mehr

Möchten Sie verkaufen? Hier verkaufen
ASP .NET: The Complete Reference
 
 
Beginnen Sie mit dem Lesen von Beginning ASP.NET in VB .NET: From Novice to Professional auf Ihrem Kindle in weniger als einer Minute.

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

ASP .NET: The Complete Reference [Englisch] [Taschenbuch]

Matthew MacDonald , Matthew McDonald


Erhältlich bei diesen Anbietern.


Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 23,04  
Taschenbuch EUR 39,99  
Taschenbuch, 5. März 2002 --  

Produktinformation


Mehr über den Autor

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

Besuchen Sie die Seite von Matthew MacDonald auf Amazon

Produktbeschreibungen

From Library Journal

These two titles represent the spectrum in ASP.NET guides. Both will be useful in conjunction with guides on related languages such as Visual Basic .NET (see Computer Media, LJ 4/1/02) and C#. A Beginner's Guide lives up to its name; the first two chapters explain how to set up .NET and how ASP.NET fits into the entire framework before teaching general programming basics. That information sets the stage for the discussion of topics such as using Visual Basic .NET to program for ASP.NET, web services, and ADO.NET. Mastery checks at the end of each chapter make this a useful self-study resource for all public libraries. Intended for those with previous experience in ASP or Visual Basic, The Complete Reference spends little time on programming basics but is much more thorough than A Beginner's Guide. It will serve as a helpful reference for advanced developers. Appropriate for large public libraries and college libraries supporting programming curricula.
Copyright 2002 Reed Business Information, Inc.

Kurzbeschreibung

By the end of this book, the reader will have mastered the core knowledge needed to begin work as a professional ASP.NET developer. It places special emphasis on the techniques such as "code behind," that professionals need. ASP.NET allows use of modern languages like VB .NET instead of scripting languages and it encourages correct programming style by allowing the separation of the design from the operational code. -- Dieser Text bezieht sich auf eine andere Ausgabe: Taschenbuch .

In diesem Buch (Mehr dazu)
Einleitungssatz
Once again, Microsoft is doing what it does best: creating innovative new technologies and wrapping them in marketing terms that cause widespread confusion. 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:  17 Rezensionen
17 von 17 Kunden fanden die folgende Rezension hilfreich
Real ASP.Net Book..! 20. März 2002
Von i see the world - Veröffentlicht auf Amazon.com
Format:Taschenbuch
ASP.Net is so different from ASP. I know that, having done Classic ASP for about 4 years now and ASP.Net from Beta1 onwards. And still this book changed the way I think of / do ASP.Net programming. The book can as well be titled "Object Oriented Approach to ASP.Net Programming". The author sticks strictly to best coding practices (than some easier way to code), goes thro most of the classes we will be using in ASP.Net and a lot more. He will go advanced but knows where to stop - telling you it's enouugh for ASP.Net (which I agree - I don't expect an ASP book to teach me .Net OOP tharoughly. I would rather turn to "OOP with Microsoft Visual Basic .NET and Microsoft Visual C# Step by Step" by Robin A. Reynolds-Haertle or the forthcoming "Visual Basic .Net Object and Component Handbook" by Peter Vogel ). The author explains you as if he is working with you in a senior position and has a relentless style to drag you thro all of the features in-depth and their benefits that someone new to .Net programming may be scared. VB.Net is used in sample codes (he explains every new concept with code) but initially he gives a real good comparison of C# and VB.Net including how to do the same thing in both languages (And again if I want to learn C#, I don't want to learn from some ASP.Net book - I'd rather learn from "Microsoft Visual C# .NET Step by Step" by John Sharp, Jon Jagger or "Programming C#, 2nd Edition (O'Reilly Windows)" by Jesse Liberty or "Programming Windows(r) with C# (Core Reference)" by Charles Petzold )

That said I would definitely recommend this book to anyone who has been familiar with ASP and done some programming and want to learn ASP.Net completely, tharoughly.

13 von 13 Kunden fanden die folgende Rezension hilfreich
Very good introduction to ASP .Net 27. März 2002
Von Jim Storey - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I am a VB programmer moving to ASP.Net and this book was perfect for me. It covers everything from the basics up including making very definite suggestions on the best way to achieve the results you want. This includes things like the philosophy of database access on the net as opposed to client/server. I much prefer this to books that cover the langauge but don't offer real solutions. The author is brave enough to distinguish good solutions from bad. He also skips rubbish solutions that you'd never use.

The other thing I liked about the book is that it left me wanting more. The style is very easy to read and I found myself spending hours trying the samples etc. If I got stuck I could move back to earlier sections to cover the basics.

This book actually deserves 4.5 stars but I'm limited in my selections. To get the full 5 stars I would have liked more details on data access and certain other areas. I also had to skip things far to basic like the few pages introducing SQL.

DON'T buy this book if you want a bible. There are plenty of those out there that cover every little detail about ASP.Net.

DO buy this book if you want a good introduction to ASP.Net. I'm writing a commercial web page and I don't know if I'll need to buy another book, this one could supply enough answers along with a little more research.

5 von 5 Kunden fanden die folgende Rezension hilfreich
Concise, yet in-depth 19. August 2003
Von P. Nadkarni - Veröffentlicht auf Amazon.com
Format:Taschenbuch
The single most useful book I've read on ASP.NET. I was extremely impressed with the meat-to-gravy ratio ( a welcome change from some of the recent WROX books, which unfortunately seem designed to destroy the maximum number of trees and are endlessly repetitious, with the same code sometimes being repeated in VB, then in C#, and occasionally in JScript.NET).
While all the examples are brief, the coverage (in terms of the diversity of problems that are handled) is very extensive. "The Complete Reference" is probably a misnomer, since the online .NET framework documentation is vast, and each topic can only be touched on rather than covered in depth, but this book does a superb job in giving you enough knowledge in being able to make sense of the online docs. The examples are the right degree of complexity, with just enough lines per examples to illustrate a point (such as overriding the Render() method when creating your own control).
The only minor glitch (which would make me give it 4 1/2 stars) is that the README info in the examples file (which you download from MacDonald's site) isn't quite accurate - you MUST create a folder called C:\ASP.NET and make this a virtual directory using Internet Services Manager- if you create any other directory, none of the Visual Studio projects that are part of the bundle will open and run correctly.

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