English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to learn few programming languages. can i start directly with visual basic? What is the difference between visual basic and visual basic.net? With which programming language should i start with?

2007-03-04 23:22:13 · 5 answers · asked by ? 3 in Computers & Internet Programming & Design

5 answers

VB is the earlier version of VB.NET. However VB.NET is extended with the .NET framework, which adds tens of thousands of new tools, functions and commands to handle all sorts of tasks with Windows and the Web Server.

You should start with VB.NET. It's wholly different than VB and features much better programming practices, better tools and a more productive environment. Make sure you have a good teacher/book though.

Good luck.

2007-03-04 23:35:23 · answer #1 · answered by DNA-Groove 3 · 2 0

This depends on what you want to accomplish. If you are looking to program graphics packages, etc you should go with C++ / MFC. If you are looking to write Windows / Web Applicaitons you can choose either C# or VB.net. If you have ever programmed C or VB, there are some distinct differences between the .NET languages. Either way you go the code is considered managed code. There are a lot of great books out there from WROX that walk you through projects. I am self taught in most of the languages that I use today. I have leaned towards VB.net, but Once you learn how to program Object Oriented Programming in one language you can take those base principles to other languages like C#, J#, Java, C, C+, etc.

2007-03-05 08:43:12 · answer #2 · answered by Anthony Biondo 2 · 0 0

C is the easiest language. But my first proframming language is VB. VB.net is somewhat better, it's .NET framework help your program run anywhere. for me i'd start with with VB than VB.net

If you tried C, it's a key to many language like PHP or the basics to Visual C++ / C#. Basically C is not a windows application (it has no interface, when you run it, dos windows will open.) but it'll help you to continue with C-developed language.

2007-03-05 08:16:55 · answer #3 · answered by Anonymous · 0 1

Better start with C since if you once know it well,then you can adopt to any language easily.

2007-03-05 07:58:39 · answer #4 · answered by nirun b 2 · 0 1

i would suggest start with c or even vb..
this would give u a proper insight of wat programmin is...

2007-03-05 07:26:21 · answer #5 · answered by rahul_Codes 2 · 0 2

fedest.com, questions and answers