Need help to learn C#

Discussion in 'C#' started by Zeratul, Jun 25, 2012.

  1. Zeratul

    Zeratul New Member

    Joined:
    Jun 25, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello,

    I wish to develop an application. The thing is that I am only familiar with C and C++. Therefore after looking for solutions on the Internet I found a site that had several sample programs. The sample programs are developed with a software called Ozeki VoIP SIP SDK. My only concern is that they are in C# which I do not know. Could you please tell me how to try to use this software? Any suggestions how should I try to learn C#, any good books? Hope you can help me. Thanks in advance.
     
  2. 7900142

    7900142 New Member

    Joined:
    Jan 12, 2011
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Free lance software developer, an instructor and a
    Location:
    Philippines
    Zeratul,
    There are thousands of books, links and websites that will help you understand C# and its framework. Under the umbrella of Microsoft, they use the .NET framework, this means that applications written in C# under .NET when compiled will produce .EXE file which is a native executable file format in windows. On the other side of our interest, in Linux operating system, there is another C# version. We call it MonoDevelop. Literally, C# applications under Linux when compile will not produce an .EXE file so it will not run under windows platform.
    If you already had thorough knowledge on how to write pragrams in C++, it will not be a problem. Since, C++ is on of the language which C# was based on. Pretty much sure, the coding convention in C++ is close to what we have in C#.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice