Click here to Skip to main content
15,888,802 members
Home / Discussions / C#
   

C#

 
Questioncd-rom write operation Pin
Aisha sharma15-Mar-11 2:00
Aisha sharma15-Mar-11 2:00 
AnswerRe: cd-rom write operation Pin
OriginalGriff15-Mar-11 2:14
mveOriginalGriff15-Mar-11 2:14 
AnswerRe: cd-rom write operation Pin
JP_Rocks27-Mar-11 0:28
JP_Rocks27-Mar-11 0:28 
Rantdetect the change of the tabs in a browser Pin
moums15-Mar-11 0:00
moums15-Mar-11 0:00 
GeneralRe: detect the change of the tabs in a browser Pin
Pete O'Hanlon15-Mar-11 0:06
mvePete O'Hanlon15-Mar-11 0:06 
GeneralRe: detect the change of the tabs in a browser Pin
moums15-Mar-11 0:25
moums15-Mar-11 0:25 
GeneralRe: detect the change of the tabs in a browser Pin
Pete O'Hanlon15-Mar-11 3:06
mvePete O'Hanlon15-Mar-11 3:06 
QuestionAshwin Pin
MaheshSharma14-Mar-11 23:06
MaheshSharma14-Mar-11 23:06 
First clearing that Java is two things Java language and Java Platform. Similarly .Net is two things the .Net supported languages and .Net Platform. Now come to major difference which is root cause of differences between Java and .Net
The ideal of Java has always been a Single language shared by multiple Platforms. Whereas .Net is based on Multiple languages shared by single Platform. Now come to derived differences from this major difference.

1).Net has Multilanguage support. While java has based on java language only. According to Microsoft latest news .Net support around 40 languages including major market share COBOL Vb.net C#.net Perl and many others.

2)Since java is multiplatform so it’s set of Framework Classes is limited to what is available on all platforms. While .Net has set of all the Classes available on Microsoft Platform.

3)According to Sun Java is renowned as “Write once run anywhere”. While .net has no such scene. But my perception is its not completely true to say “Write once run anywhere” but one aspect is that most of the applications written today focus on one platform only. Similarly to assure its multiple support much time needed to debug it on all platforms. So I would like to say Sun that it’s not “Write once run anywhere” but its “Write once and Debug everywhere.

4).Net due to disconnected data access through ADO.Net has hi level of performance against Java JDBC which requires multiple round trips to data base.

5)Java has support to open source platform while .Net has no direct support for Open source Platforms.


Java is a programming language designed to be run on many different platforms, and so uses a common language which has to be compiled and run on different platforms (eg. windows, mac and linux).
Microsoft, with their offering of .NET, takes on a different approach, by allowing you to program in any language you choose, but has compilers for many different languages that generates a platform specific code (i.e. Microsoft or Windows). Therefore, Java can be used to write programs for many different operating systems, and .NET can be used to make any programming language into a Windows program. This is all based on the original design goals of the programming language, and has both advantages and disadvantages over each other. For example, .NET would be good for integrating legacy code from different languages into a working program, when you don't want to re-write each piece of code into the same programming language. Both .NET and Java are otherwise object-oriented programming languages, with their obvious syntax differences
AnswerRe: Ashwin Pin
Eddy Vluggen14-Mar-11 23:10
professionalEddy Vluggen14-Mar-11 23:10 
QuestionRe: Ashwin Pin
Ravi Sant14-Mar-11 23:22
Ravi Sant14-Mar-11 23:22 
AnswerRe: Ashwin Pin
Luc Pattyn14-Mar-11 23:41
sitebuilderLuc Pattyn14-Mar-11 23:41 
GeneralRe: Ashwin Pin
fjdiewornncalwe15-Mar-11 3:24
professionalfjdiewornncalwe15-Mar-11 3:24 
AnswerRe: Ashwin Pin
Richard MacCutchan14-Mar-11 23:43
mveRichard MacCutchan14-Mar-11 23:43 
AnswerRe: Ashwin Pin
Pete O'Hanlon14-Mar-11 23:58
mvePete O'Hanlon14-Mar-11 23:58 
GeneralRe: Ashwin Pin
Eddy Vluggen15-Mar-11 9:48
professionalEddy Vluggen15-Mar-11 9:48 
AnswerRe: Ashwin Pin
Pravin Patil, Mumbai15-Mar-11 0:58
Pravin Patil, Mumbai15-Mar-11 0:58 
AnswerRe: Ashwin Pin
RobCroll15-Mar-11 1:28
RobCroll15-Mar-11 1:28 
GeneralRe: Ashwin Pin
OriginalGriff15-Mar-11 1:35
mveOriginalGriff15-Mar-11 1:35 
GeneralRe: Ashwin Pin
RobCroll15-Mar-11 2:12
RobCroll15-Mar-11 2:12 
AnswerRe: Ashwin Pin
Alan Balkany15-Mar-11 3:52
Alan Balkany15-Mar-11 3:52 
AnswerRe: Ashwin Pin
JP_Rocks27-Mar-11 0:29
JP_Rocks27-Mar-11 0:29 
Questionimapi2 or scsi for cd-rom Pin
Aisha sharma14-Mar-11 18:36
Aisha sharma14-Mar-11 18:36 
AnswerRe: imapi2 or scsi for cd-rom Pin
Ravi Sant14-Mar-11 21:48
Ravi Sant14-Mar-11 21:48 
AnswerRe: imapi2 or scsi for cd-rom Pin
JP_Rocks27-Mar-11 0:30
JP_Rocks27-Mar-11 0:30 
QuestionHow do i make an application thumbnail veiwer? Pin
DonRobb_414-Mar-11 8:26
DonRobb_414-Mar-11 8:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.