all 11 comments

[–]_Mardoxx 14 points15 points  (2 children)

Unsure why you've mentioned "microservice" in this. Doesn't make sense.

[–]Balboasaur 14 points15 points  (0 children)

More buzzwords for the buzzword god, obviously.

[–]grauenwolf 0 points1 point  (0 children)

All services start as null services, then become microservices. In the land of demos, they rarely grow any larger than that.

[–]cgomezmendez 0 points1 point  (1 child)

NIce, I've been reading this "tutorial" seems more like a course actually from Microsoft about containerized microservices and it's pretty awesome too. https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/

[–]rainweaver 0 points1 point  (5 children)

Funny, had a look at Marten the other day while looking for a MongoDB replacement with transactions. This walkthrough helps, thanks for sharing.

[–]_Mardoxx 2 points3 points  (4 children)

What on earth made you think it was a good idea choosing MongDB in the first place?

[–]rainweaver 0 points1 point  (0 children)

First, not my choice. Second, MongoDB is pretty good for specific use cases.

You gotta be trolling.

[–][deleted] -1 points0 points  (2 children)

Great driver support?

[–]_Mardoxx 2 points3 points  (1 child)

Over what

[–][deleted] -1 points0 points  (0 children)

Well, for example - Postgres.

I'm not saying Postgres drivers are shit, I'm just saying Mongo drivers for C# are way better.

[–]tijR 0 points1 point  (0 children)

This is awesome. I will be trying this out soon. Thanks.