I need a C# crash course for experienced developers

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
  • TodoApi

    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

  • Moq

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

    Moq

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • NSubstitute

    A friendly substitute for .NET mocking libraries.

    NSubstitute

  • 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

  • FakeItEasy

    The easy mocking library for .NET

  • 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