I don't know of any specific vb.net books.
However, a good book is:
Head First Object-Oriented Analysis and Design
http://www.nerdbooks.com/item.php?id=0596008678
for a good programmer, but wanted to delve into OO concepts.
I'd also throw in there to no avoid OO books (or Design Pattern books)
because of a language syntax.
I primarily do C# code.
But I have books in java (which I 99.9% never do), vb.net and c#. If you
count the GOF book which is in C++ I think.
The books give concepts, and the language of choice becomes secondary.
...
Check out ebay also. I've picked up some random books just because they
were cheap.
But the HF book above is a great place to start.
"darrel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I want to get a book that will meet my particular needs.
>
> I've been working in ASP.net for several years now (VB.net) and have a
> strong grasp on the syntax, but never having a formal CS degree or
> background, I'm still lacking in proper OOP concepts.
>
> Is there a book out there that focuses on OOP concepts in the context of
> ASP.net (and, ideally, VB.net?)
>
> I've been wanting to take some classes too, but they don't seem to target
my
> needs either as they all seem syntax based rather than OOP/logic based.
>
> _Darrel
>
>