PC Review


Reply
Thread Tools Rate Thread

how do i get started with c#?

 
 
Jason
Guest
Posts: n/a
 
      11th Dec 2003
I want to start programing in C#. I have downloaded and
installed the .net 1.1 redist runtime and the 1.1 sdk. I
also made a helloworld.cs file. What do I do next? I
cannot find the c# compiler. Do I have to buy something
to get started? are their "free" compilers out their that
I can get started with?
 
Reply With Quote
 
 
 
 
William Ryan
Guest
Posts: n/a
 
      11th Dec 2003
seach for csc.exe that's the compiler. However, since C# is case sensitive,
shell out the money for the C# ide or use SharpDevelop
http://www.icsharpcode.net/OpenSource/SD/ which is free. You can't be very
productive without a good IDE. But technically speaking, if you have the
SDK and the framework installed, you can compile from CSC.exe

HTH,

Bill
"Jason" <(E-Mail Removed)> wrote in message
news:00a901c3bfa5$67337340$(E-Mail Removed)...
> I want to start programing in C#. I have downloaded and
> installed the .net 1.1 redist runtime and the 1.1 sdk. I
> also made a helloworld.cs file. What do I do next? I
> cannot find the c# compiler. Do I have to buy something
> to get started? are their "free" compilers out their that
> I can get started with?



 
Reply With Quote
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      11th Dec 2003
William Ryan <(E-Mail Removed)> wrote:
> seach for csc.exe that's the compiler. However, since C# is case sensitive,
> shell out the money for the C# ide or use SharpDevelop
> http://www.icsharpcode.net/OpenSource/SD/ which is free. You can't be very
> productive without a good IDE. But technically speaking, if you have the
> SDK and the framework installed, you can compile from CSC.exe


While I wouldn't start writing a fully-fledged app without an IDE, I do
quite a lot of my C# programming without one - for almost all the posts
which involve code (either me writing some test code, or running test
code written by someone else) I just use a simple text editor. Being
case sensitive doesn't bother me - the main benefits of an IDE from my
point of view are Intellisense, debugging, and a simple way to manage
multiple files.

--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PowerPt hangs when started directly but not when started via PP fi Terry Microsoft Powerpoint 1 9th Apr 2008 10:50 AM
automatic started services are not started =?Utf-8?B?TGVv?= Windows XP General 1 16th Mar 2007 09:56 AM
When Windows XP Pro is started Outlook is automatically started a. =?Utf-8?B?TWlrZSBVSw==?= Microsoft Outlook Installation 0 22nd Apr 2005 05:48 PM
Need help getting started phreud Microsoft Excel Programming 0 18th Nov 2004 12:45 PM
xp sp1, netlogon services not started due to workstation Services not Started jl Windows XP Help 1 8th Jan 2004 10:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:24 AM.