Amazon.com: Sams Teach Yourself More Visual Basic .NET in 21 Days (0752063322710): Lowell Mauer: Books

Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Good See details
$4.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Sams Teach Yourself More Visual Basic .NET in 21 Days
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Sams Teach Yourself More Visual Basic .NET in 21 Days [Paperback]

Lowell Mauer (Author)
2.8 out of 5 stars  See all reviews (4 customer reviews)

Price: $39.99 & this item ships for FREE with Super Saver Shipping. Details
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 1 to 2 weeks.
Ships from and sold by Amazon.com. Gift-wrap available.
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more


Book Description

December 20, 2001 0672322714 978-0672322716 1

Sams Teach Yourself More Visual Basic.NET in 21 Days provides step-by-step coverage of the most important new features of Visual Basic.NET and .NET that will allow programmers to begin creating rich Web applications and Web Services. Intermediate programmers gain the knowledge and skills to be able to design professional Windows applications and Web services. See how to use previous VB skills in this new environment. Covered topics include:

  • The .NET Framework; Classes and how to work with them;
  • Databases--the types available and how to pick the right one;
  • Review SQL and how to use it;
  • Application design process including developing a working prototype;
  • Create control objects that enhance applications;
  • How to use Crystal Reports; error-handling, performance, testing, and debugging;
  • How to get a product to market;
  • How to make use of XML in VB.NET.

Customers Who Bought This Item Also Bought


Editorial Reviews

From Library Journal

Microsoft's new .NET initiative represents either the golden future of web technologies or an insidious plot to take over the world. Either way, expect demand for titles on Visual Basic .NET, the update to Visual Basic 6 and a major component in the .NET framework. Microsoft's February release of Visual Studio .NET, which includes the new Visual Basic, makes these newer titles a better choice than earlier releases on .NET technologies (see Computer Media, LJ 7/01). The two Teach Yourself titles are characteristically thorough, practical introductions for new VB .NET programmers that include quizzes and exercises for self-paced learning. 21 Days is a bit more extensive in its coverage, especially of the .NET framework as a whole. Both are solid purchases for all public libraries. Assuming familiarity with Visual Basic 6 and focusing on the changes in the new .NET version, Programmer's Introduction is less basic. Programmer's Reference is a useful supplement, containing definitions and sample code for common applications. Each definition features a description, syntax, parameters, returns, code sample, and See also. Unleashed is the most comprehensive of these titles, with more coverage of advanced object-oriented programming and ASP. NET. These titles are more appropriate for larger libraries.
Copyright 2002 Reed Business Information, Inc.

From the Back Cover

Sams Teach Yourself More Visual Basic.NET in 21 Days provides step-by-step coverage of the most important new features of Visual Basic.NET and .NET that will allow programmers to begin creating rich Web applications and Web Services. Intermediate programmers gain the knowledge and skills to be able to design professional Windows applications and Web services. See how to use previous VB skills in this new environment. Covered topics include:


* The .NET Framework; Classes and how to work with them;
* Databases--the types available and how to pick the right one;
* Review SQL and how to use it;
* Application design process including developing a working prototype;
* Create control objects that enhance applications;
* How to use Crystal Reports; error-handling, performance, testing, and debugging;
* How to get a product to market;
* How to make use of XML in VB.NET.


Product Details

  • Paperback: 608 pages
  • Publisher: Sams; 1 edition (December 20, 2001)
  • Language: English
  • ISBN-10: 0672322714
  • ISBN-13: 978-0672322716
  • Product Dimensions: 9.1 x 7.4 x 1.4 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 2.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #1,856,481 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

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

3 of 3 people found the following review helpful:
2.0 out of 5 stars Disappointing, but with a few bright spots., March 14, 2002
This review is from: Sams Teach Yourself More Visual Basic .NET in 21 Days (Paperback)
This book assumes that you have at least a rudimentary knowledge of VB.Net and general programming concepts. "Sams TY VB.Net in 21 Days" can provide that foundation. Unfortunately, this book appears to be a sloppily executed cut-and-paste re-write of the author's previous edition (TY More VB 6 in 21 Days), a book which itself was not very well received. There is some good material here, but not enough to be worth the price.

I really hate to criticize a book this severely, since there is so much work involved in writing any complete book manuscript, especially a technical manuscript on a new technology, but I'm afraid this one deserves it.

WEAKNESSES: The review by "The Geek" raises many valid deficiencies. Both the copy editor and technical editor have overlooked conspicuous errors too numerous to count. These are way beyond the usual slips to be expected in similar books. But more importantly, the author teaches an undisciplined programming style that is careless and sometimes confused. The material reflects only a marginal understanding of the unique features of VB.Net and of the .Net Framework. In many chapters, it is clear that VB6 material has been merely refurbished with a veneer of .Net. Since VB.Net is conceptually different from VB6, the author's approach leans heavily on legacy components and constructs.

The author's repeated use of the TreeView control in a "Windows Explorer" type interface tended to confuse many lessons with the cumbersome code needed to populate the nodes of the TreeView. This is even carried to the extreme of downloading a TreeView Web control from Microsoft in order to use one in an ASP.Net application example.

There are several chapters that appear to deal with application architecture and the business side of software development, but they were mostly generalizations. The discussion of optimizations revealed a number of misconceptions. For example, the author recommends using the Long data type for loop variables, since it is optimized in the 32 bit operating system. Well, this is true in VB6. However, in VB.Net, the Integer data type is now an Int32 integer, and the Long is now an Int64. In VB.Net, loop variables typed as Integer are considerably faster than loop variables typed as Short or Long.

STRENGTHS: Yes, I did find some. I thought the chapter on Crystal Reports was well done. The discussion of XML Web Services was brief, but clear.

RECOMMENDATION: Pass on this one.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
1.0 out of 5 stars Terrible book, not worth the (or any) money, March 8, 2002
This review is from: Sams Teach Yourself More Visual Basic .NET in 21 Days (Paperback)
If there was a list of the worst VB NET books, this book would surely be on it. For a book that claims (on the back cover) to be "intermediate", it does just about everything wrong.

Doesn't use object oriented programming correctly (public instance fields??) (Doesn't emphasize or use classes much in fact!)
Still covers the older On Error Syntax and doesn't stress Exception handling.,
Stresses collections from the Vb 6 compatibility layer rather than teaching the more useful collection like classes in the Framework. (In fact much of this code is simply using the compatibility layer rather than the framework, bad bad bad.)
Doesn't cover multithreading..

Doesn't do much of anything in fact...

This book is simply a port of what was probably a not very good VB6 book done quickly. The result was to quickly produce a truly awful VB .NET book. (I thought Sams had crossed a corner with it's great ASP .NET books, they seem to be back at their old game of producing junk quickly.)

If you want a great intermediate book try Cornell's great Apress book or Connel's equally useful Microsoft press book. Then, after you have finished either one of those books and want a more advanced book, try Troelsen's masterpiece from Apress or wait for Balena's sure to be a masterpiece book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars very informative, September 26, 2007
This review is from: Sams Teach Yourself More Visual Basic .NET in 21 Days (Paperback)
I have given four stars because this book is quite old. But this gives a lot of information about the .NET technology and gives excellent examples on WHERE to use code along with HOW, unlike the usual how-only approach. the new visual studio 2008 has a lot of tools, but without this, you cant use them to the fullest.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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


Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

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 Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

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


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject