You can use note pad for writing code and can be compiled using commandline
tools. csc.exe is the compilor for C# and vbc.exe is for VB.Net. You can
see this tools in the installation folder of dotnet framework in your
machine.
Regards,
Shaji.
www.DotNetMe.com
"skumar_natarajan" <(E-Mail Removed)> wrote in message
news:1705f01c38660$4102f0c0$(E-Mail Removed)...
> Im new to .NET (heavy Java background). I was wondering
> if there are any command line build tools used
> specifically for .NET applications. My application
> consists of ASP.NET pages and back-end components.
>
> I dont want to use Visual Studio .NET.
>
> I was looking at NAnt, but Im not sure if that is what
> everyone uses.
>
>