Book Recommendations Request

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi.

I'm looking for some recommendations for Visual Basic 2005 books.

Specifically, I'm NOT looking for books that detail the elements of
the language, nor explain OOP, but rather present real-world scenarios
for application development, and show how classes/components can be
developed together to form the overall application.

As an example, I already have a copy of Wrox's "ASP.NET 2.0 Website
Programming - Problem, Design, Solution" by Marco Bellinaso (ISBN:
0-7645-8464-2).
This book essentially presents a single, complete website example
(much like a real-world, complete web-based application would be -
including articles, forum/comments, online store, user
accounts/management etc.) and the entire book is dedicated to the
design and implementation of this single, complete website.
Unfortunately, it's code examples are in C#, which isn't too bad, as I
can read C# and (mostly) understand it, however I'm no C# programmer.

If anyone is familiar with the above book, I'm essentially looking for
the same sort of thing, but for "general" application development
which is not necessarily specific to web sites, but contains code
specifically in VB.NET (2005 version).

Again, I'm not looking for reference-type books, which isolate (eg) a
"Gridview" control then explain it's properties, methods etc., but
rather, I'm looking for a book that shows how to properly design and
implement a complete application (ie. Shows how to bring all of the
individual built-in framework/user-created classes and components
together in a complete real-world application). Perhaps showing how
to create (for example) an abstract base class which would be
inherited by all data-access classes to implement some common
functionality (ie. logging). I suppose what I'm after is really a
book about "Design" for the language (and the applications built with
it), rather than the "syntax" of the language. Using the common
concepts of a DAL (Data Access Layer) and a BLL (Business Logic
Layer), and creating and implementing these layers using correct OOP
methodology (since once these layers are correctly implemented, the UI
layer is really quite simple).

Hope I've made sense there. Any recommendations for books of this
nature would be most welcome. I apologize in advance if this is not
the forum for posting such requests (if not, please point me to
somewhere more appropriate).

Many thanks in advance.



-Billy Biro.

.



Relevant Pages

  • Re: why still use C?
    ... OOP in general tends to be slower. ... As if the compiler didn't know... ... > their associated method functions from a design perspective. ... as a language design I feel it has failed. ...
    (comp.lang.c)
  • Re: [OT] Is OO incompatible with the three tier architecture
    ... Probably the best design I've ever done. ... It is passed straight through the business layer to the data layer. ... In my long experience the choice of language comes ... would be to write actual server code in PHP) ...
    (comp.lang.php)
  • Re: Paradigms which way to go?
    ... >> An OOP is a language designed to support polymorphism behind interfaces. ... Engineering is learning to design. ...
    (comp.programming)
  • Re: The Failure of OOP
    ... >> OOP has failed us. ... > written today that would be horribly difficult to design and code ... > using Flavors which had MI all over the place - the origin ... I would say rather: many OO language implementations. ...
    (comp.object)
  • Book Recommendations Request (VB.NET 2005)
    ... the language, nor explain OOP, but rather present real-world scenarios ... Programming - Problem, Design, Solution" by Marco Bellinaso (ISBN: ... Layer), and creating and implementing these layers using correct OOP ...
    (comp.lang.basic.visual.misc)