See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

24 used & new from $2.00

Have one to sell? Sell yours here
 
 
Practical Standards for Microsoft® Visual Basic® .NET (Pro-Developer)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Practical Standards for Microsoft® Visual Basic® .NET (Pro-Developer) (Paperback)

by James Foxall (Author) "If you or your development team creates numerous projects, you can save considerable development time and promote application consistently by creating and using object and..." (more)
Key Phrases: procedure comment header, custom setup program, single tab stop, End Sub, Private Sub, Select Case (more...)
4.0 out of 5 stars See all reviews (14 customer reviews)


Available from these sellers.


6 new from $14.50 18 used from $2.00
More from Microsoft Press
Make the most of your investment in Microsoft technology with books from the Microsoft Press Learning Center.

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description
Building on the popularity of this book's first edition, PRACTICAL STANDARDS FOR MICROSOFT VISUAL BASIC, the author shows developers and teams migrating to Visual Basic .NET how to save valuable time and resources-and writer faster, more manageable programs-by incorporating programming standards into Visual Basic .NET coding. Readers learn best practices for object-oriented programming, file operations, solution distribution, and more-with advice on how to apply these standards to their own projects.

Product Details

  • Paperback: 458 pages
  • Publisher: Microsoft Press (August 31, 2002)
  • Language: English
  • ISBN-10: 0735613567
  • ISBN-13: 978-0735613560
  • Product Dimensions: 9.1 x 7.2 x 1.6 inches
  • Shipping Weight: 2.4 pounds
  • Average Customer Review: 4.0 out of 5 stars See all reviews (14 customer reviews)
  • Amazon.com Sales Rank: #590,743 in Books (See Bestsellers in Books)

Inside This Book (learn more)




What Do Customers Ultimately Buy After Viewing This Item?

Practical Standards for Microsoft® Visual Basic® .NET (Pro-Developer)
84% buy the item featured on this page:
Practical Standards for Microsoft® Visual Basic® .NET (Pro-Developer) 4.0 out of 5 stars (14)
Practical Guidelines and Best Practices for Microsoft® Visual Basic® and Visual C#® Developers (Pro-Developer)
16% buy
Practical Guidelines and Best Practices for Microsoft® Visual Basic® and Visual C#® Developers (Pro-Developer) 4.7 out of 5 stars (20)

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

14 Reviews
5 star:
 (8)
4 star:
 (2)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (14 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
3.0 out of 5 stars Somewhat rehashed VB standards book, January 7, 2003
By Gregory A. Beamer "Cowboy" (Nashville, TN United States) - See all my reviews
(REAL NAME)   
After seeing the author jump in for a review, I decided I would add my two cents into this fray. While I do not agree with the 1 star "slam" that the author set out to counter, I think 3 stars may be pushing it, however.

There is a lot of practical advice in this book. While it should be obvious that a developer needs to set up templates without hard-coding and make all procedures perform very specific duties, we find that this is not the case in code. The book has quite a few good pieces of advice around the basic nature of programming. I will disagree with the author, however, on some points. For example, you should certainly minimize fan out (calling many procedures) for all but control functions, fan-in (multiple procedures using the same procedure) is a sign of very specialized functions, which he advised only two pages earlier.

This book has a whole chapter on naming conventions, using Hungarian. While this is not a cardinal sin, it should be noted that Microsoft has deprecated Hungarian in .NET. The inclusion in the book (chapter 4) suggests that the author has simply updated some of his material from his VB 6 book.

The suggestions for enumerators, commenting, looping and code flow are fairly decent and may help your coding efforts. Mr. Foxall falls a bit short on exception handling taking the tried and true route (see Richter's book for a better methodology). One item of contention is the idea that you handle unexpected as well as anticipated exceptions. In general, handle what you can and catch what you wish to log. Let the rest get handled on the UI to ensure the user does not get an ugly exception message. Most books on the market advocate catching everything, and then rethrowing the same error; what a waste of CPU cycles. In VB 6, you had to handle every exception, and pass it up the stack if you caught anything. In VB.NET, exception handling gives you the ability to catch those exceptions that you can handle or log for debugging a live application. Using finally, especially with objects with a dispose method, is a much better option.

I would agree with the 1 star reviewer on the coverage of modules before objects. Modules are a sloppy method of programming in Visual Basic .NET. They are placed in for VB 6 developers that miss their .bas files. On the other hand, this is not enough reason to kill the chapter, as some of the other advice in the chapter (2) is very useful.

A 2.5 rating would be a bit better as there is some bad advice in this book, but I have to choose between 2 and 3 and would rather give the author the benefit of the doubt. I hope Mr. Foxall has a chance to make a second version of the book that moves completely into the .NET paradigm, as it would be much more useful to developers.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
4.0 out of 5 stars A Good Guide For All VB.NET Programmers, March 10, 2004
By "lukeo" (Portland, OR USA) - See all my reviews
This is a good book for both the experienced and beginning Visual Basic .NET programmer.

The purpose of this book is not to show you how to write a program in VB.NET but to provide a style template on how you should write a program; not only for readability but also for maintainability. To that end Foxall provides many examples of "bad" programming practices and styles along with a suggested "good" one.

The whole argument about using Hungarian notation (HN) or not is really irreverent. The very fact that this book exists and is hopefully read by more than a handful of people means more consistency and more error-free code.

One of the things I appreciate in this book is the use of color (various shades of blue-green) to mark things like comments in code, section headers, etc.

Overall this book was an easy read and can easily be grasped by entry level VB.NET programmers and functional enough for more experienced programmers to reference.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 7 people found the following review helpful:
5.0 out of 5 stars Perfect for beginners and Managers alike, November 7, 2002
By Edwin Luciano (Salt Lake City, UT) - See all my reviews
With a new way of coding VB comes new ways of making the environment more effecient for programmers.

This book is full of good advice about programming practices in the .NET world. The advice is sound and could be even used as an intro since the author goes through great pains to make everthing clear while concise.

Should you follow all the advice? Depends on you. I don't think you should follow anybody's suggestions without some critical thought but the suggestions here are definitely worth taking a look at and debating. VB.NET ain't VB6 and you should not code and organize your code the way you did in VB6. Foxall gives us some good, pratical advice on how to code. More importantly, he gives great advice on how to organize code (something programmers tend to be bad at doing).

The only surprise was the recommendation to use Hungarian notation. I find it amusing that people get so hung up on Hungarian notation (I happen to like it but would not miss it if I never used it again). It's just a way to try to making code more readable when using local variables. If you think it gets in the way, then you shouldn't use it. Other than that confusing suggestion (MS says don't use Hungarian but you ARE free to use or not to use whatever convention you like) the book is flawless.

This is a book that every team doing VB.NET development should discuss if not follow. Standards are important, most of the software building cycle is in testing, debugging and modifying existing code. His standards are something to draw on as we come up with the best practices for our particular solutions.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Ad
 
Most Recent Customer Reviews

5.0 out of 5 stars Excellent book, I have every VB.Net developer working for me follow it
At any one time I am typically supervising five or six .Net developers. For Web development, the two most obvious choices are C# and VB.Net. Read more
Published 3 months ago by Jame Mitchell

5.0 out of 5 stars Instructor
I have used both the VB6 and VB.net versions in my classes. In fact I require this as a additional text for all my classes. Read more
Published on May 12, 2005 by D. Schall

2.0 out of 5 stars Very disappointing
This book might be good for a total novice, but (a) most of the advice in here will already be familiar to VB6 coders (b) some significant areas with major changes from VB6 are... Read more
Published on November 10, 2004 by Warren M. Sirota

2.0 out of 5 stars Did you say VB.NET or VB6?
I bought this book, because I had the VB6 one and was wondering a similar material, but adapted to .NET. If fails short and it's just decorating my desk. Read more
Published on April 19, 2004 by Melvin Perez Cedano

5.0 out of 5 stars Coding excellence described again!
I have always been passionate about code conventions and standards. In my early VB days I was weaned on the likes of Stan Leszynski, Greg Reddick, and James Foxall. Read more
Published on November 4, 2002 by Kel Good

4.0 out of 5 stars An excellent point to start - we could use the e-book
No book on coding style and standards,can be the bible for every programmer alive. Usually, reading these books helps us decide what we do wrong, what is a better practice and... Read more
Published on October 28, 2002 by Chorattides Christos

5.0 out of 5 stars Great .NET Development Advice
I was a fan of Foxall's Standards book for Visual Basic released a few years ago. James has done his usual good job on this book. Visual Basic . Read more
Published on September 10, 2002

5.0 out of 5 stars Exactly what we were looking for
I highly recommend this book. Our development shop is moving to VB.NET as our main development platform and before we started coding, we wanted to ratify a set of development... Read more
Published on September 5, 2002 by R. D. Williams

5.0 out of 5 stars I am the author...
I felt the need to post my own review after reading the previous one star slam. When I first saw this, I was <stunned>. Read more
Published on September 5, 2002

1.0 out of 5 stars This book should be recalled, horrible style is taught!
I don't even know where to begin to describe how bad this book is but perhaps teh following two examples are enough

1. Read more

Published on September 2, 2002 by The Geek

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Think Green and Use Hand Tools

Think Green and Use Hand Tools
If you're adopting a greener lifestyle, check out our extensive variety of hand tools. Take advantage of great pricing on our full range of hand tools, including clamps, hammers, wrenches, and more.

Shop all hand tools

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Summer Reading for Kids & Teens

Summer Reading for Kids and Teens
Discover everything from beach reads and board books to teen romance and action-adventure series in Summer Reading for Kids & Teens. And, check off the kids' required reading lists in our Summer School Reading Store.
 

A Level Grip

Shop for Black & Decker's Gecko Grip Levels
Easily perform any basic leveling job with a Black & Decker Gecko Grip level, which comes complete with friction pads to help keep it steady under pressure.

Shop the Black & Decker Store

 
Ad

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
Glenn Beck's Common Sense
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates