In EF Core every foreach is a potential runtime error that can't be properly fixed

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • csharplang

    The official repo for the design of the C# programming language

  • Read this https://github.com/dotnet/csharplang/discussions/2244

  • Verify

    Verify is a snapshot tool that simplifies the assertion of complex data models and documents.

  • You will have to write extra code to set up a code base to get it started (there's always a large initial cost in getting things set up, and you'll be writing code that helps get the state of your application setup), but I can assure you that our team paid the initial tax and the only reason our tests change now is because of requirements changes (and maybe sometimes because the testing tools we use like Verify have some breaking changes in behavior when we upgrade). Otherwise, it helps us identify issues in our code, particularly when we do library upgrades or change to a different library. Again, our tests do not change when we completely reimplement anything, just when the external contract changes. We just get to refactor/reimplement and have confidence that the old behavior stays the same. And then you get to hook up a benchmark to your tests and, if your reason for refactoring was performance reasons, you can show that it was effective.

  • 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.

    InfluxDB logo
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

  • organizing testing projects

    1 project | /r/csharp | 14 Sep 2022
  • Add persisted parameters to CLI applications in .NET

    3 projects | dev.to | 26 Aug 2022
  • I wanted to make a quick video about the differences between classes and structs in C#. It turned into a much deeper exploration where I learned a handful of things I definitely didn't expect. I hope it is useful to other people!

    3 projects | /r/programming | 22 May 2021
  • Discriminated Unions: Essa feature faz falta no CSharp

    2 projects | dev.to | 5 Feb 2024
  • XCTest different behavior locally vs Xcode Cloud

    1 project | /r/swift | 8 Dec 2023