Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi ,
in my system i dnt have V.S but i have net facility so i want to practice c#,ASp so how to any site providing this facility send url please
thank you in advance
Posted

You can install a lot of free tools:

Visual Studio Express[^]

SharpDevelop[^]

MonoDevelop[^]

Just to name a few of the bigger name ones...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 29-Sep-13 1:59am    
That's right, my 5.
There is one more approach: 1) text editor, 2) HTTP server supporting .NET. 3) .NET Framework or Mono, both comes for free.
—SA
LinqPAd should help you. You can write and run code right in the LinqPad editor.
It lets you practice all the LINQ, but also allows you to write complete C# routines and programs. Great stuff created by the authors of C# In A Nutshell

Get it at: http://LINQPad.net
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900