Re: GOOD BOOKS OF VB2005
- From: "RobinS" <RobinS@xxxxxxxxxxxxxxx>
- Date: Sat, 16 Dec 2006 21:13:48 -0800
That's interesting. He doesn't have a 2005 version. At any rate,
they're probably too basic for me at this point.
The book that really cemented it all for me was Deborah Kurata's
"Doing Objects in VB2005". This talks about the 3-layer approach,
how to set up the Business objects, binding them to the controls
on the forms, and has a bunch of neat basic info that I see asked
in this ng a lot, like how to save settings, how to iterate
through controls, how to use code snippets, etc. Unfortunately,
it's not generally available until March '07.
I'm reading Tim Patrick's Start-to-Finish VB2005. It has a lot
of information in it. There is a *huge* amount of code, and at
times it's almost overwhelming. I can't work on it continuously,
and since I didn't design the application he is building, I'm
having a bit of trouble keeping the details in my mind, so I
finally let that go, and am happily going through the rest of
it. It's very readable, and will be something I come back to
in the future for some keen examples of UI design and how-to
information. It's different from other books in that you end
up building an entire app -- sort of; you use code snippets to
insert the code, and can then peruse it at your leisure.
With Ms. Kurata's book, you also built an entire working app.
It was not as full-featured as Mr. Patrick's, but really helped
me understand classes, inheritance, and (as I said before), the
3-layer model.
I haven't found any great books about WinForms, although the
best book about data binding is by Brian Noyes. Unfortunately,
it's in C#, although he has downloadable examples in VB. He
has some great stuff in there, especially about the DataGridView,
and the added benefit I got from it is that now I'm better at
reading C#. ;-)
Happy reading to all, and to all a good night!
Robin S.
-------------------------------------
"Bruce W. Darby" <kracor@xxxxxxxxxxx> wrote in message
news:lYudndYGD7wSXRnYnZ2dnUVZ_oGlnZ2d@xxxxxxxxxxxxxx
Thanks Robin,
I actually started my .Net experience reading a couple of books by
John Smiley. They are very basic beginners books, but they got my head
wrapped around some of the ideas used in VB.Net. And when I tried to
apply my .Net learning to an earlier book he had written on Objects, I
realized that I need a LOT of help. :) I never go into a book any
longer expecting it to be perfect. I like that as it then presents me
with an opportunity to actually learn something about error
correction. Hopefully, I'll be able to learn this stuff fast enough to
be able to do some good things before I retire. :)
Thanks again,
Bruce
P.S. I'll keep my eye out for those other two books you suggested
"RobinS" <RobinS@xxxxxxxxxxxxxxx> wrote in message
news:BpmdnY0h36YrJxnYnZ2dnUVZ_qOpnZ2d@xxxxxxxxxxxxxx
Hey, I read that book. I liked it, but there were some, um, errors
in it. They don't have Option Strict On, and if you want to code
with that (which generally you do), you have to learn how to use
DirectCast and/or CType pretty early on. There are some other
errors in it too; I recommend you read the Errata online, or you'll
be vexed if you try to type in some of the examples. I picked up a
lot more info from that book than I realized; most of it was
definitely worth going through.
.
- Follow-Ups:
- Re: GOOD BOOKS OF VB2005
- From: TAVOSOFT via DotNetMonster.com
- Re: GOOD BOOKS OF VB2005
- References:
- GOOD BOOKS OF VB2005
- From: TAVOSOFT
- Re: GOOD BOOKS OF VB2005
- From: Bruce W. Darby
- Re: GOOD BOOKS OF VB2005
- From: Bruce W. Darby
- GOOD BOOKS OF VB2005
- Prev by Date: Re: Need some help...
- Next by Date: Re: Need some help...
- Previous by thread: Re: GOOD BOOKS OF VB2005
- Next by thread: Re: GOOD BOOKS OF VB2005
- Index(es):
Relevant Pages
|