Learn C# with CSharpFritz: .NET Aspire and Databases with Entity Framework

preview_player
Показать описание
Fritz continues to enhance a blog engine using .NET Aspire. In this episode, he introduces a Postgres database and shows how you can configure migrations for your database schema using .NET Aspire



#csharp #aspire #database
Рекомендации по теме
Комментарии
Автор

Hello. I am making a server that has multiple projects, and services. Is there a way to allow the services to communicate with each other? For example, I have a notification service, and a matchmaking service. I need the matchmaking service to call a method from the notification service that sends signal r messages. In the notification service, I have a signal r method that needs to get data from the matchmaking service. I don't know if this is possible or not. Please let me know if it is.

IcyxDev
Автор

50:47 main content starts. Setting the playback speed to ×1.5 helps. I guess it's the music, it is too lazy and overly relaxing.

NAKIGOEORG
Автор

1:46:20 C# shaman, "I had it there, so I will copy it here. And because I have this here, I am going to delete it here." Database brain-teaser exercise... Do we have C# DbOps series for beginners? Sounds Mandarin Chinese to me (I can speak a bit of Mandarin).

NAKIGOEORG
Автор

Downloading SQL Server in a container gives you the (wrong) idea that it is free to use. What about the license instead?

GiovanniQuarella
Автор

Hi, I have a multi-tenant application where every user has its own db, so the connection string is created runtime. Is it possible to use Aspire with this kind of multy tenancy? Thank you

GiovanniQuarella