how to start the ide

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to .net world, i downloaded sdk 1.1 and installed on my window 2000 PC (sp 4). my question is how do I start the IDE to start writing the code. Thanks in advace.
 
Hello

If you just have the SDK, you only have the compilers. You have to manually write and compile code. You can get a 90 day evaluation edition with many books, or if you are a student you may be able to get a free copy. You could also download the WebMatrix. I am not very familiar with WebMatrix but that may be a quick fix

I know this is not the answer you were looking for but I hope it was helpful

Jeffrey Grizzl
MCT, MCSD.Net, MCSD, A+
 
If you just have the SDK, you only have the compilers. You have to
manually write and compile code.
You can get a 90 day evaluation edition with many books, or if you are a
student you may be able to get a free copy.

I think this means a free eval copy of Visual Studio.NET 2003. If not, this
would be what you want anyway, to program asp.net. You could also try
Dreamweaver or something like that and see how that ties in with asp.net (I
don't know, but it's worth a try).
You could also download the WebMatrix. I am not very familiar with
WebMatrix but that may be a quick fix.

Yep, that's another option.

There's also Borland's C# Builder (has a free personal edition version) or
Borland's Delphi8.Net.

Lauchlan M
 
Back
Top