RaGEZONE sponsored advertisment:
09-24-2009
|
#1 (permalink)
| | RSPS Coder
Rank: Member + Join Date: Nov 2008
Posts: 280
Thanked 0 Times in 0 Posts
| Java or C#
What do you use?
__________________ 
| My Profile |
" Beer is a sign that god loves us and wants us to be happy" - Benjamin Franklin |
| |
RaGEZONE sponsored advertisment:
09-24-2009
|
#2 (permalink)
| | Currently...Engaged :3
Rank: Moderator Join Date: May 2006 Location: Chandler, AZ
Posts: 2,704
Thanked 17 Times in 14 Posts
| Re: Java or C#
I use JAVA a lot more than c#. The thing is they both have advantages over each other(like c#s networking is tons better than JAVAs in terms of simplicity) and their disadvantages(sharp is windows only, requires the .net framework if it isn't preinstallled)... Since I work on linux computers as well as pcs and macs, I need a strong, universal language, and JAVA does exactly what I want. Posted via Mobile Device |
| | 
Endorsement
09-25-2009
|
#3 (permalink)
| | Wazup nub
Rank: Alpha Member Join Date: Jan 2007 Location: England
Posts: 2,227
Thanked 43 Times in 27 Posts
| Re: Java or C#
Only use JAVA lawl
__________________ Man, i love you guys!!  |
| | 
Endorsement
09-25-2009
|
#4 (permalink)
| | Money To Blow
Rank: Moderator Join Date: May 2007 Location: Toronto, ON
Posts: 5,915
Thanked 68 Times in 42 Posts
| Re: Java or C#
I write code in both JAVA and C#. Even though I am currently doing allot of my programming in C#, I like both languages and switch between them to make sure I am equally satisfied with both languages, and don't gain a "weak" end from working on one programming language more than the other.
But really, this is my opinion:
If you only use windows, and have no plans on using anything else, you should start learning C# HEAVILY, as it is most likely a very vital language in the future for windows users.
If you plan on using other operating systems, then you should stick with JAVA. JAVA's functions aren't as powerful as C# is, since C# is directly and only for windows platforms.
Overall, I would suggest C# to a beginner. It's both easier to learn, and the functionality and msdn document library is amazingly helpful.
|
| |
09-25-2009
|
#5 (permalink)
| | Wazup nub
Rank: Alpha Member Join Date: Jan 2007 Location: England
Posts: 2,227
Thanked 43 Times in 27 Posts
| Re: Java or C#
|
Originally Posted by TheAJ |
I write code in both JAVA and C#. Even though I am currently doing allot of my programming in C#, I like both languages and switch between them to make sure I am equally satisfied with both languages, and don't gain a "weak" end from working on one programming language more than the other.
But really, this is my opinion:
If you only use windows, and have no plans on using anything else, you should start learning C# HEAVILY, as it is most likely a very vital language in the future for windows users.
If you plan on using other operating systems, then you should stick with JAVA. JAVA's functions aren't as powerful as C# is, since C# is directly and only for windows platforms.
Overall, I would suggest C# to a beginner. It's both easier to learn, and the functionality and msdn document library is amazingly helpful.
| Yea butzz ur pro. I seen your emulator, fuxpro
__________________ Man, i love you guys!!  |
| |
09-25-2009
|
#6 (permalink)
| | Long time no see
Rank: Member + Join Date: Apr 2008 Location: Scotland
Posts: 302
Thanked 3 Times in 2 Posts
| Re: Java or C#
This doesn't seem to be about RuneScape so why not move it to the ragezone coding section?
But I code Java more (even though I only code like once a year tbfh)
|
| |
09-28-2009
|
#7 (permalink)
| | RSPS Coder
Rank: Member + Join Date: Nov 2008
Posts: 280
Thanked 0 Times in 0 Posts
| Re: Java or C#
Worthy, this is about what language people code their server in.
Of course it's about runescape.
I'm learning C# and I shall use that most of the time but I am going to then learn Java so I can code for more people and I will have more knowledge of coding languages for my ICT course.
__________________ 
| My Profile |
" Beer is a sign that god loves us and wants us to be happy" - Benjamin Franklin |
| |
11-28-2009
|
#8 (permalink)
| | Ex-Mod
Rank: Alpha Member Join Date: Nov 2004 Location: UNHANDLED EXCEPTION
Posts: 2,513
Thanked 0 Times in 0 Posts
| Re: Java or C#
You're forgetting about MONO... it'll run your C# programs on Mac and Linux.
|
| |
11-29-2009
|
#9 (permalink)
| | RSPS Coder
Rank: Member + Join Date: Nov 2008
Posts: 280
Thanked 0 Times in 0 Posts
| Re: Java or C#
This thread is dead.
Why bump it?
__________________ 
| My Profile |
" Beer is a sign that god loves us and wants us to be happy" - Benjamin Franklin |
| |
12-01-2009
|
#10 (permalink)
| | Currently...Engaged :3
Rank: Moderator Join Date: May 2006 Location: Chandler, AZ
Posts: 2,704
Thanked 17 Times in 14 Posts
| Re: Java or C#
Meh, not really dead, just slow. gotta remember 90% of the section has A.D.D and heeds a refresher :P
__________________ Learning c#
Furthering knowledge in Java
Working on stuff |
| |
01-22-2010
|
#11 (permalink)
| | Alpha
Rank: Member
Join Date: Jul 2009 Location: On Ragezone
Posts: 121
Thanked 2 Times in 2 Posts
| Re: Java or C#
java is more harder to code for me and C# has helpful things but unless someone made a java code editor then i could code java easier ...
C# for right now
|
| |
01-24-2010
|
#12 (permalink)
| | Currently...Engaged :3
Rank: Moderator Join Date: May 2006 Location: Chandler, AZ
Posts: 2,704
Thanked 17 Times in 14 Posts
| Re: Java or C#
|
Originally Posted by timmscape-hotel |
java is more harder to code for me and C# has helpful things but unless someone made a java code editor then i could code java easier ...
C# for right now
|
The hell are you talking about? Java code editor? If you're looking for an IDE like Visual studio, then jsut get NetBeans, or Eclipse. They do the same with java as VS does with .net
@ bitblaster: This is true, but then it'd put it on the same level as java, it would have to be interpreted and translated into naitive function. Plus, mono doesn't have support for .net 4.0(sure it's in beta, but everyone is using it now). C# toots it's horn about how fast it is, but that's only because it can be run naitively on windows. it can't on any other platform. I mean, several articles describe how slow c# on mono is compared to Java. I mean, according to This article, "Compared to C, Java runs 1.68 times slower, while c# on MONO runs 2.76 times slower on linux"
I personally like both languages strongly, however I prefer Java to c# due to the fact that it's not much of a hassle to make programs for everyone. RuneScape clients can't be done in c#...Rather no one has tried. I'm sure it can be done, but why waste all the work, when Java can do it faster compared to mono? If you're gonna be developing for non-windows users as well, then drop c# and go with c/c++
__________________ Learning c#
Furthering knowledge in Java
Working on stuff |
| |
01-24-2010
|
#13 (permalink)
| | Love, what?
Rank: Alpha Member Join Date: Nov 2008
Posts: 3,110
Thanked 16 Times in 12 Posts
| Re: Java or C#
|
Originally Posted by timmscape-hotel |
java is more harder to code for me and C# has helpful things but unless someone made a java code editor then i could code java easier ...
C# for right now
| Even though your "server" is coded in JAVA?
|
| |
01-25-2010
|
#14 (permalink)
| | Alpha
Rank: Member
Join Date: Jul 2009 Location: On Ragezone
Posts: 121
Thanked 2 Times in 2 Posts
| Re: Java or C#
|
Originally Posted by Tyler | |
Even though your "server" is coded in JAVA?
| the server i am coding now is in java ... how else am i able to make a server?
|
| |
01-25-2010
|
#15 (permalink)
| | Currently...Engaged :3
Rank: Moderator Join Date: May 2006 Location: Chandler, AZ
Posts: 2,704
Thanked 17 Times in 14 Posts
| Re: Java or C#
You could make one in c#.... AJ has a base called Jolt Environment... it's a .net based runescape source. It's actually becoming quite popular amoung .net users.... Use that instead of java...That is, if you actually know good programming in sharp
__________________ Learning c#
Furthering knowledge in Java
Working on stuff |
| |
1 Week Ago
|
#16 (permalink)
| | Newbie
Rank: Hobbit
Join Date: Apr 2009
Posts: 5
Thanked 0 Times in 0 Posts
| Re: Java or C#
I writed my rs private in c# it's fast and stable! Posted via Mobile Device |
| | |