Implimenting C sharp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Parul Bagadia
    New Member
    • Mar 2008
    • 188

    Implimenting C sharp

    Hello ppl,
    I'm totally new to C#, i want to begin implementing programs in C#,.but right now i checked for Visual Studio.NET and its not there in my pc.
    Is there any other IDE or sth where we can impliment C#?
    For ex. in case of C we can impliment it in different IDEs like Turbo C, Borland..
    Microsoft Visual C++...
    Which is the most recommended stuff for C# to get going?
  • Parul Bagadia
    New Member
    • Mar 2008
    • 188

    #2
    I guess everybody out here is coding in C#..so you must be knowing where you write ur code and how u compile it!..Please let me know options for it.

    Comment

    • Bassem
      Contributor
      • Dec 2008
      • 344

      #3
      Hello Parul,
      You want to develop dot net applications .. Welcome to Microsoft !!
      Under the umbrella of dot net will be capable of implementing with many languages one of them c#, you can use Microsoft IDE Visual Studio, or you can use an editor to type your code then compile it using the SDK and sure in the editor you'll have no intellisense.

      In VS you'll have many tools, I prefer Class Diagram Designer, so don't look away ! and as you are new -like me- you don't have to.

      Regards,
      Bassem

      Comment

      • nukefusion
        Recognized Expert New Member
        • Mar 2008
        • 221

        #4
        Well, if you haven't got Visual Studio .NET already and you're just starting out, I'd recommend downloading the Express editions. They're free and suprisingly complete versions of the full edition. You don't get some of the more advanced bells and whistles but you won't need them at your stage.

        C# Express Edition

        There are also some open-source offerings out there:

        Sharp Develop

        Comment

        • Parul Bagadia
          New Member
          • Mar 2008
          • 188

          #5
          Thanks a lot; but on C# express edition the hyperlink given above; it's only of some 2mbs....but it cant be so less if am not wrong..
          can it be so small in size?..

          Comment

          • RedSon
            Recognized Expert Expert
            • Jan 2007
            • 4980

            #6
            Thats not a link to download its a link to the webpage talking about C# express. Go there and then download.

            You can use the Web Install or download the whole DVD and install it that way.

            Comment

            • Parul Bagadia
              New Member
              • Mar 2008
              • 188

              #7
              Originally posted by RedSon
              Thats not a link to download its a link to the webpage talking about C# express. Go there and then download.

              You can use the Web Install or download the whole DVD and install it that way.
              yaeh, i did the same thing, i went there and opened the download section where visual c# express provided for downloading is of some 2mbs.

              Comment

              • nukefusion
                Recognized Expert New Member
                • Mar 2008
                • 221

                #8
                Originally posted by Parul Bagadia
                yaeh, i did the same thing, i went there and opened the download section where visual c# express provided for downloading is of some 2mbs.
                Yes, the 2mb download is just the initial download/installer application. This is the way the express edtion installs work.

                Download and run it and a little application will pop-up that determines the components you need and then downloads/installs them for you.

                Comment

                • Curtis Rutland
                  Recognized Expert Specialist
                  • Apr 2008
                  • 3264

                  #9
                  It's called an online installer. A short initial download, and then the installer app will download the rest of the data for installation.

                  EDIT: However, if you prefer to download it all first, there is a link at the bottom to download a DVD ISO file that contains all the Express edition products.

                  Visual C# Express is the very best way to get into C# programming for free.

                  Comment

                  Working...