AnyBook4Less.com | Order from a Major Online Bookstore |
![]() |
Home |  Store List |  FAQ |  Contact Us |   | ||
Ultimate Book Price Comparison Engine Save Your Time And Money |
![]() |
Title: Expert One-on-One Visual Basic .NET Business Objects by Rockford Lhotka ISBN: 1-86100-726-4 Publisher: APress Pub. Date: 01 January, 2003 Format: Paperback Volumes: 1 List Price(USD): $59.99 |
Average Customer Rating: 4.8
Rating: 5
Summary: Outstanding, even for a C# developer...
Comment: This book follows probably the most logical progression of any technically oriented book I've ever read.
Architecture and Design
Key Technologies
Implementing a Business Framework
OO Design
Business Object Design (using the Framework)
Windows, Web, and Web Services Interfaces
Reporting and Batch Processing
The premise of this book is that there are best practices that apply when building software systems. We've all heard that catchphrase before, but Rocky does a very good job of distilling it down to a practical level.
The book walks you through from proposed architecture to a fully functioning program, and along the way you learn some very powerful concepts:
Business rule tracking
Principal-based security
n-Level Undo
DataBinding
Remoting over HTTP
Reflection
Transactional methods using both COM+ (Enterprise Services) and native .NET OleDbTransaction and SqlTransaction
Lightweight collection objects
The true best use of web services
No-touch deployment
My favorite parts of the book were:
1. His approach to data access. Rather than creating a separate Portal object and forcing the UI to create two objects to access data, this framework places virtual methods in the base classes that must be overridden in the business classes. The system then uses Reflection to call back into the business object (from the Portal object) for the implementation of the data portal methods. The UI developer, however, sees none of this. Instead, the UI calls static factory methods to fetch business objects, and a very simple Save() method to add, update, and delete. This is a very intuitive approach, because the abstract nature of a Save() command is very comfortable to a UI developer.
2. Separate, lightweight objects for collections (for display in lists &c). Since this intelligent business object approach can create fairly "heavy" business objects, the framework has some great base classes for collections. Since you usually display only summary information in lists &c, why not create a specific lightweight object just for this purpose? Rocky shows you how to do this using structs rather than objects. This helps performance since they are a value type and stored on the stack. That may seem counterintuitive, but since this framework makes heavy use of serialization to pass objects across the wire by remoting, the gains from using reference types are mostly wiped out anyway.
3. His approach to web services is very practical. Rather than seeing them as a universal savior and placing them as interfaces between every nook and cranny of our code, he takes the approach that they are the "machine interface" to our code, rather than the human interface. This frees us up to develop the business functionality for a specific project, create the forms and/or web UI, then build a specific web services interface to that project/module when the need arises for an external API. He also talks at length about the foolishness of exposing our core business objects to the web services interface. If we do that, we lose the ability to change the interface, because the external contract has been established. Imagine, for example, if UPS suddenly decided to change its web services interface. Mass chaos. Rather, he shows how to create methods that are specific to the web services interface, and are more abstract in their implementation, thus less likely to need changes.
As a C# programmer, I was a little leery of buying this book, but I found out that by having to translate the code in the book, rather than just typing it in, I had to think more about the techniques involved. This helped so much, in fact, that I would now purposely buy books that are not in my language of choice, so that I can better understand the concepts instead of the syntax.
Rating: 4
Summary: tough book to swallow with alot of architecture
Comment: just started looking at the book.
this book takes alot of thought setting the program up and
understanding why the author designed his patterns
the way they are.
this book is for the heavy weights.
good job he has a personal discussion group which cover
70% of the problems which I am encountering otherwise
I will stay a beginner
Rating: 5
Summary: Rocky Does it again.
Comment: I bought this book because I follow a lot of his work. I've conversed with him in newgroups and have always been impressed with his command of the subject matter. Everyone going to .NET talks about N-Tier and sepearating logic but most folks don't seem to really understand what that means. If you read this book , you won't have that problem.
![]() |
Title: Professional Design Patterns in VB.NET: Building Adaptable Applications by Tom Fischer, John Slater, Peter Stromquist, Cha-Ur Wu ISBN: 1861006985 Publisher: APress Pub. Date: August, 1902 List Price(USD): $39.99 |
![]() |
Title: Visual Basic .NET Solutions Toolkit: 30 Practical Components for .NET by Rockford Lhotka ISBN: 1861007396 Publisher: Wrox Press Inc Pub. Date: July, 2002 List Price(USD): $39.99 |
![]() |
Title: Professional UML with Visual Studio .NET by Tony Loton, Kevin McNeish, Andrew Filev, Ben Schoellmann ISBN: 1861007957 Publisher: Wrox Press Inc Pub. Date: December, 1902 List Price(USD): $59.99 |
![]() |
Title: ASP.NET Website Programming: Problem - Design - Solution C# Edition by Marco Bellinaso, Kevin Hoffman ISBN: 1861006934 Publisher: Wrox Press Inc Pub. Date: March, 2002 List Price(USD): $59.99 |
![]() |
Title: Visual Basic .NET Class Design Handbook by Andy Olsen, Damon Allison, James Speer ISBN: 1861007086 Publisher: Wrox Press Inc Pub. Date: 15 May, 2002 List Price(USD): $29.99 |
Thank you for visiting www.AnyBook4Less.com and enjoy your savings!
Copyright� 2001-2021 Send your comments