Learning C# - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Learning C# (/showthread.php?tid=16368) |
Learning C# - Baked - 02-22-2011 I am going to learn C# programming, from what I have read about programming C# looks like it's a good beginners language. I have learned basics of it before so I should be able to pick up on it quickly, just have a few questions that I would appreciate if answered. How long does it take to get advanced into C# ? I'm a quick learner so base your answer on that. Could someone link me to some awesome tutorials ? I would need some beginner tutorials. Thanks a lot. RE: Learning C# - ThePrinCe - 02-22-2011 it's great, first i have to tell you that Google is your friend ( you can find a lot xD ), and HF.Good luck my friend . RE: Learning C# - Mystic Guru - 02-22-2011 Isn't C# very difficult to code in or I am just mistaking with C++? RE: Learning C# - Gaijin - 02-22-2011 (02-22-2011, 04:18 PM)Mystic Guru Wrote: Isn't C# very difficult to code in or I am just mistaking with C++? Yes, you are mistaking it.... You can advance very quickly in C#, mainly because of Visual Studio, it is a smart coding environment and one is able to program any type of app really fast. If you're really a quick learner, I would give you full 6 Months to get good, well good to write a small application, getting good at coding takes years with any given language. Here you have some stuff that helped me. http://msdn.microsoft.com/en-us/library/618ayhy6.aspx (this will be your reference) http://www.csharphelp.com/2006/12/c-tutorial-for-beginners/ (good stuff) http://www.homeandlearn.co.uk/csharp/csharp.html http://www.c-sharpcorner.com/Articles/ArticleListing.aspx?SectionID=1&SubSectionID=144 After getting better, just learn to use Google for tutorials. Any questions, just ask I'm sure there are few who can help. RE: Learning C# - Baked - 02-24-2011 (02-22-2011, 04:31 PM)Gaijin Wrote: Yes, you are mistaking it.... Wow ! Thanks a lot Gaijin, that really helped me a lot. I have looked around Google and bookmarked lots of tutorials, now it's just time to start. Before when I was learning C#, I built a macro, web browser and a nice media player. I would love to further my knowledge to build Crypter, keylogger maybe even a RAT or Stealer. Thanks again Gaijin ! |