#entityframeworkcoremigrations resultados de búsqueda

Keep EF Core DbContext clean! Use modular IEntityTypeConfiguration<T> classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext. Benefits: ✅ Cleaner code ✅ Easier testing ✅ Scales better 🚀 #dotnet #efcore #csharp #cleancode

elliot1one's tweet image. Keep EF Core DbContext clean! 

Use modular IEntityTypeConfiguration&amp;lt;T&amp;gt; classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext.

Benefits: 
✅ Cleaner code
✅ Easier testing
✅ Scales better 🚀

#dotnet #efcore #csharp #cleancode
elliot1one's tweet image. Keep EF Core DbContext clean! 

Use modular IEntityTypeConfiguration&amp;lt;T&amp;gt; classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext.

Benefits: 
✅ Cleaner code
✅ Easier testing
✅ Scales better 🚀

#dotnet #efcore #csharp #cleancode

Data Migration Strategies Introduction → Data migration is the process of moving data from one system, storage, or format to another. → It is a crucial step during system upgrades, cloud adoption, or database restructuring. → A well-planned migration ensures data accuracy,…

e_opore's tweet image. Data Migration Strategies

Introduction

→ Data migration is the process of moving data from one system, storage, or format to another.
→ It is a crucial step during system upgrades, cloud adoption, or database restructuring.
→ A well-planned migration ensures data accuracy,…

Junior developer uses EF Core directly in Controller. Middle developer uses Controller-Service-Repository. Senior developer uses Clean Architecture. Architect uses EF Core in Controller back again. Why does this happen? Because real-world projects benefit from simple…

AntonMartyniuk's tweet image. Junior developer uses EF Core directly in Controller.

Middle developer uses Controller-Service-Repository.

Senior developer uses Clean Architecture. 

Architect uses EF Core in Controller back again.

Why does this happen?

Because real-world projects benefit from simple…

Junior developer uses ORM to talk to the database. Middle developer uses SQL, Views, Stored Procedures, Functions, Triggers. Senior developer uses ORM back again. Why does this happen? Because Stored Procedures, Functions, and Triggers are obsolete in most modern projects.…

AntonMartyniuk's tweet image. Junior developer uses ORM to talk to the database.

Middle developer uses SQL, Views, Stored Procedures, Functions, Triggers.

Senior developer uses ORM back again.

Why does this happen?

Because Stored Procedures, Functions, and Triggers are obsolete in most modern projects.…

The Unit of Work pattern lets all repos share a single DbContext, ensuring multiple operations succeed or fail together. EF Core tracks changes, but UoW adds structure, testability & reliability in complex apps. ✅ #UnitOfWork #EFCore #DotNet #CleanCode #CSharp

elliot1one's tweet image. The Unit of Work pattern lets all repos share a single DbContext, ensuring multiple operations succeed or fail together.

EF Core tracks changes, but UoW adds structure, testability &amp;amp; reliability in complex apps. ✅

#UnitOfWork #EFCore #DotNet #CleanCode #CSharp
elliot1one's tweet image. The Unit of Work pattern lets all repos share a single DbContext, ensuring multiple operations succeed or fail together.

EF Core tracks changes, but UoW adds structure, testability &amp;amp; reliability in complex apps. ✅

#UnitOfWork #EFCore #DotNet #CleanCode #CSharp
elliot1one's tweet image. The Unit of Work pattern lets all repos share a single DbContext, ensuring multiple operations succeed or fail together.

EF Core tracks changes, but UoW adds structure, testability &amp;amp; reliability in complex apps. ✅

#UnitOfWork #EFCore #DotNet #CleanCode #CSharp
elliot1one's tweet image. The Unit of Work pattern lets all repos share a single DbContext, ensuring multiple operations succeed or fail together.

EF Core tracks changes, but UoW adds structure, testability &amp;amp; reliability in complex apps. ✅

#UnitOfWork #EFCore #DotNet #CleanCode #CSharp

AID and sAID are now live! Some reminders and updates on migration from AID Alpha: 1️⃣ Updates 🟠 Pendle markets Pendle markets for AID and sAID on Ethereum mainnet will launch on Wednesday 5th 1PM UTC. LP/YT AID: 4x Spice LP/YT sAID: 12x Spice 🟠 Curve pool for AID A Curve…

gaib_ai's tweet image. AID and sAID are now live! Some reminders and updates on migration from AID Alpha:

1️⃣ Updates

🟠 Pendle markets

Pendle markets for AID and sAID on Ethereum mainnet will launch on Wednesday 5th 1PM UTC.

LP/YT AID: 4x Spice
LP/YT sAID: 12x Spice

🟠 Curve pool for AID

A Curve…

I was of opinion that db migrations as part of deployment process are mostly fine. Just had my ass saved because the process of applying migration was manual


I don't say this to throw shade on anyone - but if you're not building with agents, I simply don't get it. I've 10x'd my productivity. Here's a quick video showing how I can now simply say "create a table called foo with these fields", and my coding agent (@cline, you sexy…


So you want a Rector Rule to remove down() migrations... here ya go gist.github.com/bradenkeith/c1…

bradenkeith's tweet image. So you want a Rector Rule to remove down() migrations... here ya go

gist.github.com/bradenkeith/c1…

F5 to Avi Load Balancer Migration – Part 6: Migrate Complex L4 VS with Policies dy.si/d7H2C

Jotape_VM's tweet image. F5 to Avi Load Balancer Migration – Part 6: Migrate Complex L4 VS with Policies dy.si/d7H2C

Migrate your testnet data! If you're an Early Supporter with data from testnet, the migration feature is now live in the app. Go to Account > Testnet migration

TuskyTools's tweet image. Migrate your testnet data!

If you&apos;re an Early Supporter with data from testnet, the migration feature is now live in the app.

Go to Account &amp;gt; Testnet migration

3/3 Act Now! 🚨 Secure your Legacy tokens today. Find the tool and the full guide below: ⛓️Migration Tool: ambios.network/migration 📖Instructions: 👇 ambios.network/docs/migration…


Supabase has a new way of managing database migrations called declarative schema, and it works excellent with Cursor, too! Just ask Cursor for the modification you want to have on the database and generate migrations with the CLI! It really helps to keep the schema organized!


What are the errors you are seeing? 10 failed migrations seems odd and nothing something that just happens because of using Prisma ORM


Your Prisma config just got way more useful. Now you can wire up migrations and set seed scripts, right from the config!

prisma's tweet image. Your Prisma config just got way more useful.

Now you can wire up migrations and set seed scripts, right from the config!

Dün çalıştığımız projelerden birinde Claude Code ile ilginç bir olay yaşadık. Claude veritabanı konfigürasyonunu yaptıktan sonra, yanlış bir şema ayarı nedeniyle migration atamadı. Sorunu stabil şekilde çözmeyi başaramayınca tüm migration dosyalarını uçurdu. Üstüne, eski…

altudev's tweet image. Dün çalıştığımız projelerden birinde Claude Code ile ilginç bir olay yaşadık.

Claude veritabanı konfigürasyonunu yaptıktan sonra, yanlış bir şema ayarı nedeniyle migration atamadı.

Sorunu stabil şekilde çözmeyi başaramayınca tüm migration dosyalarını uçurdu.

Üstüne, eski…

Need help migrating? Check out the official resources: • Migration Guide & Tokenomics: docs.centrifuge.io/getting-starte… • Migration FAQ: gov.centrifuge.io/t/centrifuge-t… • OKX Migration Announcement: okx.com/help/okx-to-su…


How we did it: ✂️ PoC to validate trimming 🏷️ Tag‑based + last‑month history strategy 2️⃣ Custom, two‑phase migration with resilient LFS handling 💬 Staged cutover and lots of comms 👁️👁️ Take a peek behind the scene here 👇🏼 ms.spr.ly/6012tDYae

naiim_ahmad's tweet image. How we did it:
✂️ PoC to validate trimming
🏷️ Tag‑based + last‑month history strategy
2️⃣ Custom, two‑phase migration with resilient LFS handling
💬 Staged cutover and lots of comms

👁️👁️ Take a peek behind the scene here 👇🏼
ms.spr.ly/6012tDYae

GPT-Migrate helps you easily migrate your codebase from one language or framework to another 👇 github.com/0xpayne/gpt-mi…


No hay resultados para "#entityframeworkcoremigrations"
Loading...

Something went wrong.


Something went wrong.


United States Trends