Assumptions in Software Development (with EF Core as example)

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • Entity Framework

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

  • We might assume that this filter is built on the fly, when an instance of DbContext is created, but that is not true. Building configuration is expensive, so EF Core builds it based on condition, and default one is the type of DbContext. Since the type of DbContext will never change, it is built once, and that same configuration is used for all instances of that DbContext. In the current version, global query filter values are no longer added to the filter as constant (I believe since v5) and because of that this will work.

  • 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

  • Multi-tenancy using schemas with Entity Framework and PostgreSQL

    2 projects | dev.to | 16 Oct 2023
  • Linux or Windows for .net development?

    1 project | /r/dotnet | 14 Aug 2023
  • Show HN: Tankman – An Open Source User Management and Authorization MicroService

    2 projects | news.ycombinator.com | 6 Jul 2023
  • EF Core/NET 6 - How to execute sql server stored procedure and get the result set?

    1 project | /r/dotnet | 21 Jun 2023
  • Deploying sqlite database to android emulator

    1 project | /r/dotnetMAUI | 16 Jun 2023