Full description not available
J**M
Excellent content for Patterns
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.
T**S
Design Patterns Rock
I purchased this book a long time ago and I have to admit a lot of the information presented went right over my head in the beginning. I felt the book was too hard to understand mostly because I was still very new to .Net in general. Well, after spending a few months working on a real life project, I got the suspension that our architecture could lead to problems in the future. So I started researching design patterns and asking other people on message boards how they approach design. After all of that, I decided to review this book again and I was amazed at how much of the information was sinking in my brain this time of around. I especially love the section on applying design patterns to the data access tier. I still have more to re-read, but that is my favorite section so far. This is a great book for design pattern newbies like myself. The approaches in this book can also work in C# although some minor syntax changes would have to be made. Well worth the price.
K**T
Good on theory, lousy on implementation
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.
S**5
Tiny print
I find this book almost impossible to read without a magnifying glass. I guess they saved on paper, but at the cost of my eye sight. The content seems to be useful, but how can I know when I can't see it?
E**D
Useful Refernce for VB Programmers
A pleasure to have a reference that uses VB in its examples so that the learning experience isn't hindered by first having to go through a conversion from C to VB.
K**I
One of Best for VB.Net Advance programmer
I am been reading this book. It covers majority of patterns, nicely categorizied. Book is not very length, explains concepts properly.I recommend this books for any VB.Net programmer who wants to keep upper hand from thier peers.
M**K
Confusing Read
Hi,I found this book really hard to follow. I really enjoyed the style of Head First Patterns, and wanted something similar focussed on .NET examples rather than Java. The book gives a 1 page per patterb intro and then jumps into a convoluted real world application using MSMQ, COM Interop and all sorts of other pieces. I feel a topic such as this should focus on the patterns, and the application being developed to demonstrate the pattern should be secondary. The writing seems to jump around a lot...for example "we'll put this abstract method in, and comment it out, we will need it later". I found this very confusing.Perhaps I am just too stupid for a book like this?
Trustpilot
Hace 4 días
Hace 2 semanas