473,770 Members | 1,787 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1359
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************ ********@QbQlQu QeQyQoQnQdQeQrQ .QcQoQ.QuQkQwro te
in message news:U8******** *********@text. news.blueyonder .co.uk...
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,

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

"Programmin g 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 "Introducin g Microsoft Visual Basic 2005
for Developers"

--
cheers,
RL
"Michael" <mQ************ ********@QbQlQu QeQyQoQnQdQeQrQ .QcQoQ.QuQkQwro te
in message news:U8******** *********@text. news.blueyonder .co.uk...
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_SH AW.CAschreef in bericht
news:u%******** ********@TK2MSF TNGP03.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 "Introducin g Microsoft Visual Basic
2005 for Developers"

--
cheers,
RL
"Michael" <mQ************ ********@QbQlQu QeQyQoQnQdQeQrQ .QcQoQ.QuQkQwro te
in message news:U8******** *********@text. news.blueyonder .co.uk...
>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************ ********@QbQlQu QeQyQoQnQdQeQrQ .QcQoQ.QuQkQwro te:
>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************ ********@QbQlQu QeQyQoQnQdQeQrQ .QcQoQ.QuQkQwro te
in message news:U8******** *********@text. news.blueyonder .co.uk...
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"
<mQiQcQhQaQeQlQ hQiQm...@QbQlQu QeQyQoQnQdQeQrQ .QcQoQ.QuQkQwro te:
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
2816
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 language my ISP allows us to use server side. -- http://www.standards.com/; See Howard Kaikow's web site.
8
1934
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? If there is a book that covers both, that would be great. Also, is it necessary for me to learn a lot about the .NET framework that wouldn't also be covered in one of the books? If I can find a book that'll get me up and running with the IDE...
8
1727
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 rewritten in CF. A lot of what I develop has to be written for the PPc, so I knew I would be looking for information in .Net, ADO.Net, CF -- and SQL Server. So in the spirit that others might benefit from my journey, here are my observations....
23
2539
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 by their authors. There are lots of them out there but this selection cuts out the junk. If you know of any other good books that are freely available please post a link to them here and I'll consider adding them to the site.
29
3507
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 have noticed small differnces in the books such as,int main(),main(void),fprintf,and others,just wondering if these older books are still worth trying to learn from as Im on a very tight budget and can`t really afford any thing else,or are they...
6
2203
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 same way I did years ago. I haev a basic understanding of OOP and do not need an introduction book for pple who comes from procedural langauges. I never wrote any program in any procedural languages anyway. Before programming in C#, I wrote...
6
2521
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 for both of your reactions. Ken included the links, so it is clear which books he recommended (I will get them!) M.Posseth recommended "the complete MCSD self paced training kit" and "Programming Microsoft Visual Basic form Francesco Balena",...
2
1981
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 working in industry. One important part of the development is good knowledge of tools such as compilers, linkers, and make file design. There are no in-dept discussion of these tools in C/C++ programming text books. I haven't
17
3880
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 about books (author, title, isbn, etc) and then allows you to search for books starting with a certain letter, and in turn displays those books and the info on them. At this point I can enter the info, and display the info for 1 book. I'm confused...
2
1388
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? The books are general VB and VB databases. Thanks for any help. AJJ...
0
9617
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10099
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10037
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9904
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.