Microservices with .NET 6 and AWS Tutorial - Part 2

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 18

  • @TaylorRayHoward
    @TaylorRayHoward 2 года назад +3

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

    • @WesDoyle
      @WesDoyle  2 года назад

      Always great to hear from you my friend!

  • @naeemdeshmukh7035
    @naeemdeshmukh7035 10 месяцев назад

    Hello Wes,
    Amazing content!
    Can you please share github repo link for me to clone this?

  • @musazulu7013
    @musazulu7013 2 года назад +3

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

  • @musazulu7013
    @musazulu7013 2 года назад +1

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

  • @JoyRetro
    @JoyRetro Год назад

    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.

  • @matthewwatson7902
    @matthewwatson7902 Год назад +1

    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., "") otherwise you'll get errors when doing "dotnet ef migrations add initial-migration"

  • @THE_NE0
    @THE_NE0 2 года назад +1

    Thank you for the amazing content

  • @vikikashi786
    @vikikashi786 2 года назад +1

    Thanks Wes for this amazing content.

  • @ghostslinger3148
    @ghostslinger3148 2 года назад

    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?

  • @gga-wh5du
    @gga-wh5du 2 года назад +1

    Best content thank you

  • @newabyuser
    @newabyuser 2 года назад +1

    Dev at its best

  •  2 года назад

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

    • @WesDoyle
      @WesDoyle  2 года назад +2

      I'm using vsvim!

  • @Nurtylek
    @Nurtylek 2 года назад

    r u gonna use messages queue like rabbitmq instead of http?

    • @WesDoyle
      @WesDoyle  2 года назад +1

      I will be covering RabbitMQ in a separate series!

    • @huizhao2050
      @huizhao2050 Год назад

      @@WesDoyle I can't find the series. Could you please paste the link?

  • @semen083
    @semen083 2 года назад

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