VB book for beginner

R

RobinS

I really liked Tim Patrick's Start-to-Finish VB2005. You end up building
a whole application, which is pretty neat. Plus, he covers a *lot* of
ground, and talks about stuff not covered in most of the beginner books.

IF you want something just on the language, check out Francesco
Balena's "VB2005: The Language" -- I thought it was good. No forms
or data, though. Great for a reference, although I read it from
cover to cover. Neat tips for performance and stuff like that.

For Data Access, I read Dave Sceppa's "ADO.Net The Core Reference",
which I thought was really helpful in understanding everything from
strongly typed datasets to wiring up your own code.

And for advanced data binding, I read Brian Noyes' Data Binding book,
although it's in C#. (The downloads are available in VB.)

Hope that helps.
Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top