C#

Get help on programming - C++, Java, Delphi, etc.
Post Reply
TheAlteredState
Registered User
Posts: 851
Joined: 04 Oct 2004, 02:00
Location: Kobol

C#

Post by TheAlteredState »

I was just wondering what I could use to compile my C# code?
Someone told me I could do it in word pad..... though that doesn't sound right to me!
Significantly different from a normal waking beta wave state!
jee
Registered User
Posts: 19336
Joined: 03 Jun 2003, 02:00
Location: a hole so deep...

Post by jee »

C# Compiler and Editors

.NET SDK Beta 1 release of Microsoft's new platform, .NET, incorporated with C# command line compiler. You must have to install .NET SDK to run a C# program. Once you install .NET SDK, you can write your C# program in any text editor including notepad, wordpad or Visual Studio. There are some third party editors are available in the market too. Some of them are free. Check out tools section of C# Corner
C#corner
"Integrity" and "integer" both contain a Latin root meaning "whole; complete." The root sense, then, is that people may be said to be acting with integrity when their beliefs, words, and actions have a sense of unity or wholeness.
TheAlteredState
Registered User
Posts: 851
Joined: 04 Oct 2004, 02:00
Location: Kobol

Post by TheAlteredState »

Oh! okay! Now I need the .Net SDK
Significantly different from a normal waking beta wave state!
Garret
Registered User
Posts: 826
Joined: 18 Feb 2004, 02:00
Location: Johannesburg

Post by Garret »

it would be a bit hard trying to compile a .net language without a .net compiler.

try this : csc.exe <args - being your .cs files, references and output>

good luck.
wit_skapie
Moderator Emeritus
Posts: 6866
Joined: 12 Dec 2003, 02:00
Location: JHB
Contact:

Post by wit_skapie »

Wassup,

Have a look at Sharp Develop

It's an open source environment for writing C#, it looks exactly like Visual Studio .Net. You need to have the .Net framework installed before using it.
It's quite small too - i think about 6 MB...
:D
Uranium
Registered User
Posts: 275
Joined: 30 Apr 2003, 02:00

Post by Uranium »

The command line compiler comes with the .Net framework, not the framework SDK.
UR@|\|1U|\/|
My PC:
AMD Athlon64 3500+
2GB DDR400 RAM
GeForce 6800GT 256MB
120 GB SATA HDD
Garret
Registered User
Posts: 826
Joined: 18 Feb 2004, 02:00
Location: Johannesburg

Post by Garret »

Uranium : that is correct, apologies if I was not clear.
Uranium
Registered User
Posts: 275
Joined: 30 Apr 2003, 02:00

Post by Uranium »

Just clarifying, as the SDK is a ~110MB download, and i'd hate to have to wait for that to find out that i already had the compiler.
UR@|\|1U|\/|
My PC:
AMD Athlon64 3500+
2GB DDR400 RAM
GeForce 6800GT 256MB
120 GB SATA HDD
TheAlteredState
Registered User
Posts: 851
Joined: 04 Oct 2004, 02:00
Location: Kobol

Post by TheAlteredState »

Has anyone done this book:

http://www.samspublishing.com/ShowCover ... 22X&type=a

I'm looking for questions on it or something that I can test myself with.

I'm writing exams on it.

But if there are none, any other C# questions would be nic! :)
Significantly different from a normal waking beta wave state!
morgana
Registered User
Posts: 699
Joined: 17 Feb 2006, 02:00
Location: South Africa

Post by morgana »

are there any jobs in joburg for graduate c# developers? i've been googling for way too long now
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

morgana wrote:are there any jobs in joburg for graduate c# developers? i've been googling for way too long now
Google doesn't know JHB. :wink:

Contact a placement agency, and have them look for you.
You can also buy the jobmail and go through there.

There are however very few jobs for entry level Developers, and you probably won't get too much to start with. But you've gotta work your way up.

I'll PM you some details.
Image
Post Reply