Möchten Sie verkaufen? Hier verkaufen
Doing Objects in Microsoft Visual Basic 6. The Authoritative Solution
 
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.

Doing Objects in Microsoft Visual Basic 6. The Authoritative Solution [Englisch] [Taschenbuch]

Deborah Kurata
3.2 von 5 Sternen  Alle Rezensionen anzeigen (11 Kundenrezensionen)

Erhältlich bei diesen Anbietern.



Produktinformation

  • Taschenbuch: 646 Seiten
  • Verlag: TLC The Learning Companie; Auflage: Pap/Cdr (9. August 1998)
  • Sprache: Englisch
  • ISBN-10: 1562765779
  • ISBN-13: 978-1562765774
  • Größe und/oder Gewicht: 23,1 x 18,7 x 4,4 cm
  • Durchschnittliche Kundenbewertung: 3.2 von 5 Sternen  Alle Rezensionen anzeigen (11 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 1.723.995 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

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

Besuchen Sie die Seite von Deborah Kurata auf Amazon

Produktbeschreibungen

Amazon.com

For an approachable guide to software design and new Visual Basic 6 features, take a look at Deborah Kurata's Doing Objects in Visual Basic 6, a guide to what's best in today's Visual Basic.

The book begins with a clear explanation of basic object-oriented concepts, as well as a listing of new Visual Basic 6 features. The first half of the book presents Kurata's Goals, User Interface, Implementation, Data Design, Strategies (GUIDS) software design process. First she defines project requirements, including project scheduling; and then she shows the importance of looking at goals, which leads to defining user scenarios and the objects for a system. Designing the user interface comes next, with attention to menus and form design. Implementation issues follow, including a discussion of today's multitiered system architectures. Next come sections on data design, with database tables. Finally, the design process looks at strategies for actually coding a project. (Here, advice on such topics as naming conventions and error handling will help you write more maintainable Visual Basic code.)

The second half of the book looks at how to build programs with Visual Basic and how to begin with class design (with twelve common questions about classes), including information on persistence and using collections. More detail on the inner workings of Visual Basic class interfaces and ActiveX follows. The author presents a simple ActiveX control and surveys support for database and Internet programming in Visual Basic.

The finished product in this straightforward and intelligent text is a contact management system, which uses a three-tiered data architecture. Overall, this book makes sophisticated object-oriented programming techniques accessible for today's Visual Basic 6 developers. --Richard Dragan

Kurzbeschreibung

Deborah Kurata's Doing Object in Visual Basic 6 provides a foundation for object-oriented design (OOD) by describing fundamental concepts and features of Visual Basic that support these concepts. For each design, this guide takes you step-by-step through a case study. Doings Objects in Visual Basic 6 shows you how to build ActiveX EXEs, ActiveX DLLs and ActiveX controls, how to create database objects using the universal data access strategy, OLE DB, and ADO. It details how to use the new Data View window, the new Data Environment designer, access a database using ADO, the new CallByName function, build data-aware classes, and use the new data binding features. Also find how to create three-tiered, object-oriented database applications using these new technologies and pull all that you've learned together into a functioning application.

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

Die hilfreichsten Kundenrezensionen
Format:Taschenbuch
This book was a major disappointment for me, considering Ms. Kurata's earlier book 'Doing Objects in VB 4.0' was so wonderful.

The main problem with the book is that it does not lay a sold foundation to the subject of OOP. The topics are not presented in a systematic way where each topic builds on the ones already presented.

Although the author builds a single application throughout the course of the book, the relation between each programming topic and the code examples is just not clear. If I had not already been programming in OOP for a year and a half, I would have been completely lost in this book.

Also, the whole first half of the book presents a proprietary OO design methodology (GUIDS) that is not helpful. It doesn't tell me much more than what I know from the old-fashioned structured analysis and design methodologies. The book would be much stronger if the first half was just omitted.

There is some useful information to be gained from the book if you already know OOP. (I learned some things that I have not seen in any other books.) But if you already know OOP, then you can skip over this one entirely.

For a topflight intro to Object Oriented programming in VB, read Peter Wright's book 'Beginning VB6 objects'. Wright's book should be required reading for all VB programmers.

War diese Rezension für Sie hilfreich?
Format:Taschenbuch
Ms. Kurata is obviously an expert, but she often tells us too much. The book is too wordy for a great introduction to objects, so it's only fair in that area. (Try Peter Wright's books instead - they're great.) But it's not detailed enough and includes too much introductory material for an advanced objects book. (Better to try Rockford Lhotka's books for that.)

Bottom line - it's neither fish nor fowl. When the VB4 version came out, it was groundbreaking and there was an excuse for it being too verbose. With two chances to clean it up, it should be a lot clearer and to the point by now.

War diese Rezension für Sie hilfreich?
Format:Taschenbuch
I could not put it any better then what Eric T. Nielsen stated earlier in the comments.

The book is very clear and to the point. I hate to be maintaining the code of what others stated about this book such as; "nothing new....", "..waste of time....", "this is only a..." , "not intended for" and "weak".

Keep it simple, read Kurata, then Balena (MS Programming VB 6.0).

War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
Great jumpstart into OOD concepts and how they apply to VB6!
I agree with some earlier reviews that this book may be preaching to the choir for many established developers. Lesen Sie weiter...
Am 29. Juli 1999 veröffentlicht
Too basic for programmers into OOD
This book is not intended for them who are already familiar with OO concepts. Data aware classes need more attention, especially as to how to use the Data Environment in three tier... Lesen Sie weiter...
Am 24. Juli 1999 veröffentlicht
Great book however techique not suit enterprise development
Extentsive use of property procedures rather than use of functions in a stateless enviroment running under MTS make this book limited in value to the enterprise developer.
Am 19. Juni 1999 veröffentlicht
If you have already seen OOP, this book is a waste of time
I was expecting this book to provide a good introduction to implementing OO concepts in VB. Instead, it introduces a weak proprietary methodology (GUIDS) in software design, and... Lesen Sie weiter...
Am 12. Mai 1999 veröffentlicht
Good basic introduction to VB objects
One thing about Kurata's book is that for the most part it is readable, unlike the disconnected snippets that software companies provide in their online documentation. Lesen Sie weiter...
Veröffentlicht am 31. März 1999 von J. Grattan
Superbly written coverage of the subject
This book is one of the best written programming books I have read. (The standard of description in most books in the subject is very poor - but this stands head and shoulders... Lesen Sie weiter...
Am 31. März 1999 veröffentlicht
For Professionals ???? Umm... I don't think so
The back of this book claims this is written for the 'Profession' level. I disagree, although I don't know who this is really intended for - newbies to OOA&D, maybe. Lesen Sie weiter...
Veröffentlicht am 21. März 1999 von seymour7@earthlink.net
Essential Reading for Every VB Programmer
There are lots of developers out there that know "HOW" to jam classes, API calls, data object model references, collections, early/late binding, web functionality, tiered... Lesen Sie weiter...
Am 31. Dezember 1998 veröffentlicht
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

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