Online resources for learning C# - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-01T20:20:14Z http://stackoverflow.com/feeds/question/313585 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/313585/online-resources-for-learning-c 0 Online resources for learning C# [closed] troethom 2008-11-24T07:21:18Z 2008-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#313594 0 Answer by Tim for Online resources for learning C# Tim 2008-11-24T07:28:08Z 2009-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#313609 0 Answer by Mitch Wheat for Online resources for learning C# Mitch Wheat 2008-11-24T07:41:54Z 2008-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#313645 0 Answer by Vincent Van Den Berghe for Online resources for learning C# Vincent Van Den Berghe 2008-11-24T08:20:54Z 2008-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#313677 0 Answer by nam for Online resources for learning C# nam 2008-11-24T08:39:25Z 2008-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#313686 0 Answer by milot for Online resources for learning C# milot 2008-11-24T08:45:30Z 2008-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#313863 0 Answer by macropas for Online resources for learning C# macropas 2008-11-24T10:47:01Z 2008-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>