Java or C# Javaや C #
Remember the days when Java was pitted against C++?日中に覚えているときにJavaを競わせられるC + +のですか? Well for sometime now the question has been whether to go with C# or Java, .NET or EJB/Java?いつか良い今すぐに行くかどうかの質問をされており、 C #やJava 、 。当期純またはEJB / Javaのですか?
We at Taragana normally work with Java Technologies only.私たちのTaragana正常に動作するJavaテクノロジのみです。 Personally I am using Java since end of '95, almost after the 0.5 beta version came out.私は個人的に使用してJavaの終わりに'95以来、ほぼした後、 0.5のベータ版が出てきました。 So when my friend & ex-boss (working at Seattle) tried to convince me to try out C#, I was skeptic because I was burn't with MS products in the past - easy at first glance, really bites when used for large-scale enterprise applications, not to mention very buggy.したがって、私の友人&元上司(働いてシアトル)を試してみることしようとした私を納得させC #で、私は懐疑的なため、私はMS製品を編集して項目をburn't -簡単に一見すると、実際に刺されときに使用される大規模な-規模なエンタープライズアプリケーションは、非常にバギーに言及しないようにします。 However he insisted and suggested I was probably losing my impartiality in not giving it a serious look.しかし彼は主張と提案私は、おそらく私の公平性を失うことを深刻な表情を与えない。 He thought that C# was the next big thing (with .NET) solely because it had the support ofMS.彼は考えてC #のは、次の大げさなことで(おです。当期純)のみのサポートofmsていたためです。 So I decided to take-up a small project in C# and get the ball rolling.だからアップを取ることを決めたの小さなプロジェクトにC #と入手してボールを転がしています。 Overall as you all know the languages are very similiar.全体としてあなたのすべてを知っている言語は、非常によく似ています。 I felt setup was more complex with C#, and overall the development & debugging were more cumbersome than Java.セットアップはもっと複雑なと感じたC # 、および全体の開発&デバッグがJavaよりもっと面倒です。 Performance wise, it looked to be slower with real-world applications.パフォーマンスの賢明な、それが遅くなるの眼差しが現実世界のアプリケーションに最適です。 Off course and then there is always the fear of getting stuck to a single vendor.オフコースと入力し、就学許可証の恐怖には常に〜に執着して、 1つのベンダです。 Overall for the simple project I felt both were more-or-less equivalent.全体のは、単純なプロジェクトと感じたの両方が他-または-少ない等価です。 However given a choice I would still choose Java.しかし私はまだ与えられた選択のJavaを選択します。 Interestingly Later on my friend commented that he felt that MS is losing traction of the market-place with their .NET strategy and maybe just maybe his perceptions was incorrect.私の友人へのコメントが興味深いことを感じて彼を失うmsは、市場のけん引位にします。当期純戦略と、おそらくもしかしたら彼の認識は間違っています。
Here's an old debate onここでの議論を、古い VB versus Java VBの対ジャワ , where all I did was tried to console a poor folk who had to switch from Java to VB programming. 、ここでは、すべて私は非常に悪い民俗whoしようとコンソールに切り替えるのはJavaからVBのプログラミングです。
Filed under提出されて .NETです。当期純 , 、 Java Software Javaソフトウェア , 、 Microsoftマイクロソフト , 、 Technology技術 | |
| |
RSS 2.0 RSS 2.0を | |
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




































October 13th, 2004 at 5:20 am 2004年10月13日は5:20アム
Compiler options - Java and C# コンパイラオプション-J avaやC #
To generate debugging information in Java we need to use the following compiler option :デバッグ情報を生成するJavaで私たちは、次のコンパイラオプションを使用する必要があります:
March 11th, 2005 at 5:46 pm 2005年3月11日5:46 pmの
[...] ed in ComputerWeekly article titled “C# goes head to head with Java” from my article on our .Net experience. [...]エドComputerWeekly -記事のタイトルは" C #のが頭から頭をJ avaの"私の記事を私たちからです。当期純経験です。 A Java user’s view of C# Angsuman Chakraborty is chief software architect at Calif [...]は、 JavaのユーザーのビューをC #でのAngsuman Chakrabortyチーフソフトウェアアーキテクトでは、 calif [...]
June 29th, 2005 at 8:16 am 2005年6月29日は午前8時16時
I’m very familiar with both languages.私は両方の言語に精通しています。 C# without exageration is basically a clone of Java. C #をなしexagerationは、基本的にクローンのJavaです。 Of course MS tried to improve it, in a lot of cases successfully, based on years of experience with Java.もちろん、ミシシッピ試みたを向上させることは、多くの場合、正常に、長年の経験に基づいて、ジャワのです。 They did not get everything right, though.すべての権利取得ていないけどね。 Just look at their collection classes.だけ見ても、コレクションクラスです。 There’s no good way to get a thread dump to date.良い方法はありませんスレッドのダンプを日付を取得するにします。 Some of their exceptions are very informative, such as “Generic GDI+ Error” :).いくつかの例外は非常に有益など、 "汎用的なGDI +のエラーが発生" : ) 。 Their DataTable construct works horribly IMO.彼らの作品恐ろしくIMOのDataTableを構築します。 Making properties part of the language is nice on the surface, but error prone (pretty easy to get into an infinite recursion, especially with VS.NET.) Making events part of the language is good, but did they do it right?メーカーのプロパティ部分の表面上のニースの言語は、しかし、エラーが発生傾向(かなり簡単に入るの無限再帰、特にvs.net 。 )メーカーのイベントの一部の言語ものは良いが、かれらは正しいことですか? It’s not transparent.それは透明になります。 Is it adding a handler to a collection as weak reference or not?ハンドラを追加することはしてコレクションとして弱いリファレンスかどうかですか? Removing a handler looks ugly, but it has to be done — I’m afraid many C#ers don’t.醜いを削除するハンドラは、それにするには-私は恐れていない多くのC #を行いました。
I could go on.私が行くです。
– -
XAMJ xamj
February 7th, 2006 at 3:35 pm 2006年2月7日は3:35 pmの
that is informative jose.ホセは有益です。 I agree with charaborty私に同意charaborty
and you.とします。
I love Java as you guys do.皆さんのJavaとして大好きです。 The feel of it just amazing for me.驚くべきことだけを感じるのは私です。 I came across Java in 2001.全体のJavaは2001年に来ています。 I had made some VB6 software by then, tried VB.net and C# in 2003, but to me Java is the best.私はソフトウェアのためにいくつかvb6を入力し、 vb.netとC #しようと2003年には、しかし私のJavaのは最高だ。
March 23rd, 2008 at 6:02 am 2008年3月23日は6:02アム
hey am doin ma project in GRID… i hav a problem i want to get de values from de console…to ma database(MSACESS)…n then i have to compare those values..マサチューセッツでプロジェクトをおいアムdoinグリッド…私の問題havデの値を取得したい…をよりdeコンソールマサチューセッツデータベース( msacess ) … n入力し、私はこれらの値を比較する.. so can u guys help me out….缶uの人に助けてくれないかな… 。