.Net Core MySQL Microservice - Entity Framework Core MySQL

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

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

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

    Microservices Tutorial Playlist Link: ruclips.net/video/gPInkLCfalE/видео.html

  • @Stacattooo
    @Stacattooo Год назад +2

    thank you so much, so many tutorials on yt, and THIS one helped me finished my activity thanks!!!

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

      Glad to hear that it was helpful and enabled you to complete your activity successfully.
      Thank You for your support, and I wish you the best of luck with your future projects!

  • @namessis
    @namessis 4 месяца назад +1

    Amazing teaching tecnique. Thanks for your time! Great Vid.

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

    Everything about this content is on point

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

    Great content with no nonsense. I am a subscriber now.

  • @user-pb2ou8no3e
    @user-pb2ou8no3e Год назад +1

    Thank you so much!!!!

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

    Great stuff 👍

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

      Thank you for sharing your thoughts. Glad to know you liked it.

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

    Getting error "Authentication to host 'localhost' for user 'root' using method 'caching_sha2_password' failed with message: Unknown database 'db_product'". how to fix ?

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

      Source Code available in the below URL
      github.com/codingdroplets/DemoMicroserviceSolution
      Please verify your code

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

    Not able to solve this issue "MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts." Please help

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

      Project Source Code is available in the below URL.
      github.com/codingdroplets/DemoMicroserviceSolution
      Please verify the docker compose file and your connection string.

    • @mahmoudmardawi850
      @mahmoudmardawi850 Год назад +2

      It can be the connection string .. make sure that the connection string in MySql server is the same with your connection string. or you can go to Visual Studio ->view->SQL Server Explorer and initial a local server -> localhost and depend on it instead of stablish new engine SQL Server Management

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

    after installing docker compose file and set the 8001 local host the connection was succsseful in the sql server manager. But the response from the post man executed on the original local DB. I chicked the local host in the postman url and I set it to 8002 but same issue.
    Thank you

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

      Seems like the issue is with the connection string. Source code is available in the below URL. Please verify.
      github.com/codingdroplets/DemoMicroserviceSolution

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

      @@CodingDroplets nope. Not really. Check this out:
      Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
      ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid object name 'dbo.customer'.
      I faced this issue earlier with the tutorial and I need to make migration first to create the db, then postman tests worked fine. but with this case it created the db but didn't seed. this sounds different issue.

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

      Have you used the RelationalDatabaseCreator object as mentioned in the video?
      You can try downloading this project and run it in your docker.
      github.com/codingdroplets/DemoMicroserviceSolution

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

      @@CodingDroplets yes I did

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

      @@CodingDroplets its ok. I added the db table manually

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

    please share the github link

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

      Please find the source code from the below URL.
      github.com/codingdroplets/DemoMicroserviceSolution