I need a C# crash course for experienced developers

This page summarizes the projects mentioned and recommended in the original post on /r/learncsharp

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. TodoApp

    Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication

    Pre .NET 6, there's a Startup.cs file that is used to set these up. .NET 6+ just puts them in Program.cs by default, but you can still use a Startup.cs if you'd prefer. Example of the newer template in Program.cs is here

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Moq

    Discontinued Repo for managing Moq 4.x [Moved to: https://github.com/moq/moq]

    Moq

  4. NSubstitute

    A friendly substitute for .NET mocking libraries.

    NSubstitute

  5. AutoFixture

    AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

    AutoFixture

  6. FakeItEasy

    The easy mocking library for .NET

  7. Shouldly

    Should testing for .NET—the way assertions should be!

    Shouldly - More "fluent" way of writing assertions that I tend to like more personally. Example:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Setting up a simple testing project with C#

    7 projects | dev.to | 27 May 2023
  • Some useful Libraries for .NET projects

    6 projects | dev.to | 2 Oct 2021
  • Cell CMS - Criando testes de maneira prĂ¡tica

    6 projects | dev.to | 31 Jan 2021
  • TDD helper in c#

    2 projects | dev.to | 23 Jan 2025
  • BuddyInjector

    2 projects | dev.to | 22 Aug 2024

Did you know that C# is
the 10th most popular programming language
based on number of references?