A descent C# editor?

  • Thread starter Thread starter Kappa
  • Start date Start date
K

Kappa

Hello

Can anybody tell me a descent editor for C#, that can do indntation
and highlighting or at the most let me compile from the editor. I am
at the early stage of learning C# syntax, so a simple editor is fine
like jEdit for Java.

any useful suggestions will be welcome.

Thanks

Kappa
 
If you want something very lightweight then the SnippetCompiler is very nice

http://www.sliver.com/dotnet/SnippetCompiler/

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

Hello

Can anybody tell me a descent editor for C#, that can do indntation
and highlighting or at the most let me compile from the editor. I am
at the early stage of learning C# syntax, so a simple editor is fine
like jEdit for Java.

any useful suggestions will be welcome.

Thanks

Kappa
 
C# Express isn't free. The beta is freely downloadable, but AFAIK it has a
timebomb, and the final release will not be free.

Jon
 
Back
Top