.Net
Does using React in ASP.NET have any advantage over Blazor?
I used to do web with nodeJS & React, for quite some time so I would classify myself as pretty skilled with React. However before web I was a Unity developer for a long time Read more…
I used to do web with nodeJS & React, for quite some time so I would classify myself as pretty skilled with React. However before web I was a Unity developer for a long time Read more…
I have an app that needs to run on a tertiary monitor. It runs perfectly when the app has the focus, but when I alt-tab away or open another app, the GUI stops updating until Read more…
Hello all, I would like to know the binary search tree terminology exactly. I know the value which is less than its root node, it will come left side or vice-versa. but what if in Read more…
So I’m trying using the ASPNetHeroBoilerplate that was posted the other day for a project that I’ve been kicking around. I’ve never used a CQRS/MediatR/Repository + Onion pattern before, but I decided that this would Read more…
I asked this before and someone recommended Systems.Threading. However, these still have a low level of abstraction. Java has a framework for concurrency and they have classes/interfaces which do the managing for you and also Read more…
For example if a user types a word in the console that matches a specific cell I want it to connect to, can I have info sent back to them from a different cell with Read more…
Hi, I’m kinda new to Lambda many things work already but right now I’m getting to the limit of my understanding. I have a WPF App, where I want to show some stats that I Read more…
I am new to C#, but I have been working on a inventory and price checking program for a few days now. But when I tried to continue working on it today the file would Read more…
SOLVED. I just needed to add using System.Threading; Everyone online said that you needed to add using System.Threading.Tasks; but it was useless. Putting using System.Threading; is what fixed it. So I want to have a Read more…
hello , i am learning OOP C# and im having a really hard time wrapping my head around Ienumerator and Ienumrable interfaces in terms of the logic + implementations and ive been searching for explenations Read more…