Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » does common language runtime make c# platform independent
Closed Thread
Old 10-22-2006, 08:05 AM   #1 (permalink)
 
Master Techie

Join Date: Mar 2004

Posts: 2,069

rookie1010

Default does common language runtime make c# platform independent

Hello

Is the CLr microsoft's counter to the JVM?

Does common language runtime make c# platform independent like java?
rookie1010 is offline  
Old 10-22-2006, 09:07 AM   #2 (permalink)
 
Monster Techie

Join Date: Apr 2004

Posts: 1,574

m3trj

Default

Yeah it is platform independant technically.
__________________


\'There is only one basic human right, and that is to do as you **** well please.
And with it comes the only basic human duty, to take the consequences.\'



m3trj is offline  
Old 10-22-2006, 05:19 PM   #3 (permalink)
 
Master Techie

Join Date: Mar 2004

Posts: 2,069

rookie1010

Default

thanks for the reply

is it just c# or the whole .net (c#,vb.net, asp.net) which is platform independent?

what do you mean by technically?
rookie1010 is offline  
Old 10-22-2006, 05:29 PM   #4 (permalink)
 
Monster Techie

Join Date: Apr 2004

Posts: 1,574

m3trj

Default

The whole .NET is.

Technically, because there is no official implementation of the CLR for Linux for instance, just the unofficial Mono. It is not like Java, where there's a JVM for almost every platform. I am sure the future will see this change however.
__________________


\'There is only one basic human right, and that is to do as you **** well please.
And with it comes the only basic human duty, to take the consequences.\'



m3trj is offline  
Old 11-04-2006, 05:21 PM   #5 (permalink)
 
Master Techie

Join Date: Mar 2004

Posts: 2,069

rookie1010

Default

thanks for the reply

you mean the whole .NET is platform independent?

what is the unofficial mono?

i guess the compact .net for windows mobile has the potential to become platform independent?

so as a developer i should focus on .net rather than on java?
rookie1010 is offline  
Old 11-04-2006, 09:15 PM   #6 (permalink)
 
Monster Techie

Join Date: Apr 2004

Posts: 1,574

m3trj

Default

Quote:
you mean the whole .NET is platform independent?
Yeah

Quote:
what is the unofficial mono?
http://www.mono-project.com/Main_Page

Mono is an unofficial implementation of the .NET framework for Unix. Basically it lets you run .NET applications (written in C#, VB.NET, etc) on a Unix or Linux platform.

Quote:
i guess the compact .net for windows mobile has the potential to become platform independent?
Probably, don't know much about that.

Quote:
so as a developer i should focus on .net rather than on java?
Yeah definitely. C# is a nicer language than Java anyway.
__________________


\'There is only one basic human right, and that is to do as you **** well please.
And with it comes the only basic human duty, to take the consequences.\'



m3trj is offline  
Old 11-05-2006, 11:18 AM   #7 (permalink)
 
Master Techie

Join Date: Mar 2004

Posts: 2,069

rookie1010

Default

thanks for the reply

why is c# a better language than java?
rookie1010 is offline  
Old 11-05-2006, 11:49 PM   #8 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

It's not. Each language has its own strengths and weaknesses.
jaeusm 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