The idea is that if a user wants to make a reservation, the time of start and end will not be accepted if it's already in the interval of another reservation. T
Just wondering if .NET provides a clean way to do this: int64 x = 1000000; string y = null; if (x / 1024 == 0) { y = x + " bytes"; } else if (x / (1024 * 1
I have 5 modal dialogs with authentication forms (sign in, sign up, etc). Almost every modal can be called from footer and header. My problem is that i can't fi
I'm using np.random.uniform() to generate a number in a class. Surprisingly, when I run the code, I can't see any expected changes in my results. On the other h
I am checking if the user got a verification email after registration inside login function: static func authenticate(withEmail email :String,
I'm using React with NextJS. Now I want to place my favicon on the tabs conditional if the browser is in dark or in light mode. Is this anyhow possible? _docume
I am trying to understand differences between Identity Broker and Federation Gateway and where and when should you use these two services. Thanks for all kind o
I have created windows background service using .net core. So I need to run following Get method in every 5 minute using timer. public async Task<ActionResul