A deep dive into the Azure Cosmos DB repository pattern NET SDK

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 7

  • @codinesh
    @codinesh 3 ปีที่แล้ว +1

    its great, helps get started with cosmos db with very little code.

  • @Ankushbindlish
    @Ankushbindlish 2 ปีที่แล้ว

    Good stuff !
    Few more ideas
    Aggregate functions
    Batch support for write operation
    Lifetime and lifecycle change in event of BCDR
    Case insensitive search
    Compression
    Encryption
    Instrumentation required for cosmosdb incident support
    Unit testing support for performance/stress
    ParentChild relationship, Limits
    cardinality etc

  • @mrgustavorocha
    @mrgustavorocha 6 หลายเดือนก่อน

    Why ValueTask what you consider to decide using it?

  • @yoddeb
    @yoddeb 3 ปีที่แล้ว +1

    Great stuff. Is it possible to change the serializer? I get an error when I try to do that: "Serializer is not compatible with SerializerOptions. Only one can be set"

  • @redarismail5777
    @redarismail5777 2 ปีที่แล้ว +1

    What if you want to use it with UnitOfWork pattern

  • @akm1557
    @akm1557 2 ปีที่แล้ว

    How to use this with mediatR ?? I am getting an error and don't know how to handle the dependency injection for this repository and its interface in the startup class.

  • @mrgustavorocha
    @mrgustavorocha ปีที่แล้ว

    UnitOfWork and MultiTenancy would be great