[quoted text, click to view] "Ed_P." <EdP@discussions.microsoft.com> wrote in message
news:0C85893D-D8DD-41C8-BA52-66704596C0DA@microsoft.com...
> I want to compile a simple c# class file without having to create project
in
> visual studio .net...I know that I can use sharpdevelop, but I don't need
all
> of it's fancy features, I just want a simple program that allows you to
write
> a c# class and then compile it!
Any text editor can create a C# program. You can compile it with csc.exe,
which comes with the .NET framework. If your build becomes more complex,
and you want to automate it, you can use ANT or NANT, both of which are free
for downloading.