Professional Design Patterns in VB .NET und über 1 Million weitere Bücher verfügbar für Amazon Kindle . Erfahren Sie mehr

Gebraucht kaufen
Gebraucht - Gut Informationen anzeigen
Preis: EUR 9,00

oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
 
   
Möchten Sie verkaufen? Hier verkaufen
Professional Design Patterns in VB .NET: Building Adaptable Applications
 
 
Beginnen Sie mit dem Lesen von Professional Design Patterns in VB .NET auf Ihrem Kindle in weniger als einer Minute.

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

Professional Design Patterns in VB .NET: Building Adaptable Applications [Englisch] [Taschenbuch]

Tom Fischer , John Slater , Pete Stromquist


Erhältlich bei diesen Anbietern.


Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 23,04  
Taschenbuch EUR 39,58  
Taschenbuch, August 2002 --  
Dieses Buch gibt es in einer neuen Auflage:
Professional Design Patterns in VB .Net: Building Adaptable Applications Professional Design Patterns in VB .Net: Building Adaptable Applications
EUR 39,58
Auf Lager.

Produktinformation


Produktbeschreibungen

Kurzbeschreibung

Visual Basic .NET is the first version of the VB language to be fully object-oriented. This allows VB programmers to make effective and full use of design patterns in their code for the first time.

This book is not a treatment of the theory of design patterns. We show design patterns applied in real world architectural scenarios so that you can see them in action and see the benefits that they bring. We explain why it's worth spending time building design patterns into your applications, even though this may seem at odds with Rapid Application Development.

What does this book cover?:

  • An introduction to design patterns
  • Design patterns applied in the data, business logic, and presentation tiers
  • Design patterns in .NET Remoting
  • Lessons learned and best practices
  • A UML primer
  • Synopsis

    Visual Basic .NET is the first version of the VB language to be fully object-oriented. This allows VB programmers to make effective and full use of design patterns in their code for the first time. This book is not a treatment of the theory of design patterns. It shows design patterns applied in real world architectural scenarios so that you can see them in action and see the benefits that they bring. It explains why it's worth spending time building design patterns into your applications, even though this may seem at odds with Rapid Application Development. Topics covered include: an introduction to design patterns; design patterns applied in the data, business logic, and presentation tiers; design patterns in .NET Remoting; lessons learned and best practices; and a UML primer.

    In diesem Buch (Mehr dazu)
    Nach einer anderen Ausgabe dieses Buches suchen.
    Ausgewählte Seiten ansehen
    Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis
    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:  12 Rezensionen
    38 von 40 Kunden fanden die folgende Rezension hilfreich
    Easily understandable Design Patterns in VB.NET 2. Oktober 2002
    Von Maxime Bombardier - Veröffentlicht auf Amazon.com
    Format:Taschenbuch
    For those of you that hears about Design Patterns but don't know C/C++ and are having issues finding good ressources to adapt Design Patterns in the VB area, this is the book for you.

    Rather than attempting to compete with 'Design Patterns : elements of Reusable Object-Oriented Software', from Addison-Wesley, they extend it so that VB developers can learn how to understand design Patterns and apply them inside our applications.

    The book covers the following common patterns :
    Singleton, Abstract Factory, Factory, Adapter, Facade, Bridge, Composite, Decorator, Proxy, Observer, State, Strategy,Template.

    22 von 24 Kunden fanden die folgende Rezension hilfreich
    Good on theory, lousy on implementation 17. Juni 2004
    Von Karl Houseknecht - Veröffentlicht auf Amazon.com
    Format:Taschenbuch|Von Amazon bestätigter Kauf
    There's definately some good explanation of design patterns in this text, but if you're looking for best practices in .NET coding, you're going to need to look elsewhere.

    The book begins with a chapter that explains the basic premise behind the most common creational, behavioral and structural patterns. This chapter is excellent and provided me with the most insight into how I could change the way I develop applications using patterns.

    The next chapters deal with how to implement these patterns in the data tier, middle tier and presentation tier. The examples are illustrative, if nothing else. BEWARE THEIR CODING TECHNIQUES! The authors actually implemented the disposal of unmanaged resources like database connections inside of a Finalize() method!!! With the .NET Framework's implementation of automatic garbage collection, this is the absolute last thing you'd ever want to do with an unmanaged resource. They should have used the IDisposable interface.

    I'll give them three stars for their treatment of the topic, but these guys are lousy .NET coders.

    14 von 14 Kunden fanden die folgende Rezension hilfreich
    Excellent content for Patterns 8. März 2004
    Von James Axsom - Veröffentlicht auf Amazon.com
    Format:Taschenbuch|Von Amazon bestätigter Kauf
    This book illustrates, explains and simplifies design patterns. It is very easy to read, follow and understand. Although all patterns are mentioned in the book only a select few are detailed in the beginning of the book. The remainder of the book provides information how design patterns are used in the n-tier architecture, such as the data tier, middle tier and presentation tier.

    The books offers one of the most fascinating concepts in developing the presentation tier, called MVC, a.k.a. Model, View, Controller. MVC decouples the user interface from the form/control events on a form and placing this logic in a controller class or classes. The controllers have full control of the model aspect of the framework where the controller puts data in the view or the user interface from the model.

    MVC uses patterns within its framework. For example the controller is made of algorithms and therefore is a strategy pattern. The relationship between the view and model is an observer pattern, while the view is a composite and the relationship from the view to the controller is a factory pattern. Using the factory pattern the controller is created, uses the data in the model and the view is updated via the observer. The book however goes into to detail how to forgo the observer pattern by using data binding with ADO.NET and a data grid. The observer pattern in MVC is not explained, other than in the beginning of the book as the pattern itself as opposed relating to a framework.

    You are not limited to just these patterns within MVC. I have used the visitor pattern, the mediator pattern and the command patterns within my controller classes to achieve different methods to communicate and alter the data within the model. It is my opinion that as long as the View, the Model and the Controllers are decoupled from each other then you have achieved MVC.

    With excellent code and UML examples, I suggest owning this book as I find myself studying it time and time again attempting to master MVC and implementing best practice with design patterns. Another good book I highly recommend is C# Design Patterns.


    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