EF Core Quiz #1

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

    Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite

  • 2nd option as you're basically doing batch save changes where batch size is 100. You should put a transaction on top of all of this though and commit at the end for data integrity reasons but that's about it. Alternatively use a NuGet that can do batch save changes (Z.EntotyFramework is paid, but https://github.com/borisdj/EFCore.BulkExtensions is free).

  • linq2db.EntityFrameworkCore

    Bring power of Linq To DB to Entity Framework Core projects

  • EF Core and fast insert are two different things. Better to use appropriate extensions for that, Actually I'm the one who enabled linq2db for EF Core via linq2db.EntityFrameworkCore

  • 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

  • Best way to do mass inserts with Entity Framework

    2 projects | /r/dotnet | 8 Jun 2023
  • Bulk inserts/update

    2 projects | /r/dotnet | 3 Apr 2023
  • What do you use in a production application?

    1 project | /r/csharp | 4 Jan 2023
  • Does Anyone Know a FAST Way to Update Large Number of SQLite Records (LINQ or otherwise)?

    1 project | /r/csharp | 15 Dec 2022
  • 400% faster, Rapid data insertion in Entity Framework Core 7

    2 projects | /r/aspnetcore | 30 Nov 2022