Where are the two files promised at 14:24 of the video?
@billydevАй бұрын
Great demo, very in-depth! Maybe that's a stupid question, I know you didn't actually say this, but how is this any better than using migrations? It seems like a lot of steps and configurations just to make it work. Migrations already contain the schema of the database in the source.
@Tech_Alchemy3 ай бұрын
Great demo on ways we can integrate SQL into aspire projects.
@JohnMarsing3 ай бұрын
Wow, lots of stuff. My biggest constraint to using Aspire like you're doing here is leaning Docker and Linux oh yeah also DAB. Right now I'm trying to get up to speed on converting a Blazor Server app to Blazor 8 WASM that's using NSwag Thanks for the video Jerry, I'll keep this in my notes for sometime in the future.
@MihaiMoisei3 ай бұрын
Excelent presentation, Thanks.
@Hamaze3 ай бұрын
That was a great session and Jerry is an impressive presenter
@rafaelregueira28352 ай бұрын
Hi, Excellent demo. Thanks for sharing.
@IndigoDallianceАй бұрын
Great video, Jerry. I have found your tutorial very clear and informative. This comes handy as I am just working on implementing SQL Server with Aspire and ran into some issues. It would be great if you could do a tutorial on how to implement migration in Aspire, as well.
@ArnonDanon3 ай бұрын
This is a great video, very clear, very structured, how much of this will translate if i use oracle for example?
@ardallleonardo75962 ай бұрын
I got error `stderr exec /usr/config/entrypoint.sh: exec format error` any hint?
@ardallleonardo75962 ай бұрын
when i call the script inside the docker, it works. But through the .net aspire debug got that error :(
@biggestmanineuropeАй бұрын
@@ardallleonardo7596 bit late, but I had the same error - my scripts were UTF-8 -OM encoded, instead of just UTF-8. As soon as I changed it, everything started working
@lolroflxd3 ай бұрын
6:45 i think your audio is broken
@alonezlciel2 ай бұрын
18:23 This is the part I do not like about Aspire. People already use docker compose file to configure containers. Why do we have to covert everything into C# program.cs again.