Beginner where to start?

Joined
Dec 21, 2009
Messages
2
Programming Experience
5-10
Dear All
I am a new babe in this,could you please tell me from where i can start vb.net and from where i can found the installation copy of vb.net

Regards

Zuhair
 
Thanks for the reply

thanks for the reply, could you please tell me the difference between Visual Studio, dot net and vb net,one more thing please tell the the source from where i can install these things.

Regards


Zuhair
 
visual studio is a package.
It consists of VB.Net ASP.net . if u install the package itself u get all languages incorporated.
download it from microsoft website or any other source
there are many version of visual studio available.

eg: vs 2003,vs 2005,vs 2008, vs 2010 etc.
 
Visual Studio is a commercial software package costing several hundred dollars, although a free trial version is available for download. It incorporates several of the .NET languages plus mobile versions, and allows the creation of a redistributable package of your completed project.

The Express editions are free of charge and come as individual languages. The latest 2008 versions are available for download at:

Downloads

microsoft.com/express/download/
 
Back
Top