Season finale of "Upgrading provider to Entity Framework Core 7" live in ~15 minutes:
#database #firebird #efcore #dotnet
EF Playground now supports EF8 Preview 7! It is also updated to support the latest version of EF Core 6 and 7. Check it out now at https://efplayground.io #efcore #dotnet
Improved UI and added support for MSSQL and Postgre providers to EF Playground https://efplayground.io/migrations #dotnet #efcore
#Umbraco 12 has been released today! A new major with some major features and updates including headless out-of-the-box, support for #EFCore, #ImageSharp 3, and much more. All running on the latest version of #DotNet 7.
All the details on Umbraco's blog:
https://umbraco.com/blog/umbraco-12-release/
#umbraco #efcore #imagesharp #dotnet
EFCore Full Course (Part-3/2) One to One Optional Relation
https://youtu.be/CpVNAD6WwMA
#efcore #dotnet #EntityFrameworkCore
Хех, жалко, что я только сейчас решил прочитать ef core in action, потому что книга отвечает на многие мои вопросы не столько в плоскости ef-а, сколько в плоскости посторении проектов и их структуры.
Завидую людям, которым повезло развиваться за счет наставников, а не за счет чувства неудовлетворенности своей компетенцией, но да ладно.
#dotnet #efcore #it #развитие
Part 3 of #efcore #entityFrameworkCore course is uploaded. One to one relationship, entities and configurations
#dotnet #database #sqlserver
#efcore #EntityFrameworkCore #dotnet #database #sqlserver
Part 2 of #efcore #entityFrameworkCore course is uploaded. (Project setup)
#dotnet #database #sqlserver
#efcore #EntityFrameworkCore #dotnet #database #sqlserver
I started to put a course together on #entityFrameworkCore hopefully it benefits someone #efcore
I'm just stumped by one of the breaking changes in #efcore 7 with orphaned dependents in optional relations. I have a case where the dependant can not exist. I would prefer a definition for this similiar to the `OnDelete` where I can define this on a entity level. https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/breaking-changes#orphaned-dependents-of-optional-relationships-are-not-automatically-deleted
https://dev.to/maxwelladn/deploying-net-core-angular-and-sql-server-to-ubuntu-2a6h - setup #ASPnet and a #SPA behind #nginx and #SQLServer including #EFCore migrations on #Ubuntu via ssh. Nice article https://github.com/MaxwellADN.
#aspnet #spa #nginx #sqlserver #efcore #ubuntu
#EFCore 8 Preview 2: Lite and familiar - #dotNET Blog
#EntityFramework #SQL https://devblogs.microsoft.com/dotnet/announcing-ef8-preview-2/
#efcore #dotnet #entityframework #SQL
TIL - #Polly retry in #dotnet is great but the unfamiliar syntax & structure might blind you to the danger of dropping code built for “one call per request scope” into a loop.
If you’re updating an #efcore DbContext, make sure that you stow a DbContextFactory in Polly’s Context bag to gin up fresh new contexts in the retry error handler.
★彡 The More You Code ミ★
Entity Framework Core 8, scheduled to be released in Nov 2023, brings new features & improvements to features already introduced in EF7.
Get a look at what’s new in #EF8: http://bit.ly/3F8Hy2s
#ef8 #dotnet #entityframework #efcore #ef7 #infoq
Hi, we're the .NET Community Team at Microsoft. We help run the blog, live streams, events like .NET Conf, and lots more.
We ❤️ the .NET developer community! We're happy to be here to share news, answer your questions, and... toot? It's called a toot, seriously? I guess toot, then.
Thank you to @styx31 & team for setting up and running this amazing community instance.
#dotnet #dotnetmaui #aspnetcore #efcore #programming
One problem I am unsure how to solve at the moment is we have built our whole software system around a third party app's database.
The decision was made to use duplicate instances of that app. So now there are 3 databases and I have to change our API to talk to them all.
When we get data it is from all dbs, when we update an entity we need to find which db it belongs to.
I thought use UNION and give a DB name to the results.
Any suggestions?
We are using #efcore
RT @ErikEJ
New release of EF Core Power Tools, my free Visual Studio extension with almost 300.000 users.
Multiple improvements to UI and automagic package installation - simplicity rules.
#efcore #dotnet #nuget
https://github.com/ErikEJ/EFCorePowerTools/wiki/Release-notes
Well, if #dotNET on #macOS is your thing like it is for me, you should also fire up a terminal and type 'sudo dotnet workload update' ...
https://devblogs.microsoft.com/dotnet/february-2023-updates/
#update #security #ASPNETCore #runtime #EFCore #EntityFramework
#dotnet #macos #update #security #aspnetcore #runtime #efcore #entityframework
Well, if #dotNET on #macOS is your thing like it is for me, you should also fire up a terminal and type 'sudo dotnet workload update' ...
.NET February 2023 Updates – .NET 7.0.3, .NET 6.0.14
#update #security #ASPNETCore #runtime #EFCore #EntityFramework
#dotnet #macos #update #security #aspnetcore #runtime #efcore #entityframework
New blog post -- Accelerating EF Core with Compiled Queries
#EFCore #DotNet
https://woodruff.dev/accelerating-ef-core-with-compiled-queries/