473,520 Members | 2,786 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET 2 recommended books?

tom
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd recommend
for programmers making the transition to .NET and v2 in particular? I'm
having trouble getting to grips with a lot of the concepts and different ways
of doing things (eg how to handle references to third party dlls, how/whether
to use namespaces, security issues and on and on).

TIA
Oct 3 '06 #1
11 1438
I come from a similar background and found Francesco Balena's
"Programming Microsoft Visual basic .NET" very helpful. It is tailored
for the VB6 crowd, the first couple hundred pages are all about
migrating to .NET. Be warned, unless he has released a new version,
this book is based on .NET 1.1 - and much has changed since then - but
it's still a great read.

Thanks,

Seth Rowe

tom wrote:
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd recommend
for programmers making the transition to .NET and v2 in particular? I'm
having trouble getting to grips with a lot of the concepts and different ways
of doing things (eg how to handle references to third party dlls, how/whether
to use namespaces, security issues and on and on).

TIA
Oct 3 '06 #2
Me
Um, check Microsoft Press for recent pubs like vs 2005 step by step
& vs2005 the language. Then check the suppliers. Amazon works..
WROX pub has lots of titles, which can be found on Amazon.

"tom" <to*@discussions.microsoft.comwrote in message
news:74**********************************@microsof t.com...
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd
recommend
for programmers making the transition to .NET and v2 in particular? I'm
having trouble getting to grips with a lot of the concepts and different
ways
of doing things (eg how to handle references to third party dlls,
how/whether
to use namespaces, security issues and on and on).

TIA

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Oct 4 '06 #3
Tom,

Have a look at these free ones
http://www.vb-tips.com/dbpages.aspx?...5-e16db864a414

I hope this helps,

Cor

"tom" <to*@discussions.microsoft.comschreef in bericht
news:74**********************************@microsof t.com...
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd
recommend
for programmers making the transition to .NET and v2 in particular? I'm
having trouble getting to grips with a lot of the concepts and different
ways
of doing things (eg how to handle references to third party dlls,
how/whether
to use namespaces, security issues and on and on).

TIA

Oct 4 '06 #4
Hello Cor Ligthert [MVP],
Tom,

Have a look at these free ones
http://www.vb-tips.com/dbpages.aspx?...e-aaf5-e16db86
4a414
I hope this helps,

Cor, another free ones to add to the list:

http://www.interplat.com/VBNet.pdf
Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
Oct 4 '06 #5
Hello Tom,
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd
recommend for programmers making the transition to .NET and v2 in
particular? I'm having trouble getting to grips with a lot of the
concepts and different ways of doing things (eg how to handle
references to third party dlls, how/whether to use namespaces,
security issues and on and on).
After you have read the free ones Cor mentioned, check out the recommended
reading list at Wintellect (http://www.wintellect.com/RecommendedReading.aspx).
I have only heard good reviews of all of the books they mention.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
Oct 4 '06 #6
Jim,

http://www.vb-tips.com/dbpages.aspx?...5-e16db864a414

Thanks

Cor

"Jim Wooley - MVP" <ji*************@hotmail.comschreef in bericht
news:be**************************@msnews.microsoft .com...
Hello Cor Ligthert [MVP],
>Tom,

Have a look at these free ones
http://www.vb-tips.com/dbpages.aspx?...e-aaf5-e16db86
4a414
I hope this helps,


Cor, another free ones to add to the list:

http://www.interplat.com/VBNet.pdf
Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx


Oct 4 '06 #7
I recommend Microsoft Press books.

Cor Ligthert [MVP] wrote:
Jim,

http://www.vb-tips.com/dbpages.aspx?...5-e16db864a414

Thanks

Cor

"Jim Wooley - MVP" <ji*************@hotmail.comschreef in bericht
news:be**************************@msnews.microsoft .com...
Hello Cor Ligthert [MVP],
Tom,

Have a look at these free ones
http://www.vb-tips.com/dbpages.aspx?...e-aaf5-e16db86
4a414
I hope this helps,

Cor, another free ones to add to the list:

http://www.interplat.com/VBNet.pdf
Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
Oct 4 '06 #8
There is also a programming Microsoft Visual Basic .Net 2005 book from
francesco balena however it is recomended that you also own the 2003 version
of this serie as the 2005 book is a lot thinner and has to be seen as an
update to the 2003 book

The " programming Microsoft Visual Basic " series are the official core
reference books of Visual basic as Francesco also wrote the VB6 version he
gives us in some paragraphs some extra attention , however these books are
also a nice reference for people without a VB6 background

currently i only buy MS PRESS core reference and advanced topics books as
they seem to give me the best knowledge for my monney

regards

Michel Posseth [MCP]
"rowe_newsgroups" <ro********@yahoo.comschreef in bericht
news:11**********************@i42g2000cwa.googlegr oups.com...
>I come from a similar background and found Francesco Balena's
"Programming Microsoft Visual basic .NET" very helpful. It is tailored
for the VB6 crowd, the first couple hundred pages are all about
migrating to .NET. Be warned, unless he has released a new version,
this book is based on .NET 1.1 - and much has changed since then - but
it's still a great read.

Thanks,

Seth Rowe

tom wrote:
>I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd
recommend
for programmers making the transition to .NET and v2 in particular? I'm
having trouble getting to grips with a lot of the concepts and different
ways
of doing things (eg how to handle references to third party dlls,
how/whether
to use namespaces, security issues and on and on).

TIA

Oct 5 '06 #9
tom
Thanks to everyone for the recommendations!

"Jim Wooley - MVP" wrote:
Hello Tom,
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd
recommend for programmers making the transition to .NET and v2 in
particular? I'm having trouble getting to grips with a lot of the
concepts and different ways of doing things (eg how to handle
references to third party dlls, how/whether to use namespaces,
security issues and on and on).

After you have read the free ones Cor mentioned, check out the recommended
reading list at Wintellect (http://www.wintellect.com/RecommendedReading.aspx).
I have only heard good reviews of all of the books they mention.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
Oct 12 '06 #10
I reccomend changing languages.

Microsoft doesn't take VB seriously those fat loser retards never
should have invented C#

they killed the worlds most popular programming language because
they're a bunch of excel dorks and c++ fags

-Susie

Jim Wooley - MVP wrote:
Hello Tom,
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd
recommend for programmers making the transition to .NET and v2 in
particular? I'm having trouble getting to grips with a lot of the
concepts and different ways of doing things (eg how to handle
references to third party dlls, how/whether to use namespaces,
security issues and on and on).

After you have read the free ones Cor mentioned, check out the recommended
reading list at Wintellect (http://www.wintellect.com/RecommendedReading.aspx).
I have only heard good reviews of all of the books they mention.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
Oct 13 '06 #11
=?Utf-8?B?dG9t?= <to*@discussions.microsoft.comwrote in
news:74**********************************@microsof t.com:
I'm learning VB.NET 2 after years working with VB6 and finding it a
challenge. Are there any books/online training soures that you'd
recommend for programmers making the transition to .NET and v2 in
particular?
I would start with the basics - take an object oriented programming course
(doesn't matter what language - java, C#, or VB.NET).
I'm having trouble getting to grips with a lot of the
concepts and different ways of doing things (eg how to handle
references to third party dlls, how/whether to use namespaces,
security issues and on and on).
These are the least of your worries - since you come from a VB background
your object oriented programming skills are weak or non-existent. I've
noticed a lot of VB6 programmers treat .NET the same as they with VB6...
and the code they write is a mess.

So start with basic... learn how to program in an OOP environment (i.e.
learn the proper patterns, practices, etc), then the stuff with name
spaces, references, etc will come naturally : )
Oct 13 '06 #12

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

Similar topics

6
2250
by: Huy | last post by:
Generic PHP newbie question here. May anyone please recommend books that have gotten you started on PHP (interfacing with MySQL is a plus) & also reference books? Just looking for some good quality books to purchase.
0
1316
by: Bruno Lienard | last post by:
Look at the recommended books about Python, by the IBM developerWorks site: http://devworks.krcinfo.com/WebForms/ProductList.aspx?Search=Category&id=1400&p=OpenSourceProjects So, a lot of Python books, a lot of "new books". Bruno Lienard
6
2011
by: Peter Jensen | last post by:
Hi! - Which books are good for at comprehensive introduction and further progress, Im currently using "Thinking in C++ 2nd ED"
18
13897
by: John Salerno | last post by:
Hi all. I was hoping some of you could recommend a book or two that would help me get started with the basics of C#. I have a slight knowledge of programming, but basically I want to start out like I know nothing, so I don't skip anything. I considered Microsoft Visual C# .NET Step by Step 2003 by Sharp/Jagger, but then I read a few reviews...
8
1320
by: Fredrik Wahlgren | last post by:
Hi I'm currently learning .NET. I need to know more about the .NET framework. The only book I have found for C++ programmers is one by Kate Gregory. What other books are there for C++ programmers? TIA, Fredrik
4
4594
by: John | last post by:
Hi, I am currently using Visual Basic.Net "How to Program" by Deitel, Deitel and Nieto. Initially, going trough it at a rapid pace, skipping most exercises, did not give me enough footing. Trying to do most exercises works best, but most exercises have no answers on the accompanying CD, which is very frustrating and slows me down too much....
3
1767
by: darren via AccessMonster.com | last post by:
Hi I'm based in the UK and I've drifted into Access from building a simple db for myself, to then being asked to build a simple db for someone else, to now spending time building increasingly more sophisticated (for me)databases. So far my learning curve has been based upon a handleful of books and this forum (which I think is fantastic...
7
1965
by: Jack | last post by:
Any recommended books on PHP-MYSQL with serious examples in c++? Regards Jack
8
2655
by: shweta khare | last post by:
Hello!....am a beginner in the field of computer science and programming.Am persuing my computer science engineering course and hav jst begun wid C programming language.Am using the book "Let Us C" by yashwant Karnetkar which assumes no prior programming background and am really finding it helpful.But I did like to kno which books are...
0
7304
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...
0
7439
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7164
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...
0
5742
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5127
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...
0
3280
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1646
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
837
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
506
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...

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.