MS Visual Studio .NET && C# ???

Status
Not open for further replies.

pag_floyd

Broken In
I don't have MS Visual Studio .NET , but I want to work on C# ....... is it possible without installing the former? Also, ASP.NET !!!
 

walking-techie

Journeyman
install .net framework.. free download.. or available on digit cds

open notepad.. write c# programs.. save text file with <filename.cs> extension

open command prompt.. travese to the dir where u saved the file
type
cs <filename>

mind u i thnk it only works for console based applications
 

sudhir_mangla

Broken In
try the free open source IDE SharpDevelop

it is a free IDE for C# and VB.NET projects on Microsoft's .NET platform.
check it from following url

Code:
*www.icsharpcode.net/OpenSource/SD/
 
OP
P

pag_floyd

Broken In
thanks a lot......... I have Windows XP Home...... I came to know that HOME doesn't support some fetures of .NET.... what all r they??
 
Status
Not open for further replies.
Top Bottom