Alternative Enviroment

  • Thread starter Thread starter Ariel
  • Start date Start date
Ariel,
In addition to SharpDevelop, there is always Notepad.exe or any of the many
other text editors out there.

You can then use vbc.exe to compile your source files.

vbc.exe is normally found in:

\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Or:

\WINDOWS\Microsoft.NET\Framework\v1.0.3705

Depending on if you are using .NET 1.1 or .NET 1.0 respectively.

I believe ANT and other open source "make" systems can easily be used with
VB.NET.

If you are only doing web projects, you can use Web Matrix,
http://www.asp.net/webmatrix/default.aspx.

Hope this helps
Jay
 
Back
Top