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

Status
Not open for further replies.

pag_floyd

Broken In
Joined
Jul 29, 2004
Messages
21
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
Joined
Aug 9, 2004
Messages
190
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
Joined
Jan 17, 2005
Messages
71
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
Joined
Jul 29, 2004
Messages
21
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??
 

sudhir_mangla

Broken In
Joined
Jan 17, 2005
Messages
71
Most of them would be related to ASP.NET.

According to MSDN

Visual Studio .NET 2003 does not support creating ASP.NET Web applications or ASP.NET XML Web services when using Windows XP Home Edition.
 
Status
Not open for further replies.
Top