473,387 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

how do i get started with c#?

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?
Nov 22 '05 #1
2 963
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" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
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?

Nov 22 '05 #2
William Ryan <do********@nospam.comcast.net> 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 - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Mark Fisher | last post by:
I have a Java desktop GUI application that the user can run multiple times. In order to keep one instance of the application distinct from another, I'd like to put the instance number of the...
13
by: Deepak Sarda | last post by:
Hello everyone. I have run into something which I believe is a bug or a shortcoming of the threading.Thread module. My program spawns 15 threads. For this I've creating a new class with...
80
by: Bibby | last post by:
Hi, I'm interested in getting started in the programming world. I've dabbled in C, C++ and VB6. Which would be the best language to focus my attention to regarding the following considerations: ...
3
by: DAMAR | last post by:
Hello Is it possible to know when a particular process started? For example: I have such situation: I need to know when a notepad.exe is started - i need to get an event of starting this...
0
by: Bob | last post by:
We have an ivr outcall application that starts calling customers at a certain time every day automatically at a predetermined time to advise those expected to receive delivery next day that their...
2
by: bz | last post by:
Hi, I need to detect at runtime if the application was started from VS 2005. Is it possible? Also, how can I know at runtime of app is built for Debug or Release? Thanks
4
by: Benjamin Hell | last post by:
Hi! I wonder whether there might be a way to find out how a Python program was started (in my case in Windows): By double clicking the file or by calling it on the "DOS" command line prompt. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.