What's an example of a possible application that can be made with .Net?
What's a current example of an application using .Net?
Name:
Anonymous2005-04-01 13:24
Languages don't take long to learn, and some take longer to master than others.
Language wars are for noobs. Use a specific programming language for a specific task.
Ever try running some java source through a JIT compiler? I doubt you'll be saying its slow after that.
Java is normally an interpreted language (unless run through a JIT). That will always lead to slow responsiveness.
I've seen some very good, scalable C# projects. The first one that comes to my head was this one Ultima Online server (In Por Ylem). It ran exceptionally well. I haven't played for awhile, but considering it had 1000+ users on one machine (Intel P4) and the lag was negligable, I was impressed.