C # installation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ganga

    C # installation

    Hi,

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

    Rgds,

    Ganga


  • Glenn

    #2
    Re: C # installation



    "Ganga" <gangadharan_76 @hotmail.comwro te in message
    news:O5YK9e29GH A.4464@TK2MSFTN GP02.phx.gbl...
    Hi,
    >
    I m new for c # pls help how to install c# in my machine
    >
    Rgds,
    >
    Ganga
    >

    Comment

    • Michael Nemtsev

      #3
      RE: C # installation

      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


      "Ganga" wrote:
      Hi,
      >
      I m new for c # pls help how to install c# in my machine
      >
      Rgds,
      >
      Ganga
      >
      >
      >

      Comment

      • Lionel Pinkhard

        #4
        Re: C # installation

        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

        Ganga wrote:
        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.
        Join hundreds of millions of others & get free antivirus for PC, Mac, & Android. Surf safely with our VPN. Download Avast!

        >
        >
        >

        ---
        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.
        Join hundreds of millions of others & get free antivirus for PC, Mac, & Android. Surf safely with our VPN. Download Avast!




        Comment

        • Hessu

          #5
          Re: C # installation

          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
          >
          Ganga wrote:
          >Hi,
          >>
          >I m new for c # pls help how to install c# in my machine
          >>
          >Rgds,
          >>
          >Ganga
          >>
          >>

          Comment

          Working...