Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 16th, 2005, 6:09 AM   #1
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
C# ...how's it?

It might surpise you, as to what kind of title is this...

But this semester (Semester VI..oh I know..you are not interested...) I am supposed to learn C#..

Questions!!!!

1) Is it very much similar ?? (begins with public static void main (String args []???)

2) Does it have libraries/include files similar to that of Java (built in???)

3) Where can I find a compiler for C# for Windows (Free) and even for Redhat Based Linux ?

4) Does C# having a lot of other stuff like Swing, Awt, beans and stuff...

5) The best books for it

6) The best websites (ofcourse PF...but providing theory details...datatypes..:-? ..and please...other than Microsoft.com. It is implied ..I know it!)
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Nov 16th, 2005, 7:00 AM   #2
InfoGeek
Professional Programmer
 
InfoGeek's Avatar
 
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4 InfoGeek is on a distinguished road
Quote:
Originally Posted by java_roshan
1) Is it very much similar ??
Very much similar to what?
and yes, 1 question mark is enough.
__________________
PFO - My daily dose of technology.
InfoGeek is offline   Reply With Quote
Old Nov 16th, 2005, 7:08 AM   #3
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
Quote:
Originally Posted by java_roshan
It might surpise you, as to what kind of title is this...

But this semester (Semester VI..oh I know..you are not interested...) I am supposed to learn C#..

Questions!!!!

1) Is it very much similar to Java?? (does it also begin with public static void main (String args []???)

2) Does it have libraries/include files similar to that of Java (built in???)

3) Where can I find a compiler for C# for Windows (Free) and even for Redhat Based Linux ?

4) Does C# having a lot of other stuff like Swing, Awt, beans and stuff...

5) The best books for it

6) The best websites (ofcourse PF...but providing theory details...datatypes..:-? ..and please...other than Microsoft.com. It is implied ..I know it!)

Oops I missed something out..there...
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Nov 16th, 2005, 7:21 AM   #4
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
1) It goes a little like this, but the idea is the same:
static void Main(string[] args)

2) You bet
using System;
using System.IO;
using System.Net;
using System.Windows.Forms;
using System.Collections;
etc

3) Look for SharpDevelop... its free and you can code C# and VB.Net (under windows). You will need Mono if you want to code C# in Linux.

4) C# is loaded.

5) I have C# Bible, C# .Net Black Book, C# Programming, and C# A Programmer's Introduction... all are good.

6) Google.com
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Nov 16th, 2005, 9:09 AM   #5
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
Quote:
Originally Posted by Infinite Recursion
1) It goes a little like this, but the idea is the same:
static void Main(string[] args)

2) You bet
using System;
using System.IO;
using System.Net;
using System.Windows.Forms;
using System.Collections;
etc

3) Look for SharpDevelop... its free and you can code C# and VB.Net (under windows). You will need Mono if you want to code C# in Linux.

4) C# is loaded.

5) I have C# Bible, C# .Net Black Book, C# Programming, and C# A Programmer's Introduction... all are good.

6) Google.com
Thanks for cute little information IR...Sir
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Nov 16th, 2005, 9:13 AM   #6
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
C# is a great language and thanks to mono it's cross platform!
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Nov 19th, 2005, 6:09 AM   #7
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
IR ...Sir, I have read in the Complete Reference Book of C#, that generally, programmers prefer the declaration of the Main() as public. And, most who use C# for commercial projects work with Visual Studio IDE...and the examples cited in that have Main() declared with public
I may have to use the same, in our college computer lab as we have Visual Studio installed!

Also, C# is better suited for the .Net Environment..is what I have read..
What I am interested to know is ....
Can C# be run on computers with no .Net Environment (though I have even read this too..) but on computers with GNU/Linux?
Secondly, are there "CLR" and "JIT compilers" available for free or are they just native MICRO$OFT...
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Nov 19th, 2005, 6:49 AM   #8
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Quote:
Originally Posted by java_roshan
IR ...Sir, I have read in the Complete Reference Book of C#, that generally, programmers prefer the declaration of the Main() as public. And, most who use C# for commercial projects work with Visual Studio IDE...and the examples cited in that have Main() declared with public
True. Use public static void Main.

Quote:
Originally Posted by java_roshan
Also, C# is better suited for the .Net Environment..is what I have read..
Better suited compared to what, exactly? C# is designed for the .NET language, as is Visual Basic .NET, J#, and, to a lesser extent, C++ .NET.

Quote:
Originally Posted by java_roshan
Can C# be run on computers with no .Net Environment (though I have even read this too..) but on computers with GNU/Linux?
Secondly, are there "CLR" and "JIT compilers" available for free or are they just native MICRO$OFT...
Check out Mono. Many C# applications can be run in Linux using it.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Nov 19th, 2005, 8:06 AM   #9
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
Quote:
Better suited compared to what, exactly?
this meant whether, it cud be run on Windows not having the .NET environment..and is fruitful with .NET env. installed!
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Nov 19th, 2005, 10:16 AM   #10
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
Infinite Recursion, thanks i have been having a BIG problem with my visual studio .net install.... so finding out about SharpDevelop was a golden ticket.... i cannot thank you enough
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:46 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC