Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-14-2007, 09:40 AM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 11

jimath

Question .net languages

hi everyone!

i d like to know what's the different between .net and the simple
languages (eg.visual basic 2005).
In addition what is .netFramework? Does it come with visual studio ?

Thanks
jimath is offline  
Old 09-14-2007, 10:05 AM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: .net languages

The .NET Framework is exactly what its name says it is -- a framework. It's a huge collection of class libraries and a runtime environment that executes programs that have been compiled to or written in the Microsoft Intermediate Language.

I'm not quite sure why you say "simple languages". I'm assuming that's because you think visual basic .NET is a simple language, when it is actually just as complex as C# or any other .NET language. Anyhow, in order to write a program, you'll need to know a programming language, like one of the two I just mentioned.

Yes, the .NET framework comes with visual studio.
jaeusm is offline  
Old 09-14-2007, 01:05 PM   #3 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 11

jimath

Question Re: .net languages

ok thanks.

by simple languages i mean..
whats the different for example between visual basic 2005 and visual basic.NET.
jimath is offline  
Old 09-14-2007, 01:07 PM   #4 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: .net languages

They are nearly the same thing. VB 2005 has a few minor updates.
jaeusm is offline  
Old 10-03-2007, 08:57 AM   #5 (permalink)
forrestcupp's Avatar
 
Ultra Techie

Join Date: Feb 2007

Posts: 588

forrestcupp is on a distinguished road

Default Re: .net languages

Quote:
Originally Posted by jaeusm View Post
They are nearly the same thing. VB 2005 has a few minor updates.
That's right. VB2005 is still .NET. Anything after Visual Studio.net is going to have .NET capabilities. Even Visual C++ is .NET now, and you have to tell it that you don't want it to be .NET to get it to compile a native executable.
forrestcupp is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with my .NET framework 2.0 rhode2nowere Windows Operating Systems and Software 0 08-26-2007 11:46 PM
"The following updates were not installed: Security Update for Microsoft .NET ... dweeb Windows Operating Systems and Software 1 07-15-2007 08:18 PM
Installing Languages in SP2 Memphis Hardware Troubleshooting 5 07-07-2007 07:59 AM
Switching connection settings via .Net M0rga Programming Discussions 0 06-19-2007 04:25 PM
Microsoft .NET Framework version 1.1 andrewsvalesen Windows Operating Systems and Software 4 05-28-2007 09:51 AM