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

Book Recommendation

I'm trying to use Visual Basic Express 2005 and it appears I have to learn
VB.net. (I have a little experience with VB 4).
The Balena book "Programming VB.NET ver. 2003 looks the most interesting to
me but it might be out-of-date with the 2005 software. Suggestions?
--
emjay
Feb 15 '07 #1
7 1347
On Feb 15, 2:10 pm, emjay <e...@discussions.microsoft.comwrote:
I'm trying to use Visual Basic Express 2005 and it appears I have to learn
VB.net. (I have a little experience with VB 4).
The Balena book "Programming VB.NET ver. 2003 looks the most interesting to
me but it might be out-of-date with the 2005 software. Suggestions?
--
emjay
Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))

Feb 15 '07 #2
Thanks - I guess I'm confused. Is VB 2005 really VB.Net?
--
emjay
"kkongchi" wrote:
On Feb 15, 2:10 pm, emjay <e...@discussions.microsoft.comwrote:
I'm trying to use Visual Basic Express 2005 and it appears I have to learn
VB.net. (I have a little experience with VB 4).
The Balena book "Programming VB.NET ver. 2003 looks the most interesting to
me but it might be out-of-date with the 2005 software. Suggestions?
--
emjay

Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))

Feb 15 '07 #3
I was in the same boat you were a couple months ago.

I bought some books, but the best I find is google. Plenty of up to date
examples on how to do what I need / trying to learn.

As for your question...as I understand it
Visual Studio 2005 is a .Net product.
VB 2005 is a product of Visual Studio
VB 2005 Express is a dummed down version of VB 2005
in which case VB.Net is VB 2005

Now with that be careful. There is also Visual Studio 2003 and the original
Visual Studio .Net

So whenever you specify VB.Net, always specify the "date'. Such as vb.net
2005 or VB.net 2003
As each one uses its own framework, and has a bit different way of doing
things.

If you have 2 apps installed, one that was written in vb.net 2003 and
anotehr in .net 2005, you will have 2 frameworks installed, and each will
use its own.

Thats how I have come to understand it. I dont know if its fully
right...but im sure most of the pieces are there.

Miro
"emjay" <em***@discussions.microsoft.comwrote in message
news:BD**********************************@microsof t.com...
Thanks - I guess I'm confused. Is VB 2005 really VB.Net?
--
emjay
"kkongchi" wrote:
>On Feb 15, 2:10 pm, emjay <e...@discussions.microsoft.comwrote:
I'm trying to use Visual Basic Express 2005 and it appears I have to
learn
VB.net. (I have a little experience with VB 4).
The Balena book "Programming VB.NET ver. 2003 looks the most
interesting to
me but it might be out-of-date with the 2005 software. Suggestions?
--
emjay

Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))


Feb 15 '07 #4

"emjay" <em***@discussions.microsoft.comwrote in message
news:D1**********************************@microsof t.com...
I'm trying to use Visual Basic Express 2005 and it appears I have to
learn
VB.net. (I have a little experience with VB 4).
The Balena book "Programming VB.NET ver. 2003 looks the most interesting
to
me but it might be out-of-date with the 2005 software. Suggestions?
--
emjay
VB.Net generally refers to the 2003 version, and uses version 1.1 of the
..Net Framework.

VB2005 refers to the 2005 version, and uses version 2.0 of the .Net
Framework. It has a lot of features not available in the prior version.

There is a new version of that book called "Microsoft Visual Basic 2005:
The Language" by Mr. Balena that is exemplary. It does not have anything
about forms or data, but the info about the language is great. I found it
really helpful.

For data, check out Dave Sceppa's book ADO.Net: Core Reference, or Bill
Vaughn's book (Hitchhiker's Guide to SQLServer and Visual Studio 2005, I
think). Bill's has more stuff about SQLServer and doing stuff in Visual
Studio; Dave's is more focused on ADO itself.

If you want to learn how to separate your app into layers (data access,
business, and UI), check out Deborah Kurata's new book, "Doing Objects in
VB2005". This book really helped me. Aside from the 3-layer model, it had a
lot of neat and useful info, like application settings, how to administer
SQLServer from inside Visual Studio, code snippets, etc.

Or check out Tim Patrick's Start-to-Finish VB2005. It covers a *lot* of
stuff and is really readable. You end up building an entire app, although
his code isn't exactly standard. But I thought this was a great book and
fun to read.

Good luck.

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
Feb 15 '07 #5

"kkongchi" <kk******@gmail.comwrote in message
news:11**********************@m58g2000cwm.googlegr oups.com...
On Feb 15, 2:10 pm, emjay <e...@discussions.microsoft.comwrote:
>I'm trying to use Visual Basic Express 2005 and it appears I have to
learn
VB.net. (I have a little experience with VB 4).
The Balena book "Programming VB.NET ver. 2003 looks the most interesting
to
me but it might be out-of-date with the 2005 software. Suggestions?
--
emjay

Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))
I read that book, but greatly preferred Start-to-Finish Visual Basic by Tim
Patrick.

Robin S.
Feb 15 '07 #6
Go look at this brief blog posting and its link. Theres a couple of very
useful and free e-books at Microsoft to help people like yourself make the
mvoe to .net.

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

--
--
Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"emjay" <em***@discussions.microsoft.comwrote in message
news:D1**********************************@microsof t.com...
I'm trying to use Visual Basic Express 2005 and it appears I have to learn
VB.net. (I have a little experience with VB 4).
The Balena book "Programming VB.NET ver. 2003 looks the most interesting
to
me but it might be out-of-date with the 2005 software. Suggestions?
--
emjay

Feb 15 '07 #7

"emjay" <em***@discussions.microsoft.comwrote in message
news:BD**********************************@microsof t.com...
Thanks - I guess I'm confused. Is VB 2005 really VB.Net?
--
emjay
Yes!
They dropped .NET from the product name. but VS 2005 (VB included) is .NET.
It uses .NET Framework v2.0 or 3.0 (2.0 with Vista classes added) from an
available download.
Feb 15 '07 #8

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

Similar topics

1
by: php newbie | last post by:
I have the Transact-SQL Programming book from O'Reilly. It was published in 1999. It states that "SELECT ... INTO" statements end up locking the entire database of the target table. Since the...
0
by: Phil Da Lick! | last post by:
Hi all, I am about to move into programming using an xml web services model. The first thing I need to know is whether you can use them privately within a corporate LAN, or whether you need to...
2
by: Bruce Dodds | last post by:
I will be doing an app for a nonprofit. It would be useful for them to have a good entry-level book on Access so that they don't have to pay someone to design all their queries and reports. I'm not...
3
by: Alan | last post by:
I got a book : C# Primer Plus, this is about the C#. I am going to learn Visual C#, another book recommendation about this specific topic ? I don't want a book repeat the C# stuffs already in my...
9
by: Reginald Blue | last post by:
I asked this before, although several months ago, and I want to make sure the recommendation hasn't changed. I'm a developer who is working on a Web application, but most of my work is at the...
16
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
6
by: ted | last post by:
Hi, I have been programming for about 5 years mainly on client apps that are standalone and n-tier. I have very little experience with web development. I need a recommendation on a book that...
4
by: Huy | last post by:
I am in need of a book recommendation to pick up C++ properly and elegantly. I program extensively within the Python programming language and have a decent grasp of OOP (possibly could be better)...
3
by: Lauren Quantrell | last post by:
After a few years of Access VBA it's time to learn C#.Net. Can anyone recommend a book that is good for someone with no experience other than VBA?
14
by: At_sea_with_C | last post by:
Hello all, Im some way in C and i have to start on C++ to. I want your opinions on Teach yourself C++ in 21 days by Jessi Liberty. Can I go with it as my first book are are there better ones? ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.