MuzzleGear.com: Muzzleloader Books: Programming Microsoft Visual Basic 2005: The Language (Pro Developer)
Merry Christmas!  
View Cart  
Customer Service 
Site map 
Search Advanced Search
 Location:  Home » Books » Microsoft » Programming Microsoft Visual Basic 2005: The Language (Pro Developer)  
Guns
Knight
CVA
Traditions
Thompson Center
Pisolts / Revolvers
Accessories
Powder Flasks
Powder Measures
Bullet Starters
Ramrods & Ramrod Accessories
Cappers
Shooting Patches
Speed Loaders
Nipple Accessories
Accessory Packs
Cleaning Accessories
Scopes & Sights
Accessories By Manufacturer
Thompson Center
Traditions
Knight
Truglo
Books, Magazines, & DVDs
Books
Magazines
General Hunting DVD's
Community
Discussion Fourm
Muzzleloading Blog

Email Newsletter
Get info on Sales, Events, New Products, and More!



Programming Microsoft Visual Basic 2005: The Language (Pro Developer)
Programming Microsoft  Visual Basic  2005: The Language (Pro Developer)

zoom enlarge 
Author: Francesco Balena
Publisher: Microsoft Press
Category: Book

List Price: $59.99
Buy New: $5.53
You Save: $54.46 (91%)



New (42) Used (16) from $5.52

Avg. Customer Rating: 4.0 out of 5 stars 20 reviews
Sales Rank: 49676

Platform: No Operating System
Media: Paperback
Edition: 2nd
Number Of Items: 1
Pages: 990
Shipping Weight (lbs): 3.4
Dimensions (in): 9 x 7.4 x 1.9

MPN: 9780735621831
ISBN: 0735621837
Dewey Decimal Number: 005.2768
EAN: 9780735621831
ASIN: 0735621837

Publication Date: February 22, 2006
Availability: Usually ships in 1-2 business days
Condition: New - Fast shipping from trusted wholesaler with many exclusive publisher contracts.

Similar Items:

  • Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))
  • Programming Microsoft ADO.NET 2.0 Core Reference
  • MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Application Development Foundation
  • Programming Microsoft ASP.NET 2.0 Core Reference
  • Programming Microsoft Visual C# 2005: The Language (Pro Developer)

Editorial Reviews:

Product Description
Get the expert insights, indispensable reference, and practical instruction needed to exploit the core language features and capabilities in Visual Basic 2005. Well-known Visual Basic programming author Francesco Balena expertly guides you through the fundamentals, including modules, keywords, and inheritance, and builds your mastery of more-advanced topics such as delegates, assemblies, and My Namespace. Combining in-depth reference with extensive, hands-on code examples and best-practices advice, this CORE REFERENCE delivers the key resources you need to develop professional-level programming skills for smart clients and the Web.


Customer Reviews:   Read 15 more reviews...

5 out of 5 stars Great VB book for serious VB Programmers.   August 5, 2008
This is a great book.It has a lot of techniques that you would not normally use in your day to day programming tasks.It covers the language properly. Every chapter has actual code that works and that you could use in your projects.The author is definitely a master, and this book proves it.
The book helped me to pass the MS Exam 70-536, .Net Framework 2.0, Application Development Foundation. Most of the exam topics are covered in it.
The organization of the book is good, starts with the basics, slowly going to advanced topics.However I think this book is definitely not for beginners, they will get lost in some chapters.
Overall, I give it 5 stars, it is a great book, well written, well organized, a great reference that every VB programmer should read and have it on their shelf.



5 out of 5 stars Good Book   March 18, 2008
I had a case dealing with Version Tolerant Serialization, after searching the web; they all came up short. I double checked the book later, and found the answer I needed. That 1 time more than paid for this book.




5 out of 5 stars a great book   December 30, 2007
 0 out of 2 found this review helpful

I made an international request for this book and in the ship info they told me that the delivery of this item would be delayed... but it didn't. i got this book sooner than expected.

it was a geat thing that i got this book before the estimated delivery date!!

thanks
amazon



4 out of 5 stars Great book -- but probabably not for newbies   November 3, 2007
 1 out of 1 found this review helpful

The things I like about this book are that the topics it covers are very well done. It covers some of the trickier aspects like threading and regular expressions. Being an experienced programmer I like the fact that you can jump around in the book to just the aspects of the language that you are interested. I will warn the novice programmer that this is probably not a good starter book, but if you are ready for the material you will find that it has a good balance of code examples, and explanation.

There are just a few spots in the code example where I can see a slightly better implementation, but if you are an experienced programmer this will not be difficult at all to see yourself.

Last but not least, the appendix is one of the beefiest one's I have seen in ANY programming book. If there is anything I hate about tech books is a lousy appendix and this one is top notch.



5 out of 5 stars Excellent, monumental book - but not for everyone   May 31, 2007
 4 out of 5 found this review helpful

Visual Basic appeared more than 15 years ago as a tool to define quick prototypes and develop GUI applications with ease. Its development environment, which the language was literally blended in, was remarkably easy to use. I remember those good old days when a fellow colleague of mine showed me how to draw VB forms and in less than an hour after I was already developing a new GUI application.

Visual Basic has gone through a long way since then. The language is nowadays a powerful, complex, potent medium to develop sophisticated applications. In fact, Visual Basic.NET is virtually on par with C#.

"Visual Basic 2005: The Language" by Francesco Balena tries to show - in a gentle yet dense manner - the long way that VB has pursued over the years and well as the current state of affairs. It succeeds on both counts.

The book is divided in four bigs parts:
1) The Basics - which introduces the reader to what Visual Basic.NET is all about, with explicit references to the differences between VB6 and VB.NET (very useful for VB6 programmers).
2) Object Oriented Programming - which presents the OOP support in VB.NET. This section is important because VB.NET departs from the old OOP support and gets more in line with the .NET paradigm.
3) Working with the .NET Framework - which may be seen as a natural continuation of the previous part in the context of the .NET framework.
4) Advanced Topics - which tackles how advanced .NET elements (like attributes) get handled in VB.NET as well as what VB.NET is still better than, say, C# (namely the interop with COM and Automation).

The book is truly monumental in form and dense in content. The style is slightly verbose but this adds value: you cannot skip pages without losing valuable information and in such conditions reading a book of this size is quite a task.

As an added bonus, the author presents several mini-projects that are in fact mini how-to tutorials: how to build a plug-in for WinForms, how to develop a n-tier application. Without the generosity of Mr. Balena you'd have to buy an extra book for an introduction in such useful stuff.

"Visual Basic 2005" has several minor drawbacks, though:
1) The remarks showing the differences between VB6 and VB.NET are scattered throughout the text. For a VB6 programmer this is difficult to follow and for a non-VB6 programmer this is slightly annoying. Perhaps Mr. Balena should have dedicated a special chapter to those differences and then forget about them.
2) The book does not say much about all the other .NET languages, as if VB.NET is the only .NET language under the sun. In fact, .NET diminishes the differences between languages without making them identical. This is not apparent from this book.
3) The book does not say enough about what is specific to Visual Basic, besides syntax. Why would anyone want to program in Visual Basic.NET when you have C#? In my opinion, Visual Basic.NET is not going to go away any time soon especially because it retains those qualities of VB6 - a verbose and intuitive syntax, a loose typing system (perfect fit for Automation interop) as well as a slightly better exception catching mechanism. In my opinion, "Visual Basic 2005" does not elaborate enough on such necessary topics.

Overall, the book is a must if you want to come up to speed with the Visual Basic language after years of programming in other languages. However, if you want to learn Visual Basic from scratch or if you want to use Visual Basic.NET for more "mundane" tasks - such as building WinForm applications - then this book is not for you.


Site by: Troy Peterson

Muzzlegear is an Associate of

About us | Contact Us | Privacy Policy | Disclaimer
Copyright © 2007 MuzzleGear.com
The MuzzleGear.com Logo, "Load. Prime. Shoot.", and MuzzleMail
are Trademarks of MuzzleGear.com