C # installation

  • Thread starter Thread starter Ganga
  • Start date Start date
G

Ganga

Hi,

I m new for c # pls help how to install c# in my machine

Rgds,

Ganga
 
There is no just C# install, because C# is a language that request some
runtime to be executed.
..NET Framework is such a framework that runs C# and other managed languages.
Go to the microsoft.com and type ".NET 2.0 Redistributive" - it's everything
u need to run your C# apps.
If u need to develop on C# u need either .NET SDK (that includes command
line compiler csc.exe) or Visual Studio - grafical IDE to develop your sites.

As Glen noted the easiest case - use VS Express that is free for use
--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
I don't understand question very well, but if I'm not mistaken:

1. Put VS2005 CD in drive
2. Follow instructions on screen and where language options are given
make sure C# is selected.

Lionel
Hi,

I m new for c # pls help how to install c# in my machine

Rgds,

Ganga




---
avast! Antivirus: Inbound message clean.
Virus Database (VPS): 0643-2, 2006/10/24
Tested on: 2006/10/24 04:53:07 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0643-2, 2006/10/24
Tested on: 2006/10/24 04:53:57 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com
 
Turbo c# is also free

Lionel Pinkhard kirjoitti:
I don't understand question very well, but if I'm not mistaken:

1. Put VS2005 CD in drive
2. Follow instructions on screen and where language options are given
make sure C# is selected.

Lionel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top