How to start developing in C#

Screamer

New Member
Joined
Jun 27, 2012
Messages
1
Reaction score
0
Hello,

I am beginner programmer with only minor knowledge in C. I really would like to try developing an own application not sure what yet. Anyway I found a site (http://www.voip-sip-sdk.com/) that deals with many ready made sample programs. It says that the sample programs are developed with a software called Ozeki VoIP SIP SDK in C#. I got really interested but because of C# knowledge I do not know how to try it. Could you help me with this matter? Should I look for tutorials in C# or try Visual Studio for example? I hope you will be able to provide me with solutions.
Thanks and all the best.
 
public class HowToStartDeveloping
{
public static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
C# is an OO language. If you know Java that would help otherwise read up on some OO concepts.
It's way easier than C.
 
Book, Visual Studio, YouTube and time.

OOP is what takes time initially, the language is quite irrelevant TBH. I would go with C# though, love the syntax:love:

Take a look at the Sams teach yourself series, very beginner friendly books.
 
Books (grab a few e-books) and MSDN.

Remember, C# syntax is one thing. You also need to choose whether you are going to learn WinForms (grey old boring windows applications), WPF (new style windows applications), ASP.Net (web applications) etc.
 
Top
Sign up to the MyBroadband newsletter
X