473,386 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

your favorite VB 2005 book?


I'm looking for advice here, and I would really appreciate it if you
could help.

Is there a VB 2005 book that you like and would recommend (and why)?

Would you consider it good for beginners to programming, intermediate,
or advanced level?

thanks.
--
http://www.douglassdavis.com

Dec 22 '06 #1
11 1897
Programming Microsoft Visual Basic 2005: The Language by Francesco Balena

http://www.amazon.com/gp/product/073...966888-9022846
"www.douglassdavis.com" <do************@earthlink.netwrote in message
news:11**********************@n67g2000cwd.googlegr oups.com...
>
I'm looking for advice here, and I would really appreciate it if you
could help.

Is there a VB 2005 book that you like and would recommend (and why)?

Would you consider it good for beginners to programming, intermediate,
or advanced level?

thanks.
--
http://www.douglassdavis.com

Dec 22 '06 #2
Kelly,

You did not answer the question
>Would you consider it good for beginners to programming, intermediate,
or advanced level?
I have the opinion that about books the starting level is very important.
The OP did not write that, therefore is in my opinion no answer possible
otherwise than that everybody tells his own level, which is in my opinion to
much asked because the OP can tell it himself.

This message as well more in general for those who ask advices about books
and things like that.

As forever, just my opinion of course..

Cor
"vbnetdev" <ad***@kjmsolutions.comschreef in bericht
news:eO**************@TK2MSFTNGP03.phx.gbl...
Programming Microsoft Visual Basic 2005: The Language by Francesco Balena

http://www.amazon.com/gp/product/073...966888-9022846
"www.douglassdavis.com" <do************@earthlink.netwrote in message
news:11**********************@n67g2000cwd.googlegr oups.com...
>>
I'm looking for advice here, and I would really appreciate it if you
could help.

Is there a VB 2005 book that you like and would recommend (and why)?

Would you consider it good for beginners to programming, intermediate,
or advanced level?

thanks.
--
http://www.douglassdavis.com


Dec 22 '06 #3
My apologies of course. I started with Balena's books but I had a background
in vba. So I would say you should have some coding background.
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:OD**************@TK2MSFTNGP03.phx.gbl...
Kelly,

You did not answer the question
>>Would you consider it good for beginners to programming, intermediate,
or advanced level?

I have the opinion that about books the starting level is very important.
The OP did not write that, therefore is in my opinion no answer possible
otherwise than that everybody tells his own level, which is in my opinion
to much asked because the OP can tell it himself.

This message as well more in general for those who ask advices about books
and things like that.

As forever, just my opinion of course..

Cor
"vbnetdev" <ad***@kjmsolutions.comschreef in bericht
news:eO**************@TK2MSFTNGP03.phx.gbl...
>Programming Microsoft Visual Basic 2005: The Language by Francesco Balena

http://www.amazon.com/gp/product/073...966888-9022846
"www.douglassdavis.com" <do************@earthlink.netwrote in message
news:11**********************@n67g2000cwd.googleg roups.com...
>>>
I'm looking for advice here, and I would really appreciate it if you
could help.

Is there a VB 2005 book that you like and would recommend (and why)?

Would you consider it good for beginners to programming, intermediate,
or advanced level?

thanks.
--
http://www.douglassdavis.com



Dec 22 '06 #4
It depends on how you define "beginner". Beginner to VB completely?
Or knows VB6 or another language and is trying to learn the 2005
version?

I read that book by Mr. Balena. I really, really liked it. I wouldn't
say it was for people who are completely new to VB. I knew VB6 and
read it, and understood it pretty well. I think it would be good
for intermediate/advanced people, too.

I also read "Standard Practices and Procedures" by Balena (which has
examples in both VB and C#) and really liked that one as well.
That's more an intermediate/advanced book, discussing performance
and best practices and explaining why. It's also VB/C#2003, not 2005,
but most of the info still applies. I didn't agree with everything
in the book though (he's sticking with Hungarian notation, or at
least, was when he wrote the book).

For beginners to both VB and to VB2005, I recommend Tim Patrick's
"Start-to-Finish VB2005". It's also good for intermediate; it
covers a lot of topics, and you end up building an entire application,
so you can see how all of the components work together.

Another of my favorite books is Brian Noyes's Data Binding book. It
has a lot of great information in it. It's definitely an intermediate/
advanced book. It's in C#, but the download code is both VB and C#.

For data, I like "ADO.Net The Core Reference" by David Sceppa.
I think it's for any level. It's mostly data access stuff.
There's *some* stuff about data binding, but winforms is not the
focus of the book. It also focuses on SQLServer data access,
not so much Access or Oracle.

I didn't like the Microsoft Step-By-Step beginner's book. It has
some stuff in it that I know isn't the recommended way of doing
things, and it bugged me. I got the feeling it was written before
VB2005 was finalized. It was for the true beginner.

I read the Thearon Willis & Bryan Newsome book, "Beginning VB.Net".
I think it was also written before VB2005 was finalized. It had a
number of bugs. It was a good basic book, though, for any kind of
beginner.

My very favorite was "Doing Objects in VB2005" by Deborah Kurata.
It explained the n-layer model and OOP, along with a bunch of
Visual Studio tricks and tips, but it won't be published until
March 2007. You could use it if you were new to VB2005, but not
if you were new to VB -- it's not *that* kind of book.

That's my 10 cents' worth. (Inflation.)

Robin S.
-------------------------------------------

"vbnetdev" <ad***@kjmsolutions.comwrote in message
news:OK**************@TK2MSFTNGP06.phx.gbl...
My apologies of course. I started with Balena's books but I had a
background in vba. So I would say you should have some coding
background.
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:OD**************@TK2MSFTNGP03.phx.gbl...
>Kelly,

You did not answer the question
>>>Would you consider it good for beginners to programming,
intermediate,
or advanced level?

I have the opinion that about books the starting level is very
important. The OP did not write that, therefore is in my opinion no
answer possible otherwise than that everybody tells his own level,
which is in my opinion to much asked because the OP can tell it
himself.

This message as well more in general for those who ask advices about
books and things like that.

As forever, just my opinion of course..

Cor
"vbnetdev" <ad***@kjmsolutions.comschreef in bericht
news:eO**************@TK2MSFTNGP03.phx.gbl...
>>Programming Microsoft Visual Basic 2005: The Language by Francesco
Balena

http://www.amazon.com/gp/product/073...966888-9022846
"www.douglassdavis.com" <do************@earthlink.netwrote in
message
news:11**********************@n67g2000cwd.google groups.com...

I'm looking for advice here, and I would really appreciate it if
you
could help.

Is there a VB 2005 book that you like and would recommend (and
why)?

Would you consider it good for beginners to programming,
intermediate,
or advanced level?

thanks.
--
http://www.douglassdavis.com



Dec 22 '06 #5

RobinS wrote:
It depends on how you define "beginner". Beginner to VB completely?
Or knows VB6 or another language and is trying to learn the 2005
version?
beginner to VB completely.

Dec 22 '06 #6
"vbnetdev" <ad***@kjmsolutions.comschrieb:
My apologies of course. I started with Balena's books but I had a
background in vba. So I would say you should have some coding background.
I know Balena's book and I agree.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Dec 22 '06 #7
"RobinS" <Ro****@NoSpam.yah.nonewrote in
news:tu******************************@comcast.com:
For beginners to both VB and to VB2005, I recommend Tim Patrick's
"Start-to-Finish VB2005". It's also good for intermediate; it
covers a lot of topics, and you end up building an entire application,
so you can see how all of the components work together.
I bought this book a couple of weeks ago.

I like the way he uses humour to break the tedium - it's a good book...
Dec 22 '06 #8
For a complete beginner to VB, I found John Smiley's "Learn to Program
VB.Net" useful. The book has a lot of fluff, but if you have absolutely no
idea of what to do at all, it brings you along and gets you up to speed
quickly.

"www.douglassdavis.com" <do************@earthlink.netwrote in message
news:11**********************@h40g2000cwb.googlegr oups.com...
>
RobinS wrote:
>It depends on how you define "beginner". Beginner to VB completely?
Or knows VB6 or another language and is trying to learn the 2005
version?

beginner to VB completely.

Dec 22 '06 #9
Hi Robin ,
I am thinking to buy you book Start-to-Finish Visual Basic 2005: Learn Visual
Basic 2005 as You Design and Develop a Complete Application.

I wanna Knows if the application (the library) is complete and perfectly
functional and free of errors?

The design of the application is showed complete and step by step in the book
?

Thanks you .



RobinS wrote:
>It depends on how you define "beginner". Beginner to VB completely?
Or knows VB6 or another language and is trying to learn the 2005
version?

I read that book by Mr. Balena. I really, really liked it. I wouldn't
say it was for people who are completely new to VB. I knew VB6 and
read it, and understood it pretty well. I think it would be good
for intermediate/advanced people, too.

I also read "Standard Practices and Procedures" by Balena (which has
examples in both VB and C#) and really liked that one as well.
That's more an intermediate/advanced book, discussing performance
and best practices and explaining why. It's also VB/C#2003, not 2005,
but most of the info still applies. I didn't agree with everything
in the book though (he's sticking with Hungarian notation, or at
least, was when he wrote the book).

For beginners to both VB and to VB2005, I recommend Tim Patrick's
"Start-to-Finish VB2005". It's also good for intermediate; it
covers a lot of topics, and you end up building an entire application,
so you can see how all of the components work together.

Another of my favorite books is Brian Noyes's Data Binding book. It
has a lot of great information in it. It's definitely an intermediate/
advanced book. It's in C#, but the download code is both VB and C#.

For data, I like "ADO.Net The Core Reference" by David Sceppa.
I think it's for any level. It's mostly data access stuff.
There's *some* stuff about data binding, but winforms is not the
focus of the book. It also focuses on SQLServer data access,
not so much Access or Oracle.

I didn't like the Microsoft Step-By-Step beginner's book. It has
some stuff in it that I know isn't the recommended way of doing
things, and it bugged me. I got the feeling it was written before
VB2005 was finalized. It was for the true beginner.

I read the Thearon Willis & Bryan Newsome book, "Beginning VB.Net".
I think it was also written before VB2005 was finalized. It had a
number of bugs. It was a good basic book, though, for any kind of
beginner.

My very favorite was "Doing Objects in VB2005" by Deborah Kurata.
It explained the n-layer model and OOP, along with a bunch of
Visual Studio tricks and tips, but it won't be published until
March 2007. You could use it if you were new to VB2005, but not
if you were new to VB -- it's not *that* kind of book.

That's my 10 cents' worth. (Inflation.)

Robin S.
-------------------------------------------
>My apologies of course. I started with Balena's books but I had a
background in vba. So I would say you should have some coding
[quoted text clipped - 41 lines]
>>>>--
http://www.douglassdavis.com
--
Message posted via http://www.dotnetmonster.com

Dec 26 '06 #10
I think the book is really good. I'm in chapter 18 (3/4 of the way
through the book, about 90%+ of
the code done, according to the author). (I'm reading a couple of other
books at the same time,
and my head may explode any day now.) I think the book explains most
things well. It has a lot
of humor in it, which makes it a lot less dry than other books.

There is a *lot* of code. The author has you use code snippets to add
the code, which
is clever. I sort of wish he would explain more. For example, in the
GDI+ chapter, he shows a
lot of commands to create stuff, but doesn't explain what all the
parameters mean. On the
other hand, it is easily looked up in MSDN.

So far, I have only found one error, and it was in some sample code
where he shows
how to put graphics in a ComboBox, not in the actual project code. The
only problem
with it was he needed to cast a couple of calculated values to Single,
so it was easy
to fix.

The only problem I've had with his code is that the screens draw funny
on my
computer. Some of them are chopped off at the bottom. I'm going to post
a
question about that to the dotnet.windowforms newsgroup as soon as I get
around
to it. The author said neither he nor any of the tech reviewers had that
problem,
so in all likelihood it's something about my display settings.

The only other "issue" one might have with the book is that it doesn't
follow the n-layer
design methodology, and doesn't always follow standard practices, like
in the naming
of the controls. On the other hand, you might argue that as long as an
entire application
follows its own standards consistently, that's okay. It might be that
that's okay for
small business desktop applications. Aside from this, there's still a
lot of good
information in the book.

Overall, I'd have to say I learned a lot from reading the book, and will
come back to it
in the future. I'm kind of impatient, so I didn't stop to figure out
every single line of
code that was added to the project; I figured I could come back to those
sections
when I needed to in the future. It's important to know what the
possibilities are, so
I can use those ideas in designing future applications. I can always
look up the details.

My two cents' worth.
Robin S.
------------------------------------------------

"TAVOSOFT via DotNetMonster.com" <u30299@uwewrote in message
news:6b5c140a8dedb@uwe...
Hi Robin ,
I am thinking to buy you book Start-to-Finish Visual Basic 2005: Learn
Visual
Basic 2005 as You Design and Develop a Complete Application.

I wanna Knows if the application (the library) is complete and
perfectly
functional and free of errors?

The design of the application is showed complete and step by step in
the book
?

Thanks you .



RobinS wrote:
>>It depends on how you define "beginner". Beginner to VB completely?
Or knows VB6 or another language and is trying to learn the 2005
version?

I read that book by Mr. Balena. I really, really liked it. I wouldn't
say it was for people who are completely new to VB. I knew VB6 and
read it, and understood it pretty well. I think it would be good
for intermediate/advanced people, too.

I also read "Standard Practices and Procedures" by Balena (which has
examples in both VB and C#) and really liked that one as well.
That's more an intermediate/advanced book, discussing performance
and best practices and explaining why. It's also VB/C#2003, not 2005,
but most of the info still applies. I didn't agree with everything
in the book though (he's sticking with Hungarian notation, or at
least, was when he wrote the book).

For beginners to both VB and to VB2005, I recommend Tim Patrick's
"Start-to-Finish VB2005". It's also good for intermediate; it
covers a lot of topics, and you end up building an entire application,
so you can see how all of the components work together.

Another of my favorite books is Brian Noyes's Data Binding book. It
has a lot of great information in it. It's definitely an intermediate/
advanced book. It's in C#, but the download code is both VB and C#.

For data, I like "ADO.Net The Core Reference" by David Sceppa.
I think it's for any level. It's mostly data access stuff.
There's *some* stuff about data binding, but winforms is not the
focus of the book. It also focuses on SQLServer data access,
not so much Access or Oracle.

I didn't like the Microsoft Step-By-Step beginner's book. It has
some stuff in it that I know isn't the recommended way of doing
things, and it bugged me. I got the feeling it was written before
VB2005 was finalized. It was for the true beginner.

I read the Thearon Willis & Bryan Newsome book, "Beginning VB.Net".
I think it was also written before VB2005 was finalized. It had a
number of bugs. It was a good basic book, though, for any kind of
beginner.

My very favorite was "Doing Objects in VB2005" by Deborah Kurata.
It explained the n-layer model and OOP, along with a bunch of
Visual Studio tricks and tips, but it won't be published until
March 2007. You could use it if you were new to VB2005, but not
if you were new to VB -- it's not *that* kind of book.

That's my 10 cents' worth. (Inflation.)

Robin S.
-------------------------------------------
>>My apologies of course. I started with Balena's books but I had a
background in vba. So I would say you should have some coding
[quoted text clipped - 41 lines]
>>>>>--
>http://www.douglassdavis.com

--
Message posted via http://www.dotnetmonster.com

Dec 27 '06 #11
Microsoft have a couple on their site for free - worth a look given they
cost nothing but a download

http://www.johntimney.com/blog/defau...2-4496ac535009

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Bruce W. Darby" <kr****@comcast.netwrote in message
news:ge******************************@comcast.com. ..
For a complete beginner to VB, I found John Smiley's "Learn to Program
VB.Net" useful. The book has a lot of fluff, but if you have absolutely no
idea of what to do at all, it brings you along and gets you up to speed
quickly.

"www.douglassdavis.com" <do************@earthlink.netwrote in message
news:11**********************@h40g2000cwb.googlegr oups.com...
>>
RobinS wrote:
>>It depends on how you define "beginner". Beginner to VB completely?
Or knows VB6 or another language and is trying to learn the 2005
version?

beginner to VB completely.


Feb 6 '07 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Rare Book School | last post by:
RARE BOOK SCHOOL 2005 Rare Book School is pleased to announce its schedule of courses for 2005, including sessions at the University of Virginia, the Walters Art Museum/Johns Hopkins University...
28
by: Admin | last post by:
I am doing some research for a Python framework to build web applications. I have discarted Zope because from what I've read, the learning curve is too steep, and it takes more time to build...
2
by: pembed2003 | last post by:
Hi all, I am looking for buying another C++ book and I want some suggestions from you. I am a new C++ programmer but I already know some of the _basic_ ideas such as class, inheritance, operator...
6
by: Bupkas | last post by:
I'm just starting out on learning this new technology and although I have a degree in CS, I really never programmed and it's time to get my feet wet.
1
by: Jesse Liberty | last post by:
jliberty@LibertyAssociates.com] I'm looking for a few additional volunteers to help with preliminary review of a new book I'm writing on Visual Basic 2005. You will be asked to read about 25...
4
by: ashmangat | last post by:
Hey I am new, but I don't have time to intruduce myself yet. I am intro to C++ and this is a programme I have to write. all the direction are here, It will be very nice of someone to figure this...
10
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.