473,388 Members | 1,340 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,388 software developers and data experts.

Dot Net Books?

Hi,

I've decided that it's time I picked up VB.net having programmed in VB6 for
the past 5 years and was wondering if there was a book that was designed for
the VB6 user as opposed to going through all the basics all over again "This
is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael
Jun 28 '07 #1
8 1343
Have you looked at the videos too?
http://msdn.microsoft.com/vstudio/ex.../learningpath/

They get you started in the right direction if you are use to vb6
sometimes they are more helpful than books.

I purchased an ADO.net book by microsoft and a vb2005 book but i always find
myself googling the net first. Referencing the books second.

M.
"Michael" <mQ********************@QbQlQuQeQyQoQnQdQeQrQ.QcQo Q.QuQkQwrote
in message news:U8*****************@text.news.blueyonder.co.u k...
Hi,

I've decided that it's time I picked up VB.net having programmed in VB6
for the past 5 years and was wondering if there was a book that was
designed for the VB6 user as opposed to going through all the basics all
over again "This is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael


Jun 28 '07 #2
I've always been partial to "Start-to-Finish Visual Basic 2005," but that's
just me.

Apress has a book called "Moving to VB.NET" that gives some of the background
and rationale for making the move.

-----
Tim Patrick - www.timaki.com
Start-to-Finish Visual Basic 2005
Hi,

I've decided that it's time I picked up VB.net having programmed in
VB6 for the past 5 years and was wondering if there was a book that
was designed for the VB6 user as opposed to going through all the
basics all over again "This is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael

Jun 28 '07 #3
Michael,

"Programming Microsoft Visual Basic .NET Version 2003" by Francesco Balena
has a lot of material that helps with moving from VB6 to VB2003.

"Programming Microsoft Visual Basic 2005: The Language" by Francesco Balena
is excellent on VB2005, but has somewhat less emphasis on moving from VB6.

Kerry Moorman
"Michael" wrote:
Hi,

I've decided that it's time I picked up VB.net having programmed in VB6 for
the past 5 years and was wondering if there was a book that was designed for
the VB6 user as opposed to going through all the basics all over again "This
is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael
Jun 28 '07 #4
Don't know do you need to be at least the mcp to get it

In msdn, there are two free books : "Upgrading Microsoft Visual Basic 6.0 to
Microsoft Visual Basic .NET" and "Introducing Microsoft Visual Basic 2005
for Developers"

--
cheers,
RL
"Michael" <mQ********************@QbQlQuQeQyQoQnQdQeQrQ.QcQo Q.QuQkQwrote
in message news:U8*****************@text.news.blueyonder.co.u k...
Hi,

I've decided that it's time I picked up VB.net having programmed in VB6
for the past 5 years and was wondering if there was a book that was
designed for the VB6 user as opposed to going through all the basics all
over again "This is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael


Jun 28 '07 #5
http://www.vb-tips.com/dbpages.aspx?...5-e16db864a414

"Egghead" <robertlo@NO_SHAW.CAschreef in bericht
news:u%****************@TK2MSFTNGP03.phx.gbl...
Don't know do you need to be at least the mcp to get it

In msdn, there are two free books : "Upgrading Microsoft Visual Basic 6.0
to Microsoft Visual Basic .NET" and "Introducing Microsoft Visual Basic
2005 for Developers"

--
cheers,
RL
"Michael" <mQ********************@QbQlQuQeQyQoQnQdQeQrQ.QcQo Q.QuQkQwrote
in message news:U8*****************@text.news.blueyonder.co.u k...
>Hi,

I've decided that it's time I picked up VB.net having programmed in VB6
for the past 5 years and was wondering if there was a book that was
designed for the VB6 user as opposed to going through all the basics all
over again "This is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael



Jun 28 '07 #6

In addition to the "Moving to VB.Net" book mentioned
by the other poster, you might want to download this stack
of samples:

101 Samples for Visual Basic 2005
http://msdn2.microsoft.com/en-us/vbasic/ms789075.aspx

Study the samples that are of relevance to your work.

Also download the source code for Paint .Net if you want
to take a look at a fairly big (100,000+ lines) project and don't
mind it being in C#.

But of greater importance, study the framework itself, using a
tool like Lutz Roeder's .Net Reflector:
http://www.aisto.com/roeder/dotnet/

Using this tool to study how your favorite structures of the framework
are implemented will teach you far more about .Net development than
most "VB.Net in 21 Days for Professional Dummies" books will.

Regards,

Joergen Bech

On Thu, 28 Jun 2007 15:07:32 GMT, "Michael"
<mQ********************@QbQlQuQeQyQoQnQdQeQrQ.QcQo Q.QuQkQwrote:
>Hi,

I've decided that it's time I picked up VB.net having programmed in VB6 for
the past 5 years and was wondering if there was a book that was designed for
the VB6 user as opposed to going through all the basics all over again "This
is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael
Jun 28 '07 #7

"Michael" <mQ********************@QbQlQuQeQyQoQnQdQeQrQ.QcQo Q.QuQkQwrote
in message news:U8*****************@text.news.blueyonder.co.u k...
Hi,

I've decided that it's time I picked up VB.net having programmed in VB6
for the past 5 years and was wondering if there was a book that was
designed for the VB6 user as opposed to going through all the basics all
over again "This is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael

Thanks for all the replies. I remember when I went from C++ to VB6 and
having to read through all the basics just in case the odd line was
important. All in all it made it very tiresome.

I've downloaded a couple of the eBooks and started reading through them.
I'll see how much they cover before deciding whether or not to buy the other
books. I generally find that with videos they tend to go either too slowly
or too fast.....

Thanks for the suggestions once again and I'm sure I'll be back pestering
you with simple questions in the coming weeks. :-)

Cheers,

Michael
Jun 28 '07 #8
Clr Via C# is a best book for .net which i came through. So i
recommend you reading this for an in-depth understanding of .Net
concepts

Sk
http://dotnetscoups.blogspot.com

On Jun 28, 8:07 pm, "Michael"
<mQiQcQhQaQeQlQhQiQm...@QbQlQuQeQyQoQnQdQeQrQ.QcQo Q.QuQkQwrote:
Hi,

I've decided that it's time I picked up VB.nethaving programmed in VB6 for
the past 5 years and was wondering if there was a book that was designed for
the VB6 user as opposed to going through all the basics all over again "This
is a variable" etc?

Failing is there a particular book that comes highly recommended?

Cheers,

Michael

Jul 18 '07 #9

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

Similar topics

6
by: Howard Kaikow | last post by:
What's the best book to learn PHP? What's the best book for a PHP reference? My goal is presently limited to construction of a custom 404 page for my web site and PHP is the only scripting...
8
by: noid droid | last post by:
Hi. I posted yesterday asking if C# lived up to the hype. Thus far the feedback has been all positive. (Thanks.) Can anyone suggest GOOD books for learning C# and the Visual Studio .NET IDE? ...
8
by: Earl | last post by:
I've been on a mission this past year to move from VB6 to .Net. I'm fortunate(!?) not to have the big catalog of some long-time VB developers, although I have some CE apps that have to be entirely...
23
by: Carter Smith | last post by:
http://www.icarusindie.com/Literature/ebooks/ Rather than advocating wasting money on expensive books for beginners, here's my collection of ebooks that have been made freely available on-line...
29
by: Jhon smith | last post by:
Hi,all,I was just wondering if I am likly to have any problems trying to learn C from older books,I have some from the late 80`s,mid/late 90`s. I am using Dev-C++ on the pc windows platform,But I...
6
by: Francois | last post by:
Hi guys, I am a daily average user of C# but I think I need to masterize the language a little bit more to get full use of it and be able to do better programming. I find myself programming the...
6
by: John | last post by:
I am looking for VB.Net books which provide a lot of exercises (preferrably with all the answers worked out on CD). In earlier reactions Ken Tucker and M.Posseth recommended a few books. Thanks...
2
by: youpak2000 | last post by:
What you can't find in programing text books Professional software development needs more knowledge than language syntax, OOP, styles, etc. There are many things which people usually learn by...
17
by: Hypnotik | last post by:
Hello everyone. I'm working on a program which uses a class (Shelf) and a struct (Book). In the main program we declare an array (Library) which is of type shelf. The program takes in various info...
2
by: AJJ | last post by:
Hi. Just a quick question. I'm planning on learning VB 2008 when I finish my degree in a couple of months. I have some good books on VB 2005, will they be any good or are the changes too profound?...
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: 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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.