this post was submitted on 27 Jun 2023
1 points (100.0% liked)

C Sharp

1511 readers
2 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 1 year ago
MODERATORS
 

Hey guys,

I'm looking for a complete guide to C#. If it covers basic programming paradigms as well that would be a plus as I have coded a bunch of stuff but am lacking in theoretical knowledge.

I'm definitely open to spending money for a book or something like that. A full course would be outside of my price range though.

Maybe someone has any good suggestions! I obviously tried googling and had a look at microsofts learning resources but without having some feedback as to how good they are it is difficult to choose something.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I find Refactoring Guru to be an invaluable resource. Start with the design patterns: https://refactoring.guru/design-patterns/catalog

Then take a look at the Refactoring: https://refactoring.guru/refactoring/catalog

It's great for theoretical knowledge of SOLID principles etc, if you dig deep it does have C# specific implementation examples.

There's also an eBook version you can purchase if you're so inclined