I'm looking for somebody who would be willing to talk to me about Entity Framework Core and F# on a .NET Data & EF Core Community Standup (https://www.youtube.com/playlist?list=PLdo4fOcmZ0oX0ObHwBrJ0vJpZ7PiYMqeA).
I'm looking for somebody who would be willing to talk to me about Entity Framework Core and F# on a .NET Data & EF Core Community Standup (https://www.youtube.com/playlist?list=PLdo4fOcmZ0oX0ObHwBrJ0vJpZ7PiYMqeA).
I had a full project setup using #dotnet 9 hosted in #docker multi containers, other tech #efcore #postgresql, I wanted to see if I can set it up and continue development on my #mac. It took me roughly 15 minutes to setup everything from scratch and get to exactly where I am on my windows machine. I'm just happy to be alive in this era to be able to experience this shit.
Rebuilding everything in order to apply a migration to a database is so '90s when you already have #Ecto in mind...
#Microsoft #EfCore
That’s a wrap on the EF Core series! The final post on Temporal Tables is live. Thanks for following along.
Starting tomorrow, it’s all about Terraform—infrastructure as code, automation, and making cloud deployments easier. Stay tuned!
Ever wish you could go back in time and see how your data looked yesterday, last week, or last year?
Temporal Tables in EF Core let you easily track changes, audit history, and recover deleted data. No more guesswork—just built-in time travel for your database.
Learn how it works: https://woodruff.dev/temporal-tables-in-ef-core-bringing-time-travel-to-your-data/
Need to store flexible data in SQL Server without creating endless tables?
JSON in SQL Server lets you store and query structured data while keeping your schema simple. EF Core makes it easy to work with JSON directly in your queries.
https://woodruff.dev/json-columns-in-sql-server-storing-querying-json-with-ef-core/
Not every query needs a primary key.
Keyless Entity Types in EF Core let you query database views, raw SQL results, and reports without requiring a unique identifier. Perfect for read-only scenarios and complex data models.
https://woodruff.dev/keyless-entity-types-in-ef-core-query-data-without-primary-keys/
via @dotnet : .NET and .NET Framework February 2025 servicing releases updates
https://ift.tt/S9TPOjh
#DotNet #NetFramework #DotNetUpdates #February2025 #DotNet9 #DotNet8 #ReleaseNotes #ASPNetCore #EFCore #WindowsForms #SoftwareDevelopment #TechUpdates #Programm…
Tired of slow GroupBy queries in EF Core?
With LINQ GroupBy, EF Core 6+ now translates more groupings directly into SQL. No more pulling all the data into memory—just fast, efficient queries.
Learn how it works: https://woodruff.dev/grouping-smarter-linq-groupby-enhancements-in-ef-core/
Using Snapshot Testing to validate EF Core schema #EFCore #dotnet https://www.meziantou.net/using-snapshot-testing-to-validate-ef-core-schema.htm?utm_medium=social&utm_source=mastodon
Did you make a mistake while saving data to your database? No need to roll back everything.
Transactional Savepoints in EF Core let you undo just the parts that went wrong while keeping the rest intact. Perfect for complex, multi-step operations.
Learn how to use them: https://woodruff.dev/transactional-savepoints-in-ef-core-rollback-just-what-you-need/
Database views + EF Core = clean, efficient queries. Learn how to reverse engineer views, map them in EF Core, and simplify your data access.
Check out the guide: https://woodruff.dev/tapping-into-database-views-with-ef-core-reverse-engineering-made-easy/
Working on GIS projects with EF Core?
Spatial Data support lets you store, query, and analyze geographic data like points, lines, and polygons with ease. Perfect for mapping, location-based apps, and more.
Learn how to get started: https://woodruff.dev/mapping-the-world-with-ef-core-working-with-spatial-data/
Want to know what’s slowing down your EF Core queries?
Event Counters lets you track query execution times, connection usage, and more—all in real-time. Perfect for spotting performance issues before they become problems.
Learn how to use them: https://woodruff.dev/unlocking-ef-core-performance-how-to-track-queries-with-event-counters/
Ever wonder why your SQL queries are slow?
It’s time to crack the case with Query Execution Plans in SQL Server! Learn how to spot bottlenecks, optimize performance, and make your queries lightning-fast.
Dive in: https://woodruff.dev/cracking-the-code-decoding-query-plans-like-a-pro/
Want to track every change in your EF Core app?
With SaveChanges Interception, you can log inserts, updates, and deletes automatically—perfect for auditing, debugging, and keeping tabs on your data!
Learn how: https://woodruff.dev/tracking-every-change-using-savechanges-interception-for-ef-core-auditing/
Entity Framework Core 9 provider for Firebird is ready
Many-to-Many relationships in EF Core is just easier! No more manual join tables—EF Core handles it all!
Learn how to set up, query, and navigate many-to-many relationships without causing any trouble.
Read more: https://woodruff.dev/many-to-many-made-easy-mastering-relationships-in-ef-core/
Still saving EF Core updates one at a time? Let’s batch like a boss!
With IDbContextFactory, you can process batch updates efficiently, avoid DbContext issues, and keep your app running smoothly. No more unnecessary DB calls!
Tracking down SQL queries in EF Core? Make it easier with Query Tags!
Tag your queries like sticky notes, making debugging & performance tuning a breeze. No more guessing where that query came from!
Learn how: https://woodruff.dev/query-tags-debugging-ef-core-like-a-detective/