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

where do i start

i want to learn programming so i decided to learn
visual basic .net. i am new to programming, but i am
willing to put forth the effort to learn VB .net. my
question is where should i start, should i start to learn
the language first, or learn about the .net framework
then VB .net etc. i guess what i am asking is in what
order should i learn what i have to know about VB .net.
thanks.

Dave.
..
Nov 20 '05 #1
5 1190
I wish it were that simple.

Yes, you should probably start by reading about the .NET Framework (what it
is conceptually, what it's made up of, etc.), but you will probably want to
learn about the Framework in a hands on way, so you'll need to know a
language that you can learn about the Framework with.

I think you'll find that learning a .NET language simultaneously with the
Framework makes sense.
"Dave." <an*******@discussions.microsoft.com> wrote in message
news:07****************************@phx.gbl...
i want to learn programming so i decided to learn
visual basic .net. i am new to programming, but i am
willing to put forth the effort to learn VB .net. my
question is where should i start, should i start to learn
the language first, or learn about the .net framework
then VB .net etc. i guess what i am asking is in what
order should i learn what i have to know about VB .net.
thanks.

Dave.
.

Nov 20 '05 #2
Go right to the source... http://msdn.microsoft.com/vbasic/

in addition check out Balena's Visual Basic .NET Core Reference
http://www.amazon.com/exec/obidos/tg...books&n=507846

http://www.devbuzz.com/content/bookreview.asp?bookid=18

And then hit google., there are zillions of sights,
www.knowdotnet.com/testsite , www.gotdotnet.com, www.codeproject.com and
too many others to mention.

Cheers,

Bill
"Dave." <an*******@discussions.microsoft.com> wrote in message
news:07****************************@phx.gbl...
i want to learn programming so i decided to learn
visual basic .net. i am new to programming, but i am
willing to put forth the effort to learn VB .net. my
question is where should i start, should i start to learn
the language first, or learn about the .net framework
then VB .net etc. i guess what i am asking is in what
order should i learn what i have to know about VB .net.
thanks.

Dave.
.

Nov 20 '05 #3
"Dave." <an*******@discussions.microsoft.com> wrote...
my question is where should i start, should i start to learn
the language first, or learn about the .net framework
then VB .net etc.


Hi Dave,

Nobody actually listens to my suggestion (well I don't actually know that)
but... I will suggest that you learn "programming" and not VB.Net or the
..Net framework until you have some basic idea about how computer languages
work.

Obviously you need a language to use while you learn and VB.Net will work
fine for that but don't get caught up in VB.Net syntax for instance. It is
the "concept" that you need to understand. So (if I were you) I wouldn't
start by creating a form and adding buttons and having it say "hello world"
in a fancy font when you press the button. Write console apps while you
learn.

Learn the definitions of things like variables and constants. What is an
array? Learn the various loops and conditional statements. What is a
function? What is a procedure? Eventually you will need to know what an
event is and how to control them but it is almost impossible to figure
anything out if you don't know the basics first.

My first program was a number guessing game. The computer thought of a
number, the user tried guessing it and the computer printed "higher" or
"lower" each time the user entered a number. You're going to have to do
something like that before you write your first database app (unless you
unusually talented of course.)

As a sidenote, there is nothing wrong with reading about the .Net framework
(you will probably have to pick it up in pieces) while you learn to program.
It is just likely to look like so much Greek if you can't read the sample
code and can't understand the concepts.

Best of luck,
Tom

Nov 20 '05 #4
Cor
Hi Tom,

Why would I listen to you, I know that all so long?

:-))

Cor
Nov 20 '05 #5
On Tue, 16 Dec 2003 21:55:36 -0500, Tom Leylan wrote:
Learn the definitions of things like variables and constants. What is an
array? Learn the various loops and conditional statements. What is a
function? What is a procedure? Eventually you will need to know what an
event is and how to control them but it is almost impossible to figure
anything out if you don't know the basics first.


Lets not forget some of the basic data structures such as a stack, queue,
and linked list.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Nov 20 '05 #6

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

Similar topics

2
by: Nat | last post by:
Hi there, I have code as following but it returns error Error Type: Microsoft VBScript compilation (0x800A03F6) Expected 'End' /urbisjhdintranet/metadata/resultList.asp, line 324 which is the...
2
by: MT McNasty | last post by:
Hi. I'm trying to start modifying a VNC client (say RealVNC or UltraVNC). My problem is that I don't even know where to begin? I can't find a list of API's on any of them, and I just don't know...
2
by: GAVO. | last post by:
This probably is not the best group to post this question but any ways. I've been working with ms access for the last couple of years and gotten very good at it. I have never been on any ms...
7
by: Mr. Mountain | last post by:
In the following code I simulate work being done on different threads by sleeping a couple methods for about 40 ms. However, some of these methods that should finish in about 40 -80 ms take as long...
14
by: Odinn | last post by:
Greetings , This is my first year at programming and 3rd week at this so count me as a pure newbie. I am trying to make a program that gets a number and prints out starts as this: For input 3 :...
3
by: saundra | last post by:
This appears to be the code that is giving me trouble. Can someone help <? include("common.php"); require_once("$HeaderFile"); if(empty($_GET)){ $Start = '0'; }else{ $Start = $_GET;
5
by: =?Utf-8?B?cm9jY28=?= | last post by:
Hello, easy question: - what are the best books to start learning C#? Thanks! Rocco
2
by: Ceebaby via AccessMonster.com | last post by:
Hi Folks I wondered if someone could point me in the right direction before I completely tear my hair out. I have a user selection form where options can be selected for a report. Users now...
37
by: Phlip | last post by:
1230987za wrote: Kanze is a classically-trained "unit tester". In some circles "unit" is a QA concept - specifically, if a test fails, you only need to inspect one unit. So "units" are...
2
natalie99
by: natalie99 | last post by:
Hi All I thought this would be easy but I am having great difficulty! Could someone kindly please explain where I am going wrong? I have a single table of data, tblA each line shows a...
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
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
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,...
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.