Groups | Blog | Home
all groups > dotnet sdk > september 2003 >

dotnet sdk : Build Tools for .NET applications


skumar_natarajan
9/29/2003 1:04:06 AM
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.

Dave
9/29/2003 4:27:13 AM
There's a free tool called BuildIt available in source code form that you
can modify if/as needed to suit your particular needs. I've heard that MSFT
will be coming out with their own command line build program.

[quoted text, click to view]

Jay B. Harlow [MVP - Outlook]
9/29/2003 8:10:59 AM
In addition to the others comments.

Not sure if you do not want to use VS.NET because: a) its VS.NET b) $$ or c)
its an IDE.

However for free IDEs there are Web Matrix & Sharp Develop.

http://www.asp.net/webmatrix/

http://www.icsharpcode.net/opensource/sd/

I know Sharp Develop has a build facility, while the first is a good IDE for
ASP.NET pages.

Hope this helps
Jay

[quoted text, click to view]

Marc Scheuner [MVP ADSI]
9/29/2003 1:49:28 PM
[quoted text, click to view]

FinalBuilder - It's GUI and command-line, and offers all you could
ever ask for:

http://www.atozedsoftware.com/finalbuilder/

Highly recommended - I use it all the time and I'm extremely happy
with it.

Marc

================================================================
Marc Scheuner May The Source Be With You!
Shaji
9/29/2003 2:47:11 PM
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


[quoted text, click to view]

Parag Paithankar
9/29/2003 2:50:19 PM
Yes, NAnt is widely used and is pretty good. Try VisualBuild too.

Thanks,
Parag/-

[quoted text, click to view]

AddThis Social Bookmark Button