JD.Efcpt.Build: Tự động sinh model EF Core từ cơ sở dữ liệu trong quá trình build, giúp đồng bộ code với schema một cách nhất quán và tự động. Dùng DACPAC hoặc connection string, hỗ trợ fingerprint để chỉ sinh lại khi cần. Giải quyết bài toán "database-first" cho team .NET.

#EFCore #DatabaseFirst #CodeGeneration #DotNet #DevTool #EntityFramework #CSharp #LậpTrìnhHướngĐốiTượng #CơSởDữLiệu #PhátTriểnPhầnMềm

https://dev.to/jerrettdavis/jdefcptbuild-build-time-ef-core-scaffolding-to-keep-databas

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/

Tạo dữ liệu mẫu .NET nhanh chóng bằng Mockaroo & Entity Framework. Tự động hóa việc tạo dữ liệu test thực tế, kết hợp EF Core để import JSON vào database in-memory. Các bước tạo class model, thiết lập DbContext, seed data từ file JSON giúp tiết kiệm thời gian và môi trường test chuẩn. Tìm hiểu cách cấu hình Visual Studio, seed data tự động khi chạy ứng dụng. #Mockaroo #EntityFramework #ASPNETCore #Laptrinh #ChiaSeCode #VietnameseTech

https://dev.to/bigboybamo/using-mockaroo-and-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 Workfllow | SeaORM 🐚 An async & dynamic ORM for Rust

What's Entity first?

Hello again, old friend.

I'll be diving into C# tomorrow to try to help a developer parameterize their ad hoc query so it doesn't generate thousands of query execution plans.

The things I do to keep SQL Server humming along...

#CSharp
#EntityFramework
#SQLServer

EFCore.Visualizer – View Entity Framework Core query plan inside Visual Studio. buff.ly/UwO1THX #dotnet #efcore #visualstudio #entityframework #orm #csharp

EFCore.Visualizer - View Entit...
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