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 - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • 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

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

    Moq

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • 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