.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…
Im new to csharp and came across a problem while writing a Guessing Game where you have 10 attempts. Could anyone tell me what im doing wrong? It would be much appreciated. numberGen is Random(). 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…
Hey guys, I downloaded the project and code directly from Rob Mile’s website. I clicked start to run it and I just get a cmd prompt window. I can input a number and press enter, 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 have some custom icon which I already converted into XAML. Now in a control template I need to declare that icon. How to import that? I prefer to put the XAML as a DrawingImage Read more…