PC Review


Reply
Thread Tools Rate Thread

ASP.net OOP book recommendations?

 
 
darrel
Guest
Posts: n/a
 
      31st May 2007
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


 
Reply With Quote
 
 
 
 
sloan
Guest
Posts: n/a
 
      31st May 2007


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
>
>



 
Reply With Quote
 
Andy
Guest
Posts: n/a
 
      31st May 2007

See "Design Patterns", its a classic.

Published: October 31, 1994
Dimensions: 416 Pages
ISBN: 0201633612
Published By: Addison-Wesley Professional

Four top-notch authors present the first book containing a catalog of
object-oriented design patterns. Readers will learn how to use design
patterns in the object-oriented development process, how to solve
specific design problems using patterns, and gain a common vocabulary
for object-oriented design

This book teaches specific strategies in OOD. But, to do so it also
explains the foundations and reasons behind OOD methodology.

 
Reply With Quote
 
KJ
Guest
Posts: n/a
 
      31st May 2007
A Google search with the terms oop vb.net results in several free online
resources to get you started.

Note: You will need to learn OOP before attempting the GOF book "Design
Patterns" - which is challenging even for some people who do know OOP. Why
do I say this? Because GOF patterns are all about runtime relationships
between objects, and until you know objects there is no point.

"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
>



 
Reply With Quote
 
Jon Paal [MSMD]
Guest
Posts: n/a
 
      31st May 2007
http://www.startvbdotnet.com/oop/default.aspx




"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
>



 
Reply With Quote
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      31st May 2007
I'd strongly recommend this book:

Expert VB 2005 Business Objects
by Rockford Lhotka
http://www.amazon.com/dp/1590596315?...SYFNFPXNHCV4P&

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"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
>


 
Reply With Quote
 
darrel
Guest
Posts: n/a
 
      1st Jun 2007
> http://www.startvbdotnet.com/oop/default.aspx

Nice! Good link. Thanks!

-Darrel


 
Reply With Quote
 
darrel
Guest
Posts: n/a
 
      1st Jun 2007
> I'd strongly recommend this book:
>
> Expert VB 2005 Business Objects
> by Rockford Lhotka
> http://www.amazon.com/dp/1590596315?...SYFNFPXNHCV4P&


Thanks, Steve...that seems to be what I'm looking for. Have you read this
book?:

http://www.amazon.com/Professional-D...145227-4110256

Looks to be in the same camp.

-Darrel


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Book Recommendations grog Microsoft Access Form Coding 1 17th Jul 2006 03:12 AM
Book Recommendations... Deep Silent Ocean Microsoft C# .NET 1 15th Mar 2006 06:17 PM
Book recommendations Toby Groves Microsoft ADO .NET 2 24th Feb 2006 02:16 AM
Any book recommendations??? =?Utf-8?B?YWxjYXlybw==?= Microsoft VB .NET 1 26th Feb 2004 09:46 PM
Book recommendations Scott Adams Microsoft Dot NET 1 22nd Jul 2003 05:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:36 AM.