Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
OOP: Building Reusable Components with Microsoft Visual Basic .NET

OOP: Building Reusable Components with Microsoft Visual Basic .NET

List Price: $49.99
Your Price: $32.99
Product Info Reviews

<< 1 >>

Rating: 2 stars
Summary: TOO MANY BAD PRACTICES
Review: First of all, this book has almost nothing to do with OOP. It has some useful tidbits, such as using custom (server) controls to reduce coding and to increase standardization.

However, I cannot recommend this title because of the many poor practices and bad application design it advocates. Why Microsoft Press doesn't insist it's title have some consistency in the use of naming standards, coding standards, application design, etc., is beyond me.

The application design is poor or maybe the examples are just poorly done. The business layer doesn't appear to enforce any business rules while the data-access layer is also unconventially designed.

Only one-third of this book (regarding server controls and UI design) is of any use. The rest is just junk.

Rating: 5 stars
Summary: Fantastic!
Review: I found this book was very easy reading. The ASP.Net server controls are very good. I also use the Data Layer in all of my .Net applications. It's very solid code. Simply a great a read.

Rating: 5 stars
Summary: #2 VB.NET book on my list
Review: I have only read 9 books related to vb.net and most of them seem to be a copy of the MSDN library. This book is underrated but I found this book to be precise what I needed. It gives real world solutions, exploiting many of the .NET framework classes. While in other books only two or three chapters are of value this book is withinh the TOP on my list. This book is different because you are creating a full enterprise application, building different classes with specific purposes and then putting it together to have an End-product. It is this putting together that will help you understand the potentials of VB.NET

Rating: 2 stars
Summary: MISNAMED AND NOT PARTICULARLY USEFUL
Review: Is "junk" too harsh a term for this book? Yes and no.

Some of it is very useful, but the majority of the book isn't--particularly the architectural guidelines. I realize there can be more than one way to do things. This book, however, takes a very different path towards getting things done and doesn't seem to fit with the recommended design and architectural guidelines from other Microsoft Press titles.

If you are new to distributed programming, this might be an eye-opener for you. However, be prepared to take the road less traveled if you following this book. If you're experienced in distributing programming, you will likely disagree with how the application is designed.

For example, why aren't type datasets used? Perhaps there is a good reason for this, but it isn't in the book.

I agree with the first reviewer--some of the book is quite useful, the REST is junk.

Rating: 4 stars
Summary: Putting it all together
Review: The .Net framework is huge. After professionally developing several web projects I had the nuts and bolts pretty much nailed. However, putting it all together into a sound model/approach is tough.

I wish I'd read this book earlier on because it would have saved me a lot of pain. After you're past the novice stage and have a handle on the VB.Net syntax and object model, this book is the next step. It contains lots of code snippets and you can download their entire code library used to build the sample apps but the real key here is learning a sound methology.

One review was critical of their approach. I disagree with his comments. This book offers not only a sound approach to application design using .Net (with some concentration on web development), n-tier architecture is accepted practice. The book offers a sound VB.Net implementation. Of course, it's hardly the only way and is a tad simplistic for the real world intranet apps I'm working on. But it should help intermediate programmers put it all together to move to the next level.

My only complaint is that I wish it contained more code details, some broader coverage, and was more advanced. But that's a personal gripe because by the time I'd picked this up I'd personally grown past its content through the school of hard knocks.

Rating: 4 stars
Summary: Great Intermediate Text
Review: The book takes you through creating an OOP,n-tier application in ASP.NET (using VB) - data, business, and presentation layers. Security, remoting and web services are implemented as well.

I say intermediate - the book is 450 pages. You could easly do a 450 page book on each topic, but I like how the authors used all of these techniques in one consise example.

I wrote this partially to take issue with the last reviewer who called the code "junk". That is way too harsh. I have found the sample app quite usefull - a great introduction on .NET N-Tier design and programming. As a learning tool, this book succeeds. I don't believe it was written to be the last word on OOP, coding standards or app design. Or to be an advanced text.

I can reccomend this to anyone armed with the basics of ASP.NET and VB.NET who wants to move into OOP concepts and N-Tier design in their web pages.

Rating: 5 stars
Summary: Great Foundation for Developement Standard
Review: This book is now required by my development staff to read before developing .NET applications. The first is "Practical Standards for Microsoft Visual Basic .NET". This book picks up where the other has left off.

There are hundreds of ways to develop software, but Spencer, Eberhard and Alexander have done a great job illustrating one approach that is very practical for an enterprise enviroment. This book shows goes over many of the steps in software development and how to design the many tiers using .NET inheritance and reusing of code.

My company name is Wharton Computer Consulting and we have been developing software for nearly a decade. I have read over a hundred technical books and have over 20 Microsoft Certifications. This book will allow me to spend less time going over how code should be done. During my technical reviews I will be able to point to chapters in this book on how it should be done.

I have also taught at several university's and this will now be my recommended book for students interested in learning how to develop using .NET.

Rating: 5 stars
Summary: Great Foundation for Developement Standard
Review: This book is now required by my development staff to read before developing .NET applications. The first is "Practical Standards for Microsoft Visual Basic .NET". This book picks up where the other has left off.

There are hundreds of ways to develop software, but Spencer, Eberhard and Alexander have done a great job illustrating one approach that is very practical for an enterprise enviroment. This book shows goes over many of the steps in software development and how to design the many tiers using .NET inheritance and reusing of code.

My company name is Wharton Computer Consulting and we have been developing software for nearly a decade. I have read over a hundred technical books and have over 20 Microsoft Certifications. This book will allow me to spend less time going over how code should be done. During my technical reviews I will be able to point to chapters in this book on how it should be done.

I have also taught at several university's and this will now be my recommended book for students interested in learning how to develop using .NET.

Rating: 5 stars
Summary: Great Foundation for Developement Standard
Review: This book is now required by my development staff to read before developing .NET applications. The first is "Practical Standards for Microsoft Visual Basic .NET". This book picks up where the other has left off.

There are hundreds of ways to develop software, but Spencer, Eberhard and Alexander have done a great job illustrating one approach that is very practical for an enterprise enviroment. This book shows goes over many of the steps in software development and how to design the many tiers using .NET inheritance and reusing of code.

My company name is Wharton Computer Consulting and we have been developing software for nearly a decade. I have read over a hundred technical books and have over 20 Microsoft Certifications. This book will allow me to spend less time going over how code should be done. During my technical reviews I will be able to point to chapters in this book on how it should be done.

I have also taught at several university's and this will now be my recommended book for students interested in learning how to develop using .NET.

Rating: 1 stars
Summary: No good . . .
Review: Well, if you have absolutely NO experience with OOP and were looking for a good book to help you learn it . . . don't get this. :P

I think most of the practices in this book are poor. For example, and this is simply personaly opinion, there is a section on using a data access layer that they wrote (I think it stinks). Hardly a very good DAL in my opinion. The thing I don't like about it is when they tell you to use it from other layers, you still have to know about this concept of SQLServer, connection strings, stored procedures, and parameters, and that is just lame. When I write a DAL, I abstract that stuff out. How in the world would I cleanly swap my DAL out if I wanted to go from SQL Server to Oracle?! Well, using their techniques it seems that I would have to go through the code in my other layers and change quite a bit . . . Horrible!

Then, when they talk about using a security layer, they say this: "Our first thought was to create the security layer and have ASP.NET developers simply place code to check the login status at the top of each page. This approach is fraught with problems because it places the responsibility on the developer to work out the security on each page and include it." So, what do they do 2 paragraphs later? Tell you to put this header control that will handle it into EVERY page: "All the developer needs to do is put the header on the page and the page is secure." Big deal, they abstract the security into one component, and then call that from this header. But the developer still needs to stick it in every page . . . (I personally would have used inheritence for this, but whatever works.)

All in all, I think this book is about 5% useful. Seems like a good article would have accomplished the same goal, I don't see that this book has much valuable information. Thankfully I didn't pay for it, just read it via O'Reilly's Safari Subscription service!


<< 1 >>

© 2004, ReviewFocus or its affiliates