ASP.NET Core Document Database with Marten

preview_player
Показать описание
Marten is a .NET Transactional Document DB and Event Store on PostgreSQL. Every dotnet dev should try it as an alternative ef-core, not everything needs a full blown ORM.

#csharp #dotnet #postgresql
Рекомендации по теме
Комментарии
Автор

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

Vptkvc
Автор

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

smaug.the.stupendous
Автор

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?

codecomposer
Автор

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.

mohammadharb
Автор

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.

smaug.the.stupendous
Автор

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

alandemaria
Автор

Please make a video with .NET CORE and GraphQL

hemantjain
visit shbcf.ru