Це відео не доступне.
Перепрошуємо.

Azure CosmosDB + CRUD + Entity Framework Core - FREE

Поділитися
Вставка
  • Опубліковано 19 сер 2024
  • Hey Programmers,
    In this episode, I am showing how you can create a free Azure CosmosDB and how you can perform CRUD (Create, Read, Update & Delete) operations on that database.
    GitHub - github.com/Cur...
    #Azure #CosmosDB #EntityFramework
    Join this channel to get access to perks:
    / @curiousdrive
    Subscribe here - / @curiousdrive
    Talk to us on - / curiousdrive
    Like our page - / curiousdrive
    Follow us on - / curious_drive
    Follow us on - / curiousdrive
    Make a donation - www.paypal.me/...
    Be a member - / curiousdrive
    #CuriousDrive #WeLoveCoding

КОМЕНТАРІ • 20

  • @HariHaran_10
    @HariHaran_10 Місяць тому +1

    Thanks bro. Love from India❤

  • @SamuelFatunmbi
    @SamuelFatunmbi 10 місяців тому +1

    Thanks a bunch for this. Really helped me

  • @robdas1
    @robdas1 Рік тому +1

    Excellent! Thank you.

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

    Thanks for this tutorial video...very good and simple.

  • @jakmdibrah
    @jakmdibrah Рік тому

    Thanks a lot. Its very clear .

  • @Corvin_
    @Corvin_ Рік тому

    Thanks a lot for the video

  • @TheGothGaming
    @TheGothGaming Рік тому

    very good!

  • @RenatoZimerfeld
    @RenatoZimerfeld Рік тому

    thank you very much

  • @akhilkankran2067
    @akhilkankran2067 Рік тому +1

    How to connect CosomoDB using Active Directory Authentication?

  • @user-ls1ge5jd9g
    @user-ls1ge5jd9g 4 місяці тому

    i didn't see orders table or container!!!
    how to query orders without customer?

  • @Unoquepasaporahi
    @Unoquepasaporahi 11 місяців тому

    Hi, How do you create CUSTOMERS ? and how did you manage to create it with nested ORDER?

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

    Thanks for the video, very nice. I have one questions why each employee and customer document is having two id (Id,id) fields?

    • @realcolormusic
      @realcolormusic Рік тому

      I was thinking the same. An answer would be nice.

    • @alexisnarvaez
      @alexisnarvaez Рік тому +1

      Short answer: Cosmos DB has a mandatory property of id (in lower case) for every document

  • @shazebs_
    @shazebs_ Рік тому +1

    Hi I don't see the SQL only option on my azure portal
    can you help?

    • @chindesai
      @chindesai Рік тому +2

      I think, Azure Cosmos DB for NoSQL is same as SQL

    • @lipunpatel5937
      @lipunpatel5937 Рік тому +2

      You can choose "Azure Cosmos DB for NoSQL" it's the same

  • @ravijsoni2477
    @ravijsoni2477 Рік тому

    u dont need a where condition, 'FirstOrDefault' can handle delegates.

  • @rodrigo6459
    @rodrigo6459 Рік тому

    This was a GREAT demo on who to connect a start working CosmosDB using Entity Framework.. now.. when I try a query like var custs = _context.Customers.OrderBy(c => c.Orders.Count()).ToList(); I get a ".Count())' could not be translated." WHY?? this is driving me crazy!