From the archives...
KCDC 2024 Slidedeck
https://barretblake.dev/posts/conferences/2024/kcdc-2024-slidedeck/ #efcore #entityframework #slides
From the archives...
KCDC 2024 Slidedeck
https://barretblake.dev/posts/conferences/2024/kcdc-2024-slidedeck/ #efcore #entityframework #slides
Blogged: Entity Framework Core 10 provider for Firebird is ready
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:
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ở
Зачем вообще использовать ORM?
Разработка софта всегда была поиском баланса между разными аспектами, вроде скорости разработки (как быстро ты выкатываешь новые фичи), производительности приложения, потребления им памяти, красотой интерфейса и отполированностью логики. В большинстве случаев скорость разработки важнее, чем производительность и потребление памяти. 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.
EFCore.Visualizer – View Entity Framework Core query plan inside Visual Studio.
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.
#AspNetCore, for an #Sqlite database.
- Vacuum on startup/shutdown,
- offline by user running vacuum command through Sqlite CLI,
- or on regular intervals during runtime?