starting tutorial for C#

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

    starting tutorial for C#

    Hi

    Can anyone suggest a good starting tutorial for C# where one can quickly
    grasp the basics of the language and move on to serious coding. I have
    experience with C, C++ and Java. Thanks.


  • Daniel

    #2
    Re: starting tutorial for C#

    If you have experince with c++ and java then you wont need much education.
    Mix the two and you have c# to a lrge extent. Just search the web via google
    for some tutorials, there are loads, it's all you will need with that
    backgrround.


    "Navodit" <kaushik2@uiuc. eduwrote in message
    news:uQ4tukM6GH A.4132@TK2MSFTN GP05.phx.gbl...
    Hi
    >
    Can anyone suggest a good starting tutorial for C# where one can quickly
    grasp the basics of the language and move on to serious coding. I have
    experience with C, C++ and Java. Thanks.
    >

    Comment

    • DeveloperX

      #3
      Re: starting tutorial for C#


      Navodit wrote:
      Hi
      >
      Can anyone suggest a good starting tutorial for C# where one can quickly
      grasp the basics of the language and move on to serious coding. I have
      experience with C, C++ and Java. Thanks.
      This one is quite good. Very concise.
      This detailed guide to C# covers everything from setting up your development environment to understanding csharp basics like variables, control flow, and methods.


      Comment

      Working...