ASP.NET Core Document Database with Marten

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

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

  • @smaug.the.stupendous
    @smaug.the.stupendous 2 ปีที่แล้ว +5

    This migrationless development is absolutely underrated..., this is a WOW moment.!

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

      It’s pretty epic

  • @Vptkvc
    @Vptkvc 2 ปีที่แล้ว +3

    Thanks for sharing! Haven’t heard of this package until now. It’s pretty awesome!

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

      Eya V, yeah it’s really good worth a try )

  • @codecomposer88
    @codecomposer88 หลายเดือนก่อน +1

    Very cool. So if you also needed some Postgresql relational tables alongside the document DB approach, there would be no problem using EF or Dapper in conjuction with Marten, right?

    • @RawCoding
      @RawCoding  หลายเดือนก่อน +1

      Yes, they both would use npgsql package under the hood so you’ll need to align versions sometimes

  • @cocoscacao6102
    @cocoscacao6102 2 ปีที่แล้ว +3

    Been using it. Very cool package.

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

    Great stuff

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

    Did you check perf when database has around tens of millions of rows?

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

      Amazing video btw. Many thanks sir.

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

    Nice, thanks 👍

  • @smaug.the.stupendous
    @smaug.the.stupendous 2 ปีที่แล้ว +1

    What Rider plugin you are using to query that postgres?. Also you should use JSON plugin to prettify that json result, right now it is raw and harder to read.

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

      I use the terminal, and raw is how we like it here

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

    Hii ✋
    I'm currently working on a project that involves implementing the CQRS pattern and I'm exploring different options for denormalizing data. I've heard that using message queues or distributed jobs using Hangfire are two popular approaches for achieving this.
    However, I'm still trying to fully understand the benefits and drawbacks of each approach, and I was wondering if you would be willing to create a video discussing the possible scenarios for denormalization when implementing CQRS and comparing the benefits and drawbacks of using message queues versus distributed jobs using Hangfire.

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

    Нравится

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

    Looks like RavenDB :)

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

    Please make a video with .NET CORE and GraphQL

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

      I don’t do graphql

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

      @@RawCoding Ahh! Okay. But the way you explain is just damn awesome

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

    Have you tried YesSql?

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

      Nope wats that?