Alternatives to visual studio .net ?

  • Thread starter Thread starter abu
  • Start date Start date
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
 
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
 
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
 
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.
 
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!
**********************************************************************
 
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!
**********************************************************************
 
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
 
Back
Top