.Net
Has anybody used resharper with VS Pro?
It can be a bit slow but you can tune it to a degree. If you want ReSharper I’d recommend using Rider if that’s an option, it’s great unless you are doing Blazor dev, in Read more…
It can be a bit slow but you can tune it to a degree. If you want ReSharper I’d recommend using Rider if that’s an option, it’s great unless you are doing Blazor dev, in Read more…
Hi. I already wrote about this tool a month ago. Then he was still at the very beginning of his journey. And after a month, I want to show you a first stable version with Read more…
Hey guys, I played around with some new .NET 5 features this week. I wrote a blog post on generating builder classes automatically using the new Source Generator in .NET 5. Check it out. https://justsimplycode.com/2020/12/06/auto-generate-builders-using-source-generator-in-net-5/ Read more…
I’ve tried using Visual studio a couple of times , but every single time it lagged so much , the delay from user input was agonizing , are there any other good ides for c# Read more…
Hi I am currently a high school grad and I know full stack javascript and man those promises and callbacks are hell but you can ignore that. I am studying PHP right now. Do you Read more…
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…
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…
I’m working on my own little game where I need a seed generator. I got the random part down and when I have if statements to find exactly one of the input numbers it decides Read more…
In Web Application Development, we must have a robust technology to provide strength to our Web application. Node.js and Django both are pretty commanding technologies that help us to create versatile mobile and web applications Read more…
Streams are one of the elemental concepts that are introduced to power the applications based on Node.js. These are the method used to handle the data and to read or write input into output consecutively. Read more…