Alternatives to visual studio .net ?

A

abu

Hi all,

I was wondering are there any free IDE's for .net development in particular
aspx ? I really like Visual Studio, but can't stump up the cash at the
moment for it.

Thanks,

-A
 
J

Jan Tielens

http://www.icsharpcode.net/OpenSource/SD/Default.aspx

#develop (short for SharpDevelop) is a free IDE for C# and VB.NET projects
on Microsoft's .NET platform. It is open-source (GPL), and you can download
both sourcecode and executables from this site. In addition, you can find
the latest information and changes on #develop, as well as get in touch with
the team in the forum.


--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
G

Guest

SharpDevelop has NO debugger.



Jan Tielens said:
http://www.icsharpcode.net/OpenSource/SD/Default.aspx

#develop (short for SharpDevelop) is a free IDE for C# and VB.NET projects
on Microsoft's .NET platform. It is open-source (GPL), and you can download
both sourcecode and executables from this site. In addition, you can find
the latest information and changes on #develop, as well as get in touch with
the team in the forum.


--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
J

Jeff Gaines

Hi all,

I was wondering are there any free IDE's for .net development in particular
aspx ? I really like Visual Studio, but can't stump up the cash at the
moment for it.

Thanks,

-A

Borland offer a free download of the personal edition of C# builder,
not sure how comprehensive it is.
 
C

Cowboy \(Gregory A. Beamer\)

Open source, there is SharpDevelop (www.icsharpcode.com - or find files on
SourceForge).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
C

Cowboy \(Gregory A. Beamer\)

True, but you can use the CLR debugger for debugging, if you are stuck on
this front. Not the easiest solution, but certainly the cheapest, which is
the posters goal. ;->

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
P

Phil Crosland

I use the borland c# builder free download & find it very good. it imports
Visual studio projects perfectly and is all round a polished product.

Phil Crosland
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top