What do I need to program in C #?

-1

I use Delphi and need something similar to program a code like this: link

    
asked by anonymous 27.02.2015 / 00:44

2 answers

3

As you may have already noticed this language is the C # (in English ). It depends on a platform called .Net ( in English ) that has a great chance of already being installed on your computer. That is, to program in C # you do not need anything other than what you already have.

You'll probably want an IDE that you can program. The official C # IDE created by Microsoft is the Visual Studio ( in English ) and there is a totally free version called Community Edition . You can download, install and use it without worry.

Of course this is the easy part. Learning to use language, the whole platform, understanding what you are doing is a bit more complicated than that.

    
27.02.2015 / 00:53
-1

To download the Microsoft Visual Studio 2015 (no piracy, direct from the Microsoft website)

To study the language has these links ↓

Everyone is great, enjoy it !!

  • PAYMENT | DevMedia

    C # Basics

    Design Patterns with C #

    p>

    C # Advanced

    What's new in C # 6.0

    More courses in the .NET area (C #, ASP.NET and much more) more)

  • FREE | Microsoft

    C # Programming Guide

  • FREE | Caelum

    Complete C # handbook

  • FREE | eXcript

    C # Course

  • PAYMENT | Train Web

    C # Basic

  • As far as I know it's free | Fundação Bradesco

    C #

  • I've been doing a course with DevMedia for a long time now and I've never been disappointed. Always access the Microsoft documents behind help with some problem that I do not know how to solve. I always consult something at Caelum. Good luck with your studies! :)

        
    02.05.2016 / 07:03