[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Build Tools for .NET applications

skumar_natarajan

9/29/2003 8:04:00 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.


5 Answers

Parag Paithankar

9/29/2003 9:20:00 AM

0

Yes, NAnt is widely used and is pretty good. Try VisualBuild too.

Thanks,
Parag/-

"skumar_natarajan" <skumar_natarajan@yahoo.com> wrote in message
news:1705f01c38660$4102f0c0$a601280a@phx.gbl...
> 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.
>
>


David Levine

9/29/2003 9:27:00 AM

0

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.

"skumar_natarajan" <skumar_natarajan@yahoo.com> wrote in message
news:1705f01c38660$4102f0c0$a601280a@phx.gbl...
> 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.
>
>


Shaji

9/29/2003 10:47:00 AM

0

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" <skumar_natarajan@yahoo.com> wrote in message
news:1705f01c38660$4102f0c0$a601280a@phx.gbl...
> 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.
>
>


Marc Scheuner [MVP ADSI]

9/29/2003 11:49:00 AM

0

>Im new to .NET (heavy Java background). I was wondering
>if there are any command line build tools used
>specifically for .NET applications.

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

http://www.atozedsoftware.com/fin...

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

Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch

Jay B. Harlow [MVP - Outlook]

9/29/2003 1:11:00 PM

0

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/...

http://www.icsharpcode.net/open...

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

Hope this helps
Jay

"skumar_natarajan" <skumar_natarajan@yahoo.com> wrote in message
news:1705f01c38660$4102f0c0$a601280a@phx.gbl...
> 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.
>
>