.Net

TypeScript to C# Converter?

I can’t find a TypeScript to C# converter (that works). Does anyone know of one? Again, I need TypeScript to C#, NOT C# to Typescript. This one looked promising but didn’t work for me: https://marketplace.visualstudio.com/items?itemName=Box-Of-Hats.ts-to-csharp Read more…

By , ago
.Net

Translating a python program to c#

Several weeks ago I dropped a question in stack overflow but I haven’t gotten any answers so I’m bringing it here. https://stackoverflow.com/questions/64812976/3d-perlin-noise-normalize-function-in-c-sharp It requires knowledge about both python and c# and any help is greatly Read more…

By , ago
.Net

Question about ValueTask / ValueTask<T>

Recently read articles about it: https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/ https://blog.marcgravell.com/2019/08/prefer-valuetask-to-task-always-and.html Both of the articles says that Do not await ValueTask multiple times. Do not await ValueTask concurrently. Let’s say I have a Web API that has a singleton Read more…

By , ago