How To Increase EF Core Performance for Read Queries in .NET

Explore the best practices for increasing EF Core performance for read queries in .NET

Anton Dev Tips

Blogged: Entity Framework Core 10 provider for Firebird is ready

https://www.tabsoverspaces.com/id/233960

#efcore #ef #entityframework #entityframeworkcore #firebird

Entity Framework Core 10 provider for Firebird is ready | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura

Coming up next month (February 9-11th), I'm holding my "ASP․NETCore 10 and Vue.js From Scratch" course in The Hague, NL. Limited seating for this three day class on #aspnetcore, #entityframework, and #vuejs. Check it out here:

https://wildermuth.com/en/training/inperson/aspnetcore-vue/

ASP.NET Core 10 and Vue.js From Scratch

Using C# for the backand and JavaScript/TypeScript for the front-end is a common pattern for creating applications. In this course, you will learn how to build a website using the ASP.NET Core 10 and Vue.

Shawn Wildermuth

Viết script chuyển đổi Prisma schema thành model C# Entity Framework, hỗ trợ MySQL/MariaDB. Công cụ mã nguồn mở giúp tiết kiệm thời gian đồng bộ DB giữa web app và backend C#. Tải về tại GitHub: devs.io/prisma-to-csharp.
#PrismaToCSharp #EntityFramework #CSharp #MySQL #XâyDựngPhầnMền #MãNguồnMở

https://www.reddit.com/r/SideProject/comments/1pp6035/convert_prisma_schema_file_to_c_entity_framework/

Зачем вообще использовать ORM?

Разработка софта всегда была поиском баланса между разными аспектами, вроде скорости разработки (как быстро ты выкатываешь новые фичи), производительности приложения, потребления им памяти, красотой интерфейса и отполированностью логики. В большинстве случаев скорость разработки важнее, чем производительность и потребление памяти. ORM - это как раз инструмент, экономящий время разработки. Но за счёт чего?

https://habr.com/ru/articles/973608/

#orm #entityframework

Зачем вообще использовать ORM?

Разработка софта всегда была поиском баланса между разными аспектами, вроде скорости разработки (как быстро ты выкатываешь новые фичи), производительности приложения, потребления им памяти, красотой...

Хабр

https://www.sea-ql.org/SeaORM/docs/generate-entity/entity-first/

>This is where SeaORM shines: it automatically builds a dependency graph from your entities and determines the correct topological order to create the tables, so you don't have to keep track of them in your head.

Awesome. It sounds like #SeaORM might be Rust's equivalent of #EntityFramework from the #dotnet world. I'm fiddling with a local application that stores data in a #sqlite database, and have been looking at various crates that could handle schema and entity management. While SeaORM bills itself as being meant for web applications, I'm not seeing anything that would preclude using it in local apps.

#rustlang

Entity First Workflow | SeaORM 🐚 An async & dynamic ORM for Rust

What's Entity first?

EFCore.Visualizer - View Entity Framework Core query plan inside Visual Studio - .NET Blog

A Visual Studio extension that helps developers visualize and analyze Entity Framework Core query execution plans directly within their development environment.

.NET Blog

UK #dotnet #csharp #sqlserver lead/senior developer with over 15 years’ experience looking for new permanent role if possible. Would consider temporary contract.

#AspDotNet #mvc #blazor #entityframework #azure #tdd #agile #Git

Looking for hybrid role in London, Cambridge, Essex, or Hertfordshire. Also interested in fully-remote UK or European roles.

#FediHire #getfedihired

#AspNetCore, for an #Sqlite database.

- Vacuum on startup/shutdown,
- offline by user running vacuum command through Sqlite CLI,
- or on regular intervals during runtime?

#DotNet #CSharp #EFCore #EntityFramework