Groups | Blog | Home
all groups > c# > august 2004 >

c# : Compile C# Class without VS 2003



Ed_P.
8/7/2004 10:49:02 PM
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!

I have been searching the net for this application I once saw that will
allow you to create a c# class and then compile it! I forgot what the name
of it was but I know that it's available out there! Can anyone tell me the
name of the application and where to download it at?

Thanks in advance!
Ed_P.
8/7/2004 11:17:01 PM
I just found what I was looking for, anyone interested go to this page:
http://davidhayden.com/blog/dave/archive/2004/05/26/277.aspx

[quoted text, click to view]
Mike Schilling
8/8/2004 9:39:44 AM

[quoted text, click to view]

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.

AddThis Social Bookmark Button