Newbie: Can i develop application with just the dot.net SDK?

  • Thread starter Thread starter ARlindo CArvalho
  • Start date Start date
A

ARlindo CArvalho

Hi,
I a newbie and I can not afford the visual studio package
so I would like to know if it is possible to use the
freely available dot.net sdk to develop sample
applications?

Best REgards,
Arlindo Carvalho
(e-mail address removed)
 
ARlindo CArvalho said:
Hi,
I a newbie and I can not afford the visual studio package
so I would like to know if it is possible to use the
freely available dot.net sdk to develop sample
applications?

Yes, that's possible. The SDK comes with command line
compilers, so you can use Notepad to write your code and
then switch to a command line window to invoke the compiler.

You may want to check out SharpDevelop, a free open-source
IDE similar to VS.NET. You can find it here:
http://www.icsharpcode.net/opensource/sd/

HTH
Markus
 
I cannot afford Visual Studio as well and I'm finding that Sharpdevelop is
working just fine for me. I'm fairly new to C# as well
 
Also, If you want to code ASP.NET you can download the
free ASP.NET Web Matrix tools which has all you need to
code ASP.NET with.

Richard
 
and there is web matrix on http://www.asp.net to do ASP.NET programming.
I used to hate web development but gave a try to ASP.NET recently, and I was
quite pleasantly surprized :-)
 
Back
Top