473,654 Members | 3,264 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1200
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*******@disc ussions.microso ft.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*******@disc ussions.microso ft.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*******@disc ussions.microso ft.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 "programmin g" 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
1971
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 second last line at the end of the code. I have no idea where to put 'end'. It would be great if anyone could help. Thanks heaps! Nat
2
1347
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 where to start. If you could point me to a FAQ or ANYTHING that can help me get started I'd be grateful.
2
1808
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 access course, all I know about ms access I have learned from you guys and other websites and books. I started creating very simple application and my latest one; I consider very advances, which that I have developed with the help of Visual basic....
7
1866
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 as 2300 ms to complete. This is fairly rare, but the test code below will definitely show it. Somehow, I must not have my design right. The idea of this code is that I do two different types of processing ( 1-starting and 2-ending) based on...
14
1665
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
3328
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
1501
by: =?Utf-8?B?cm9jY28=?= | last post by:
Hello, easy question: - what are the best books to start learning C#? Thanks! Rocco
2
5128
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 want to also filter the options by date selections or not if they wish. I added to unbound text fields to input the start and end dates and inserted them into my str Where code. It was working fine until the these were added.
37
2589
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 "things which are clearly delimited and accessible to inspection". That should map onto C++ classes - specifically due to overlapping requirements. C++ classes _should_ be "things which are clearly delimited and accessible to inspection". Yet...
2
4334
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 start/stop, country, date and price eg. lines: Action-------Country----------Date-------------------Value
0
8379
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
8294
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
8816
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8709
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
8494
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
7309
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4297
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2719
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
2
1597
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.