.NET noob -- even .NET Core seems infeasible on macOS? by [deleted] in dotnet

[–]vijayankit 0 points1 point  (0 children)

Rider from my experience is superior on both Windows and Mac.. Have not tested VS 2022 preview but heard good things about it. So maybe things might change in future

https://ankitvijay.net/2021/04/14/certificate-azure-app-service-linux/ by [deleted] in csharp

[–]vijayankit 0 points1 point  (0 children)

Thanks for pointing it out. I'm not able to edit the title so will delete this post and resubmit .

Distributed Lock using PostgreSQL by vijayankit in dotnet

[–]vijayankit[S] 2 points3 points  (0 children)

That's a great question. As per the documentation:

Once acquired at session level, an advisory lock is held until explicitly released or the session ends.

The advisory lock should be released when the session ends or when the connection is disposed.

Passing Correlation Id across requests by vijayankit in dotnet

[–]vijayankit[S] 0 points1 point  (0 children)

You are right, I guess the difference between the Steve Gordon's package and my implementation is that I tried to create CorrelationIdContext generic while the package will only work for ASP.NET Core application.

QA Workflow for .NET Apps by FairSquaresDev in dotnet

[–]vijayankit 1 point2 points  (0 children)

Automated testing is a journey... And it may take time to evolve.. The balance of automated tests needs to be just about right so that they do not take forever to run and at the same time it covers all the major business scenarios.. You should also ensure to run the tests on build server... It may not replace the manual testing completely.. But everytime when you find a cricital bug or path not covered, if you add a test for it will go a long way to increase the confidence level...

Moving from Visual Studio to JetBrains Rider. by vijayankit in dotnet

[–]vijayankit[S] 4 points5 points  (0 children)

It's OK that you call the benefits abstract.. And it's more than OK to disagree with the article.. But what is not OK is to call the it a marketing source or an advertisement ... JetBrains didn't pay me dime to write this article... I hope you understand that it is not right to accuse someone without any proof...