Комментарии:
Thank you for the amazing content
ОтветитьThanks Wes for this amazing content.
ОтветитьKillin' it. Great to see you back at it! Best videos out there.
ОтветитьThank you very much Wes, i have been learning a lot from you.
ОтветитьDo you have a tutorial where you demonstrate unit testing the repository layer in not net core 5 or 6?
ОтветитьDev at its best
ОтветитьThanks for your content. What is the VIM plug-in you use within visual studio?
ОтветитьBest content thank you
ОтветитьHi Wes, awesome tutorial.
I haven't gone through the whole series yet.
Just wondering, did you go through storing secrets like the database connection on Aws system manager parameter store or Aws secrets manager?
I'm having some trouble, getting the secrets running locally its working fine, but its giving errors when running on a docker, any ideas?
Does C# DateTime will be converted in DateTime with timezone in Postgresql datatype?
ОтветитьNote that if you're using the latest release versions of Entity Core (7.x) you'll (at the time of writing) need to use a pre-release 7.x version of Npgsql.EntityFrameworkCore.PostgreSQL (e.g., "<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0-rc.2" />") otherwise you'll get errors when doing "dotnet ef migrations add initial-migration"
ОтветитьThanks Wes for the great tutorial.
Note that even if you're using Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0-rc.2" package, you're getting "password authentication error for user 'cloud_wether_dev'". So you also need to download PostgreSQL and need to modify the pg_hba.conf file.
Hello Wes,
Amazing content!
Can you please share github repo link for me to clone this?