Microservices with .NET 6 and AWS Tutorial - Part 2

Microservices with .NET 6 and AWS Tutorial - Part 2

Wes Doyle

2 года назад

10,229 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@THE_NE0
@THE_NE0 - 29.03.2022 18:31

Thank you for the amazing content

Ответить
@vikikashi786
@vikikashi786 - 29.03.2022 19:08

Thanks Wes for this amazing content.

Ответить
@TaylorRayHoward
@TaylorRayHoward - 30.03.2022 03:16

Killin' it. Great to see you back at it! Best videos out there.

Ответить
@musazulu7013
@musazulu7013 - 01.04.2022 10:16

Thank you very much Wes, i have been learning a lot from you.

Ответить
@musazulu7013
@musazulu7013 - 01.04.2022 19:41

Do you have a tutorial where you demonstrate unit testing the repository layer in not net core 5 or 6?

Ответить
@newabyuser
@newabyuser - 06.04.2022 06:58

Dev at its best

Ответить
- 06.04.2022 22:11

Thanks for your content. What is the VIM plug-in you use within visual studio?

Ответить
@gga-wh5du
@gga-wh5du - 08.04.2022 20:34

Best content thank you

Ответить
@ghostslinger3148
@ghostslinger3148 - 14.05.2022 07:27

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?

Ответить
@semen083
@semen083 - 15.05.2022 23:17

Does C# DateTime will be converted in DateTime with timezone in Postgresql datatype?

Ответить
@matthewwatson7902
@matthewwatson7902 - 08.11.2022 17:12

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"

Ответить
@JoyRetro
@JoyRetro - 06.12.2022 20:44

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.

Ответить
@naeemdeshmukh7035
@naeemdeshmukh7035 - 13.11.2023 14:28

Hello Wes,
Amazing content!

Can you please share github repo link for me to clone this?

Ответить