Hi, is it fine to use git to backup my config? I did so many things that I don't want to miss if I switched to another OS, so how do you backup your home and configs? And shou...
Hi, I want to understand something. Guid are unique ids. When converted into base64, the value should be its representation in shorter string. But I had this where two base64 ...
Hi, I'm using Automapper, and i have a problem mapping entity of sub list. It ignores it even when I include it, so How can I specify it in the mapping profile? like if I hav...
Hi, Is there a way to stop null warning from appearing inside linq functions?
Then why am I seeing this? I don't want people to know I'm using Arch BTW.
Hi. Does anyone have a full tutorial on how to use gmail API to send an email in ASP? The documentation is so bad when it comes to c# SDK. I want to know, how to authorize the...
Hi, I need some consult if someone used or using both Azure and AWS. We have deferent services on Azure, app service running on Linux hosting, Azure functions, key vault store...
Hi, is it possible to have two terminals using same tmux session, but each one has different window running?
What's this called to run the function optionally when not null? I used to do f && f() all the time.
So my question is, since only query 1 is working, does it do multiple rounds of Sql Requests, or only one round? As you can see, it selects from _dataContext again.
Hi, I need help with EF Core. I'm using Model First Approach to create the domain. and I'm using ASP Identity Package for Users and Authentication, I am creating a table to st...
Hi, I need help in EF Core, I have a table tabl1 with columns col_a | col_b a | 1 a | 2 b | 3 b | 4 I want to select only the first row of every letter, so ...
I think even IIS is free, but limited to windows, right?
Is it fine to use this syntax? I installed Biome and started seeing few new syntax.
Hi, I want to know if it is bad practice to use context Provider for list items in react? The point is I want to access item values from outside without prop pass drilling for...
Hi, is there a difference to use cancelationToken instead of ControllerAbort with Axios? AFAIK, ControllerAbort is considered the new method for aborting request. I just hate ...
Why distinctby don't work with Count?
Hi all, I'm learning about reference types in JS. I now know passing {} object is pass by reference, and if I change a property, this property will be changed everywhere else...
Hi, I know that the question mark can be used to check for item not being null, Same as: Action action; Void execute() => action?.Invoke(); How is this different from : Voi...
How do you run the code? Are you using react vite?