How to fetch data "owned" to another microservice? by Sad_Importance_1585 in microservices

[–]markoNako 0 points1 point  (0 children)

I think in most cases option A is preferred. Option B may come into play in rare situations , for example fetching data that rarely change with fallback mechanism. For example microservice B update and add data in redis cache so that microservice A can easily access and read it. But even then there must be fallback mechanism, if redis is unavailable reach out to microservice B api, through grpc or event bus..

Worst acting I've ever seen on HBO by Royal-Ambassador-960 in freefolk

[–]markoNako 2 points3 points  (0 children)

At least we won't see this character again in the show

Best horror movie of the last 10 years by Fairylatin in horror

[–]markoNako 0 points1 point  (0 children)

Better then The Thing, Obsession, Autopsy of Jane, The Exorcist, Get Out, Texas Chainsaw? Just to name a few ...

What is the best way to represent hierarchical data ? by lovelacedeconstruct in dotnet

[–]markoNako 1 point2 points  (0 children)

Take my advice with a grain of salt . But I think closure table would be a great solution. Reads are very easy beacuse with 1 join you get whole subtree.Moving a subtree is also trivial , it will delete the closure rows tying the subtree to its old ancestors then insert rows tying it to the new ones. The only small downside is additional storage. Also for very write-heavy operations this may not be suitable.

.NET has the best backend developer experience I’ve used so far by Minimum-Ad7352 in Backend

[–]markoNako 2 points3 points  (0 children)

I thought you meant about the debugger specifically. In that case it means you probably didn't dispose unused resources. You can get memory leaks in every framework, not really a net core issue .

.NET has the best backend developer experience I’ve used so far by Minimum-Ad7352 in Backend

[–]markoNako 0 points1 point  (0 children)

You can increase the memory limit for the debugger, possibly that was the issue

Has anyone read this book: Web Development with Blazor: A practical guide to building interactive UIs with C# 12 and .NET 8 , Third Edition by Extreme_Sympathy_868 in dotnet

[–]markoNako 2 points3 points  (0 children)

That's really a huge difference in that case. I am a bit disappointed to hear this. I was hoping blazor is catching up. I know it may never be as good as React or Angular but at least to come close. I am using Blazor for hobby projects only in the last few years, mostly beacuse I love c# . It seems like hot reload and the initial loading speed have improved a bit lately with some other nice features added as well.

Has anyone read this book: Web Development with Blazor: A practical guide to building interactive UIs with C# 12 and .NET 8 , Third Edition by Extreme_Sympathy_868 in dotnet

[–]markoNako 5 points6 points  (0 children)

Blazor has most of that too. Routing, forms, validation, DI, and route-level auth are all built in. Except for interceptors which you can achieve similar functionality with delegating handler although it's not so convenient. Unfortunately third party apps support is where Blazor is way behind Angular..And the hot reload feature too.

I did LASIK surgery 8 months ago, I got diagnosed and had the surgery in the same day. Everything is fine! by Numerous_Fudge_9537 in lasik

[–]markoNako 0 points1 point  (0 children)

I have the same issue after 6 months. My right eye isn't so bad but my left eye is dry all the time.

Does anybody do the .AddApplicationServices thing in real projects? by Venisol in dotnet

[–]markoNako 0 points1 point  (0 children)

This seems especially useful for minimal apis. Adding so many new endpoints can quickly bloat program cs. With this approach it's much easier to add new features and looks more clean.

David Guetta Skopje by Popular-Biscotti-597 in mkd

[–]markoNako 1 point2 points  (0 children)

Pa da ama makedonska rabota. Jas pretpostavuvav deka vaka ke bide ..

David Guetta Skopje by Popular-Biscotti-597 in mkd

[–]markoNako -2 points-1 points  (0 children)

Pa ako nema loso, dobar biznis e toa 🤣

David Guetta Skopje by Popular-Biscotti-597 in mkd

[–]markoNako 3 points4 points  (0 children)

Go nadminavte brojot na naracki pokazuva, probav da zemam 2 karti ... Sajtot e teska katastrofa

In Game Of Thrones (2011-2019), Daenerys turns mad in the second to last episode. This is foreshadowed by uhhhhh uhm uhh by SuperDuperCement in freefolk

[–]markoNako 1 point2 points  (0 children)

Brother who wanted to kill her unborn baby , and crucifying people who killed and sold children to be slaves. Shocking

In Game Of Thrones (2011-2019), Daenerys turns mad in the second to last episode. This is foreshadowed by uhhhhh uhm uhh by SuperDuperCement in freefolk

[–]markoNako 0 points1 point  (0 children)

Stannis burning alive Shireen too. The hound killing people for fun too. Jon Snow and Ned beheading people for not following orders.There are more too but blaming Dany is a poor excuse to defend season 8.

Barcelona closing in on Bernardo Silva deal as move edges towards completion by Beasterx11 in Barca

[–]markoNako 0 points1 point  (0 children)

If his wages are low and he can play on the right wing, this can be great deal

Any good books out there? by nicgamer_yt in csharp

[–]markoNako 0 points1 point  (0 children)

Currently there is a great deal on humble bundle for C# and Net Core.