473,799 Members | 3,147 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which is a wiser choice for an IT professional to take up, Java or .NET?

Java is mature...howeve r, a beginner may not stand any chance to
compete against industry bigwigs. On the other hand, .NET is newer and
gives newbies a relatively firm foothold, since there are hardly
experienced ppl there. Also, I'm interested in computer security
involving low level coding in C, C++. Which platform will be better for
me keeping this in view?

Apr 5 '06
13 1432

"Jon Skeet [C# MVP]" <sk***@pobox.co m> schrieb im Newsbeitrag
news:MP******** *************** *@msnews.micros oft.com...

2) Eclipse provides a nicer IDE than VS


As I know Eclipse can be used also to develop C#.
You only have to use a C#-Plugin.
See e.g.www.improve-technologies.com/alpha/esharp/
Apr 6 '06 #11
Christof Nordiek <cn@nospam.de > wrote:
2) Eclipse provides a nicer IDE than VS


As I know Eclipse can be used also to develop C#.
You only have to use a C#-Plugin.
See e.g.www.improve-technologies.com/alpha/esharp/


Have you tried it? It's appalling - or at least, it was last time I
tried it. Put it this way - you lose pretty much all the benefits that
Eclipse gives you in terms of refactoring etc.

VS is much better than the above plug-in when developing C# - but
writing Java in Eclipse is better than writing C# in VS.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 6 '06 #12
I can't imagin needing to use more edit features then what is available in
VS, but I suppose some would. Plus there is a ton of stuff that folks
probably are not using, but would use if they knew about it. I just figured
out a few days ago that "cw<tab><ta b>" is the snippet for
Console.WriteLi ne() and that made my week. I guess it just comes down to
what you want to write in.

--
William Stacey [MVP]

"SharpCoder MP" <cs*******@inte ria.pl.NFSPM> wrote in message
news:ur******** ******@TK2MSFTN GP04.phx.gbl...
| Jon Skeet [C# MVP] wrote:
| > See my other response for a reference to a longer article - but to my
| > mind the code editor is the single most important thing in the IDE.
| > It's where I spend 95% of my time, so even if that were the only thing
| > better in Eclipse than in VS.NET, that's still a massive item.
| >
| > As it happens, there are plenty of other things too :)
| >
| nice article. as to the code editor - i totally agree with you. it's the
| place where i do spend most of my time. but as i said the one shipped
| with VS2k5 is a bit batter than the previous one. What i always hated
| about the Eclipse was the speed... or rather the lack of it :) it's so
| damn slow. It's great but it's like using #Develop IDE - it's nice when
| it comes to the editor thing but in a long run... well you just waste
| some precious time waiting for this thing to move on :)
Apr 6 '06 #13
William Stacey [MVP] <wi************ @gmail.com> wrote:
I can't imagin needing to use more edit features then what is available in
VS, but I suppose some would.


Here's a really simple example: "Open Resource" and "Open Type" in
Eclipse make it *so* easy to get to a resource/type if you just know
its name - even if there are many resources/types with the same name in
different folders/packages (namespaces).

There's a plugin available for VS which does a similar thing, but it
takes a while to index a large solution.

Then there's all the code generation and refactoring stuff - VS 2005
has only just scratched the surface... read the blog entry for an
example of just how powerful Eclipse's Extract Method can be.

Eclipse just makes the actual coding side a breeze - Visual Studio
keeps interrupting my train of thought, effectively. Now, I dare say
there are plenty of tricks I don't know about VS, but I suspect the
same is also true of Eclipse. The VS team seem to have spent a lot of
effort on designers and the like, whereas the Eclipse team have spent
their energy on the editor itself. As I don't happen to like designers
in the first place, that suits me just fine.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 6 '06 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

198
7739
by: Sridhar R | last post by:
>From technical point of view, I could not understand the the reasoning behind using Java in major companies. Sure that Python, is used in some, but still Java is considered as a sure-job language. After being a python programmer for long time, I consider it painful to learn/use Java now (well, like many I will be forced to do that in my job). What makes such companies to choose Java over dynamic, productive languages like Python? ...
10
2653
by: Beach Potato | last post by:
Dear Y'all: I'm about to start porting a big old project written in anscient version of Delphi to something more stable, robust, supportable and maybe even portable. Since I haven't seriously touched C for large implementations, I'm seeking advice on what to use for development. My ultimate goal is to spend as less time on it as possible. I'll be writing it in Windows 32-bit environment, probably Win2000 or Win98. Planning to use a...
133
13280
by: Jane Withnolastname | last post by:
I have a web page that uses an unordered list (<UL>) and the LH (list header) tag. I know LH is a valid tag because it is clearly defined by the W3C here: http://www.w3.org/MarkUp/html3/bulletlists.html The problem is, when I try to validate the page at W3C, it tells me: " element "LH" undefined " My page is 4.01 Transitional, using charset windows-1252. Any ideas why this won't validate?
65
5469
by: Nikolas Hagelstein | last post by:
Hi, First of all: i spend a lot of time on thinking and researching about how to make developing webapplications with php a more structured/systematic thing. I even fancied to switch over to jsp since i heard all those stiltedness rumors about it's professionalism/stability etc. Anyway my current attitude is that fullfilling the following needs would make application depvelopment via PHP a really
7
1271
by: Nelson Smith | last post by:
In my java script to set the value I am using the following code document.frmMyForm.txtCustNo.value = "xxxxx" & document.frmMyForm.txtCustNo.value = 'xxxxx'
122
7924
by: seberino | last post by:
I'm interested in knowing which Python web framework is most like Ruby on Rails. I've heard of Subway and Django. Are there other Rails clones in Python land I don't know about? Which one has largest community/buzz about it?
2
910
by: cat_dog_ass | last post by:
Java is mature...however, a beginner may not stand any chance to compete against industry bigwigs. On the other hand, .NET is newer and gives newbies a relatively firm foothold, since there are hardly experienced ppl there. Also, I'm interested in computer security involving low level coding in C, C++. Which platform will be better for me keeping this in view?
14
3298
by: deko | last post by:
For building Windows desktop apps, the clear favorite is C#. But my clients can't afford to buy Microsoft products. So I need to develop software for Linux users and web applications. In the open source world, what is the programmer's language of choice? Judging by the number of members in each of these http://www.google.com/Top/Computers/Programming/Languages/Open_Source/ user groups, it looks like the top 3 open source languages...
3
6708
by: Ty Oft | last post by:
Hello Bytes! Maybe my question seems a bit silly (as one could simply answer it "Well, what are you more passionate about?" or stuff like that - please don't answer like this), but I am in a bit of a dilemma and time is short at the moment and I need to make a decision before it's too late. I have just begun my second year in a UK uni for a BSc Hons Web Systems Development but I am not that happy about the course. Very diluted in my opinion....
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10268
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10247
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10031
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5593
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.