.Net Core MySQL Microservice - Entity Framework Core MySQL

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 26

  • @rp962
    @rp962 2 роки тому +1

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

  • @nelsonmudanya3015
    @nelsonmudanya3015 2 роки тому +1

    Everything about this content is on point

  • @namessis
    @namessis 8 місяців тому +1

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

  • @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!

  • @seldomseen_78
    @seldomseen_78 2 роки тому +1

    Great stuff 👍

    • @CodingDroplets
      @CodingDroplets  2 роки тому

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

  • @mahmoudmardawi850
    @mahmoudmardawi850 2 роки тому +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  2 роки тому

      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 2 роки тому +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  2 роки тому

      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 2 роки тому

      @@CodingDroplets yes I did

    • @mahmoudmardawi850
      @mahmoudmardawi850 2 роки тому +1

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

  • @deepd6352
    @deepd6352 2 роки тому +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  2 роки тому

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

  • @АртурМаквецян-я9й

    Thank you so much!!!!

  • @CodingDroplets
    @CodingDroplets  2 роки тому

    Microservices Tutorial Playlist Link: ua-cam.com/video/gPInkLCfalE/v-deo.html

  • @rajendrasyam6971
    @rajendrasyam6971 2 роки тому +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  2 роки тому

      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 роки тому +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

  • @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