• 0

C# Learning Resources


Question

Hey,

I?m new to programming (did some very basic vb.net a couple of years ago) and would like to learn C#, I would like to ask, are there any particularly useful books for beginners?

I ask this because I recently discovered that the new Microsoft .net framework 4.5 has been released, which apparently includes some changes to C#.

The only books I was able to find were the C# 5.0 and the .net 4.5 platform from apress, but that?s geared to a more professional audience.

So are those changes new changes major and are there any books you would recommend (preferably books/resources which are newish)?

Thank you so much in advance ;)

Link to comment
https://www.neowin.net/forum/topic/1108219-c-learning-resources/
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Hi,

Initially work your way through this free resource; before buying a book for more advanced topics: http://www.csharp-station.com/Tutorial.aspx

Everyone has their favourite books series and they will all differ greatly as everyone learns things differently. Personally I'm a fan of either the Wrox or O'Reilly books (although some of the O'Reilly series can be a bit dry).

Have fun!

  • 0

Hi,

Initially work your way through this free resource; before buying a book for more advanced topics: http://www.csharp-st...m/Tutorial.aspx

Everyone has their favourite books series and they will all differ greatly as everyone learns things differently. Personally I'm a fan of either the Wrox or O'Reilly books (although some of the O'Reilly series can be a bit dry).

Have fun!

That tutorial looks bad. It uses a lot of concepts before introducing them, and states some wrong stuff, e.g. operator associativity has nothing to do with the order in which statements are executed, and anyway the associativities they claim are wrong. (only the assignment and null coalescing operators are right-associative)

There aren't much good and free resources online, let alone new ones. But don't worry about the "new" part - as long as you know C# 3 (included in .NET 3.5, not 3!) it's okay. C# 4 and 5 didn't add much for a beginner, you'll be just fine without async/await or dynamic.

You may be interested in Microsoft's official tutorials, videos and stuff: http://msdn.microsoft.com/en-us/vstudio/hh341490.aspx (forget about the "what's new" section)

(If you understand French, this tutorial is pretty good: http://www.siteduzero.com/tutoriel-3-523498-apprenez-a-developper-en-c.html )

  • 0

This is the best C# book I know of, and it was recently updated for 2012. The Yellow Book. It's not just a good C# tutorial but also a superb introduction to programming in general. Seriously, I wish I had learned programming with that book.

That tutorial looks bad. It uses a lot of concepts before introducing them, and states some wrong stuff, e.g. operator associativity has nothing to do with the order in which statements are executed, and anyway the associativities they claim are wrong. (only the assignment and null coalescing operators are right-associative)

There aren't much good and free resources online, let alone new ones. But don't worry about the "new" part - as long as you know C# 3 (included in .NET 3.5, not 3!) it's okay. C# 4 and 5 didn't add much for a beginner, you'll be just fine without async/await or dynamic.

You may be interested in Microsoft's official tutorials, videos and stuff: http://msdn.microsof...o/hh341490.aspx (forget about the "what's new" section)

(If you understand French, this tutorial is pretty good: http://www.siteduzer...opper-en-c.html )

Hi,

Initially work your way through this free resource; before buying a book for more advanced topics: http://www.csharp-st...m/Tutorial.aspx

Everyone has their favourite books series and they will all differ greatly as everyone learns things differently. Personally I'm a fan of either the Wrox or O'Reilly books (although some of the O'Reilly series can be a bit dry).

Have fun!

Thnaks for the resources guys, also i am open to other good resources suggestions even if they are not free ;)

  • 0

This is the best C# book I know of, and it was recently updated for 2012. The Yellow Book. It's not just a good C# tutorial but also a superb introduction to programming in general. Seriously, I wish I had learned programming with that book.

I don't know if it's the best because I haven't looked at any other C# books, but it is definitely an amazing book. So thank you!

This topic is now closed to further replies.
  • Posts

    • FWIW StatCounter has been trash for over 25+ years! Back in the day (circa 2000 and GeoCities pre-Blogger era), it was useful to paste a number on your webpage indicating how many visitors you had. In the ensuing 25+ years, they've grown in reputation and changed their ways... but their overall consumer value has remained abysmal. Serious marketing agencies only cite StatCounter when there's literally no other sources available to support any marketing claims! They are the absolute lowest threshold serious companies use to push any sort of narrative about this-or-that happening. Besides their credibility being what it is, they are forever subject to quality issues. They're so bad that my DNS-level ad-filter prevents me from even viewing their main website! HA!
    • Microsoft had to shut down 70+ GitHub repos after getting hacked, brings back some by Aditya Tiwari The self-replicating malware campaign known as Miasma took the open-source world by storm. It was reported that almost 73 Microsoft GitHub repositories were infected by the worm and had to be temporarily shut down to determine how attackers compromised projects and stuffed password-stealing malware in the code. These GitHub repos span across different organizations, including Microsoft Azure, Azure-Samples, Microsoft, and MicrosoftDocs. The malware enabled attackers to steal passwords and credentials when compromised tools were opened in popular AI coding apps, including Claude Code, Gemini CLI, VS Code, and Cursor. The security firm Cloudsmith, malware analysis site OpenSourceMalware, and 404 Media were among the first to report the hack. For background, Miasma is a variant of the Mini Shai-Hulud worm, open-sourced by the threat group TeamPCP. It started its journey by compromising a Red Hat employee's GitHub account to attack the @redhat-cloud-services npm namespace. Earlier this month, Microsoft Threat Intelligence reported that the Miasma attackers published 32 malicious packages across more than 90 versions under the @redhat-cloud-services npm scope to steal cloud credentials. The worm didn't take long to start attacking source repos directly rather than package registries. It is known to skip the npm registry entirely for several targets and plant malicious code straight into public repos like "icflorescu/mantine-datatable." The delivery approach was designed to weaponize AI coding tools. Miasma's malicious payload embedded into projects can trigger automatic code execution when the infected repo is opened in an AI coding tool or IDE. The list of affected projects includes "durabletask", a Python package compromised by TeamPCP a month earlier to deliver an information stealer designed for Linux systems. That said, Microsoft has begun restoring some repos affected by the malware campaign, The Hacker News reports. A company spokesperson stated the following: Microsoft will continue to investigate the attack. It has notified a small number of customers who may have removed their content from the affected repos. The company will reach out to customers again through established support channels "if anything further is identified that requires customer action."
    • Why is Opera doing this notification at all? They have their own extension store. They don't have to obey anything dictated by Google. Others like Brave and Vivaldi that rely on Chrome's extension store, not so much. Firefox is entirely separate as well with its own extensions store. I honestly don't understand why entire world is just insisting on Chrome. Like, why? It's a stupid fat browser with barely any functionality. But sure, it's installed on everything by default. I don't understand how people even use web that's filled with tracking garbage and ads all over the place.
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      529
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      +Edouard
      131
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!