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

Guide Book

Hello every body
Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner).
Thank you all
=========================================
Oct 23 '07 #1
6 1962
Hello,

Are you an experienced programmer new to visual basic 2005? Or are you a
beginner with no previous programming experience?

Kerry Moorman
"Hello" wrote:
Hello every body
Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner).
Thank you all
=========================================

Oct 23 '07 #2
Kerry,

Would you happen to have any suggestions for a book for someone like me?
Programming for about 10 years, some really old vb experience (like vb3 and 5). But lets go
with "nothing on database wise (with vb)".
I come from a 4GL language so its really an upwards learning curve for some new concepts.

I'm looking for a book that does not use wizards with databases.
Thats my biggest problem in learning .net. Books all use wizards and the
dataset designer, but to switch to try to do everything by code, its really
hard to find examples that work in different scenarios.

Cheers'

M.

Kerry Moorman wrote:
Hello,

Are you an experienced programmer new to visual basic 2005? Or are you a
beginner with no previous programming experience?

Kerry Moorman
"Hello" wrote:
>Hello every body
Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner).
Thank you all
=========================================

Oct 23 '07 #3
Miro,

You might want to take a look at these 2 database programming books:

Programming Microsoft ADO.NET 2.0 Core Reference by David Sceppa

Hitchhiker's Guide to Visual Studio and SQL Server: Best Practice
Architectures and Examples (7th Edition) by William R. Vaughn and Peter
Blackburn

The book by David Sceppa has been especially useful for me.

For a book on Visual Basic, but without database stuff, you can't go wrong
with:

Programming Microsoft Visual Basic 2005: The Language by Francesco Balena

Kerry Moorman
"Miro" wrote:
Kerry,

Would you happen to have any suggestions for a book for someone like me?
Programming for about 10 years, some really old vb experience (like vb3 and 5). But lets go
with "nothing on database wise (with vb)".
I come from a 4GL language so its really an upwards learning curve for some new concepts.

I'm looking for a book that does not use wizards with databases.
Thats my biggest problem in learning .net. Books all use wizards and the
dataset designer, but to switch to try to do everything by code, its really
hard to find examples that work in different scenarios.

Cheers'

M.

Kerry Moorman wrote:
Hello,

Are you an experienced programmer new to visual basic 2005? Or are you a
beginner with no previous programming experience?

Kerry Moorman
"Hello" wrote:
Hello every body
Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner).
Thank you all
=========================================

Oct 23 '07 #4
I am slowly cooking thru one of his hitchhikers books:
Hitchhikers guide to visual studio and SQL Server Seventh Edition

I went back to his website ( http://www.hitchhikerguides.net ) and cant seem to see
the book there. Is it an older book, or did my book replace it?
-It is a very good book - I must agree.
A lot of the examples in the book are with "Stored Procedures", and I am trying to first
do procedures within vbcode and then move on to the stored procedures.

I was able to buy off ebay one of his older books for 1 dollar ( great steal ), on his
other book, "ADO.Net and ADO Examples and Best Practices for VB Programmers Second Edition".
Ive started into this book as well.

does the ADO.Net book show vb examples / how to create / bind datasets / updates thru code?

Its tuff trying to go out and buy a book, when the terminology is not known fully, plus
sometimes you dont really know what your looking for. Its like buying books blind :)

Thanks,

M
Kerry Moorman wrote:
Miro,

You might want to take a look at these 2 database programming books:

Programming Microsoft ADO.NET 2.0 Core Reference by David Sceppa

Hitchhiker's Guide to Visual Studio and SQL Server: Best Practice
Architectures and Examples (7th Edition) by William R. Vaughn and Peter
Blackburn

The book by David Sceppa has been especially useful for me.

For a book on Visual Basic, but without database stuff, you can't go wrong
with:

Programming Microsoft Visual Basic 2005: The Language by Francesco Balena

Kerry Moorman
"Miro" wrote:
>Kerry,

Would you happen to have any suggestions for a book for someone like me?
Programming for about 10 years, some really old vb experience (like vb3 and 5). But lets go
with "nothing on database wise (with vb)".
I come from a 4GL language so its really an upwards learning curve for some new concepts.

I'm looking for a book that does not use wizards with databases.
Thats my biggest problem in learning .net. Books all use wizards and the
dataset designer, but to switch to try to do everything by code, its really
hard to find examples that work in different scenarios.

Cheers'

M.

Kerry Moorman wrote:
>>Hello,

Are you an experienced programmer new to visual basic 2005? Or are you a
beginner with no previous programming experience?

Kerry Moorman
"Hello" wrote:

Hello every body
Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner).
Thank you all
=========================================

Oct 23 '07 #5
Miro,

Yes, David Sceppa's ADO book was useful to me primarily because it did
database stuff in code, with VB examples.

I have very limited use for all the drag-drop database development stuff.

Kerry Moorman
"Miro" wrote:
>
does the ADO.Net book show vb examples / how to create / bind datasets / updates thru code?

Its tuff trying to go out and buy a book, when the terminology is not known fully, plus
sometimes you dont really know what your looking for. Its like buying books blind :)

Thanks,

M
Kerry Moorman wrote:
Miro,

You might want to take a look at these 2 database programming books:

Programming Microsoft ADO.NET 2.0 Core Reference by David Sceppa

Hitchhiker's Guide to Visual Studio and SQL Server: Best Practice
Architectures and Examples (7th Edition) by William R. Vaughn and Peter
Blackburn

The book by David Sceppa has been especially useful for me.

For a book on Visual Basic, but without database stuff, you can't go wrong
with:

Programming Microsoft Visual Basic 2005: The Language by Francesco Balena

Kerry Moorman
"Miro" wrote:
Kerry,

Would you happen to have any suggestions for a book for someone like me?
Programming for about 10 years, some really old vb experience (like vb3 and 5). But lets go
with "nothing on database wise (with vb)".
I come from a 4GL language so its really an upwards learning curve for some new concepts.

I'm looking for a book that does not use wizards with databases.
Thats my biggest problem in learning .net. Books all use wizards and the
dataset designer, but to switch to try to do everything by code, its really
hard to find examples that work in different scenarios.

Cheers'

M.

Kerry Moorman wrote:
Hello,

Are you an experienced programmer new to visual basic 2005? Or are you a
beginner with no previous programming experience?

Kerry Moorman
"Hello" wrote:

Hello every body
Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner).
Thank you all
=========================================

Oct 23 '07 #6
If you want a really in-depth look at what is going on with bindings and
datasets etc take a look at - "Data Binding With Windows Forms 2.0" by Brian
Noyes
--
Terry
"Miro" wrote:
I am slowly cooking thru one of his hitchhikers books:
Hitchhikers guide to visual studio and SQL Server Seventh Edition

I went back to his website ( http://www.hitchhikerguides.net ) and cant seem to see
the book there. Is it an older book, or did my book replace it?
-It is a very good book - I must agree.
A lot of the examples in the book are with "Stored Procedures", and I am trying to first
do procedures within vbcode and then move on to the stored procedures.

I was able to buy off ebay one of his older books for 1 dollar ( great steal ), on his
other book, "ADO.Net and ADO Examples and Best Practices for VB Programmers Second Edition".
Ive started into this book as well.

does the ADO.Net book show vb examples / how to create / bind datasets / updates thru code?

Its tuff trying to go out and buy a book, when the terminology is not known fully, plus
sometimes you dont really know what your looking for. Its like buying books blind :)

Thanks,

M
Kerry Moorman wrote:
Miro,

You might want to take a look at these 2 database programming books:

Programming Microsoft ADO.NET 2.0 Core Reference by David Sceppa

Hitchhiker's Guide to Visual Studio and SQL Server: Best Practice
Architectures and Examples (7th Edition) by William R. Vaughn and Peter
Blackburn

The book by David Sceppa has been especially useful for me.

For a book on Visual Basic, but without database stuff, you can't go wrong
with:

Programming Microsoft Visual Basic 2005: The Language by Francesco Balena

Kerry Moorman
"Miro" wrote:
Kerry,

Would you happen to have any suggestions for a book for someone like me?
Programming for about 10 years, some really old vb experience (like vb3 and 5). But lets go
with "nothing on database wise (with vb)".
I come from a 4GL language so its really an upwards learning curve for some new concepts.

I'm looking for a book that does not use wizards with databases.
Thats my biggest problem in learning .net. Books all use wizards and the
dataset designer, but to switch to try to do everything by code, its really
hard to find examples that work in different scenarios.

Cheers'

M.

Kerry Moorman wrote:
Hello,

Are you an experienced programmer new to visual basic 2005? Or are you a
beginner with no previous programming experience?

Kerry Moorman
"Hello" wrote:

Hello every body
Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner).
Thank you all
=========================================

Oct 23 '07 #7

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

Similar topics

12
by: The Tao of Spike | last post by:
I've recentlty been getting into programming. I was wondering what language to learn first and after asking around I decided on Python. I'm about half way through "Non-Programmers Tutorial For...
3
by: Patrick | last post by:
Hi I am currently learning JS and have heard a lot of good about that book even if it's a reference and better suited for intermediate to experienced users. My local bookstore has both the 3rd...
2
by: James W. | last post by:
Hi everyone, I would like to ask you lot if you know of a great place on the internet for a fool proof idiots guide to Normalisation 1st, 2nd, 3rd. I looked at webopedia but that is just as...
7
by: cw | last post by:
I am totally new to MS Access 2000. Can anyone please recommend a good beginners' guide book or web site? TIA.
6
by: erebus- | last post by:
When learning the C programing languages, i have had and still am having the problem of not being able to find answers to many questions. Is their an overall guide/reference that someone knows?
3
by: Jpmill | last post by:
I wanted to know if someone has the book DB2 for Z/os version 8 DBA certification Guide by Susan Lawson. If you don't want it anymore I will appreciate to have it to pass my DB2 certification. ...
3
by: Howard Kaikow | last post by:
For VB 6, one of the more useful books is the MSFT Press VB 6 Programmer's Guide. Is there a corresponding book for VB .NET (or VS .NET)? -- http://www.standards.com/; See Howard Kaikow's web...
5
by: petermichaux | last post by:
>From the FAQ The only book currently endorsed by c.l.j. regulars is: JavaScript: The Definitive Guide, 4th Edition By David Flanagan ISBN:0-596-00048-0 (Also by David Flanagan: JavaScript...
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:
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
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
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...
0
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...
0
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...

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.