Möchten Sie verkaufen? Hier verkaufen
Visual Basic and COM+ Programming (By Example)
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

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

Visual Basic and COM+ Programming (By Example) [Englisch] [Taschenbuch]

Pieshu Li , Pieshu Li


Erhältlich bei diesen Anbietern.



Produktinformation


Mehr über den Autor

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

Besuchen Sie die Seite von Peishu Li auf Amazon

Produktbeschreibungen

Kurzbeschreibung

For Visual Basic Programming Courses. Visual Basic and COM+ Programming By Example is a hands-on resource combining Visual Basic programming with COM+ programming. In addition to learning visual basic, students will learn how to administer COM+ components and provide security. They will also learn how COM+ can be used to solve problems of Enterprise Application Integration.

Synopsis

For Visual Basic Programming Courses. Visual Basic and COM+ Programming By Example is a hands-on resource combining Visual Basic programming with COM+ programming. In addition to learning visual basic, students will learn how to administer COM+ components and provide security. They will also learn how COM+ can be used to solve problems of Enterprise Application Integration.

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.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

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:  9 Rezensionen
13 von 15 Kunden fanden die folgende Rezension hilfreich
Best VB COM Book on market... 15. August 2001
Von jnr@icm-computer.co.uk - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Just thought I'd say that this has got to be one if not the best programming book that I have ever read. Its style and content are exactly what a REAL world developer is looking for. I, on average purchase about 1 - 2 programming books a month (goes with the territory) and I am so impressed with Peishu Li book that I would search for that specific author in future.

Its whats needed, where it is needed, and Im already an MCSD like the author, so I can appreciate the skill in transalting the concepts into written form.

After going though so many Microsoft books (some of which are every poor), I can tell the difference between a list of commands in a book and when a real developer has written the text.

Please pass my congratulations on to the author.

10 von 11 Kunden fanden die folgende Rezension hilfreich
A number of technical issues with its COM+ examples 26. Juli 2002
Von Changsen Wu - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I have so far read chapter 6, and to be very frank, I am not impressed. Note that my review is very technical, requring good understanding of SQL Server, Microsoft DNA and MTS. Unless you already understand these topics well, you may not find my review useful.

I have listed a few problems with the author's code (just in Chapter 6).

(1) In its Order_Place stored proc, the code calls exec Orders_Add, and then exec OrderDetails_Add procs. After calling both procs, the author tests @@error=0 to decide whether to commit or roll back transactions.

If there is an error in Order_Add, but not in OrderDetails_Add, then @@error would still be 0 (noting that @@error would be set by the last statement), and thus the code could commit despite inconsistencies.

(2) Still in the Order_Place proc, the author called begin tran/commit tran/rollback tran SQL statement. This proc is meant to be used by MTS/COM+, and thus should leave transaction handling to MTS.

(3) In Products_UpdStock proc, author raises an error if @UnitsInStock < @Quantity, without exiting the proc. Now if it weren't for the fact that Northwind database has a constraint requiring UnitsInStock>=0, this proc would have continued on to update UnitInStock despite Quantiy required > UnitsInStock. The author doesn't seem realize RaisError does not exit proc.

(4) The author uses Northwind_Order.Order class to place an order. This is a business logic layer module. It in turn calls Data.Access module, which is in the Data Access Layer. As the author pointed himself, the idea of having separate data access layer and business logic layer is so that if ever, the underlying database changes, only data access layer has to be recoded, thus improving maintainability. This is the one of the tenors of Microsoft DNA. However, in author's Northwind_Order.Order class, it actually constructs a SQL string that is in turn passed to Data.Access. If the underlying database is changed from SQL Server to Oracle, the author would have to rewrite both his Northwind_Order.Order class and Data.Access because Oracle has a totally different convention of writing stored proc.

These problems are just from cursory glances that I have taken at Chapter 6. I can't be sure how the rest of the book stacks up.

7 von 7 Kunden fanden die folgende Rezension hilfreich
Good introduction to COM+ 11. Oktober 2002
Von Darrell Nungester - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Although I have extensive experience with Visual Basic, I was a novice when it came to COM+. When I started this book, I felt that I did not know anything about COM+. When I finished this book, my skill set was at an intermediate level. This book is well written and I read this book from cover-to-cover. VB developers coming from a n-tier environment that used MTS may find this book a little too basic but for developer with little or no experience with MTS will find this book useful in learning COM+.

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