Online resources for learning C# - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-01T20:20:14Zhttp://stackoverflow.com/feeds/question/313585http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/313585/online-resources-for-learning-c0Online resources for learning C# [closed]troethom2008-11-24T07:21:18Z2008-11-24T10:47:01Z
<p>To put it as simple as the title: Bring your favourite online resources for learning C#.</p>
<p><strong>A little background to this question</strong></p>
<p>We have a trainee for a week and I am going to show him what developing is like. To avoid spending a lot of time on basics - although I like to educate others - I was hoping to find articles with small tasks and the information necessary to complete them. Something along the lines of "building a calculator" or "creating a small website".</p>
<p>So where do you find your small, easy and appetizing programming assignments?</p>
http://stackoverflow.com/questions/313585/online-resources-for-learning-c/313594#3135940Answer by Tim for Online resources for learning C#Tim2008-11-24T07:28:08Z2009-01-19T23:37:19Z<p>I've recently been using C# Station to get familiar with C#, you might want to check it out too.</p>
<p><a href="http://www.csharp-station.com/Tutorial.aspx" rel="nofollow">http://www.csharp-station.com/Tutorial.aspx</a></p>
http://stackoverflow.com/questions/313585/online-resources-for-learning-c/313609#3136090Answer by Mitch Wheat for Online resources for learning C#Mitch Wheat2008-11-24T07:41:54Z2008-11-24T07:41:54Z<p>Have you looked at Microsoft's <a href="http://msdn.microsoft.com/en-us/rampup/bb421268.aspx" rel="nofollow">Ramp Up</a>?</p>
http://stackoverflow.com/questions/313585/online-resources-for-learning-c/313645#3136450Answer by Vincent Van Den Berghe for Online resources for learning C#Vincent Van Den Berghe2008-11-24T08:20:54Z2008-11-24T08:20:54Z<p>I'd start at the <a href="http://www.codeproject.com/KB/cs/#C#%20Programming%20-%20Beginners" rel="nofollow">CodeProject C# for beginners</a> section. There are some nice articles hidden in there!
Just have him/her follow the guides and try to recreate the application the article's about :)</p>
http://stackoverflow.com/questions/313585/online-resources-for-learning-c/313677#3136770Answer by nam for Online resources for learning C#nam2008-11-24T08:39:25Z2008-11-24T08:39:25Z<p>www.JavaBlackBelt.com is also starting exams on C#.</p>
<p>Cheers,
Nicolas Meeus</p>
http://stackoverflow.com/questions/313585/online-resources-for-learning-c/313686#3136860Answer by milot for Online resources for learning C#milot2008-11-24T08:45:30Z2008-11-24T08:45:30Z<p>MSDN also have good resources, for example videos for Absolute Beginners: <a href="http://msdn.microsoft.com/en-us/vstudio/aa700773.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/vstudio/aa700773.aspx</a> and then some walkthroughs: <a href="http://msdn.microsoft.com/en-us/library/7a61f8ks(VS.71).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/7a61f8ks(VS.71).aspx</a> the walkthroughs will explain step by step how to make something, for example Creating a simple windows form: <a href="http://msdn.microsoft.com/en-us/library/aa984463(VS.71).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa984463(VS.71).aspx</a></p>
http://stackoverflow.com/questions/313585/online-resources-for-learning-c/313863#3138630Answer by macropas for Online resources for learning C#macropas2008-11-24T10:47:01Z2008-11-24T10:47:01Z<p><strong><a href="http://msdn.microsoft.com/en-us/vcsharp/default.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/vcsharp/default.aspx</a></strong> - Visual C# Developer Center</p>
<p><strong><a href="http://www.codeproject.com" rel="nofollow">http://www.codeproject.com</a></strong> - Your place for 21,276 free Visual Studio and .NET articles, code snippets, discussions, news and the best bunch of developers on the net.</p>
<p><strong><a href="http://www.freeprogrammingresources.com/dot-net.html" rel="nofollow">http://www.freeprogrammingresources.com/dot-net.html</a></strong> - .Net Web resources</p>