.Net Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - More.Net Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #16  
Old July 4th, 2003, 09:41 PM
VBGOD VBGOD is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 24 VBGOD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The IDE for C# is light years ahead of Sun's Sun One Studio and Borlands JBuilder. Like it or not, Microsoft can churn out some pretty good stuff. Do you guys remember how we (windows users) had to use MS DOS and notepad to create our Java apps? I do. The development tools for Java are catching up, but they're still 5 years behind. Easily.

Reply With Quote
  #17  
Old July 24th, 2003, 10:52 AM
thetazzbot thetazzbot is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 1 thetazzbot User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally posted by netytan
Ah, I think i'll stick to Java then. A, because of as you mentioned its ported to ever platform and B, simply because it seems to be alot more desirable on the job front .

Thanks a lot for your help, easy to understand and got the point accross.

Ta,
Mark.


Speaking strictly from experience, I've been doing Java for 3 years and recently started doing .NET [have previous exp with ASP]

The problem with Java is the huge dependencies on third party code [usually opensource]. These opensource projects are frequently in beta or some chaotic state that causes constant changes in your own code to keep up. I actually started doing jsp / servlets for this reason [asp was too limiting]. I used J2EE, Jboss, Tomcat, log4j, struts, jetspeed, etc etc etc. It just came to a point where 40 percent of my time was spent keeping up with someone else's bugs.

The cross platform mantra of Java is really not that relevant. Simply put, you will get more done in shorter time in .NET, boiling down to cost savings for your client/company. Anyone who selects a platform just because its "cross platform" is indeed lying to themselves because when you say cross platform, most likely you have already made the decision to deploy on unix and only unix, so whats the point in being "cross platform".

Dont get me wrong, I like java. But I like .NET better

Regards,
Mark

Reply With Quote
  #18  
Old July 24th, 2003, 03:34 PM
netytan's Avatar
netytan netytan is offline
Hello World :)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Mar 2003
Location: Hull, UK
Posts: 2,537 netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 18 h 17 m 47 sec
Reputation Power: 68
Send a message via ICQ to netytan Send a message via AIM to netytan Send a message via MSN to netytan Send a message via Yahoo to netytan
Hi Tazzbot,

I gotta agree with you, after looking more into it i desided that C# is the next language i'm gonna learn (over Java). Can't agree with your platform independance stament though, platform independace to me is exactly that, meaning it should work on multiple platforms (windows, unix etc.)

develpment time is very important and C# has that over Java too, Also even though it's been around alot less time is seems to be more mature (if you know what i mean, sounds strange.) but neither can match Python for devlopment time, ease of use and scalability.

Anyway thats for your input,

Have fun,
Mark.

Reply With Quote
  #19  
Old March 4th, 2012, 04:49 AM
Gonzalo Gonzalo is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2012
Posts: 1 Gonzalo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 55 sec
Reputation Power: 0
Quote:
One of the first things I saw in C# that got me interested in it: read/write properties:

Code:
Java:

public int getSize() {
	return size;
}

public void setSize (int value) {
	size = value;
}

C#:

public int Size {
	get {return size;
	}
	set {size = value;
	}
}



If you like C# attributes try this:

public int Size{get;set;}

In my opinion C# is much better than Java when designing complex applications.

Java features are poor if compared with C#.

However Java is nice and actually a must for mobile developement.

I've seen the thread is old, however I wanted to post some additional fresh info about C# attributes.

Reply With Quote
  #20  
Old March 25th, 2012, 09:42 AM
jcontreras jcontreras is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2012
Posts: 1 jcontreras User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 18 m
Reputation Power: 0
jcontreras

You have a point their! I like all you have said here! That was really good!Your code snippets were very interesting!Thank you for sharing it! I've learned a lot!

Reply With Quote
  #21  
Old July 9th, 2012, 06:40 AM
ericlewis107 ericlewis107 is offline
Permanently Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2012
Posts: 7 ericlewis107 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 16 m 37 sec
Warnings Level: 10
Number of bans: 2
Reputation Power: 0
I recommend Java and Oracle, which would provide you flexibility to initiate web or desktop-based GUI to allow other users the ability to modify / preview reports, etc.

Reply With Quote
  #22  
Old July 9th, 2012, 06:48 AM
ashutoshets ashutoshets is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2012
Posts: 2 ashutoshets User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 m 2 sec
Reputation Power: 0
which is better, Java or C#..

java is beter then C++.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - More.Net Development > But which is better, Java or C#..

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap