I have two arrays A and B which have m and n int variables respectively. I have a function f, and I want to generate all f(a, b) which a is in A and b is in B:
I need to repeat the car answer in all rows until the next survey set of answer. The example I need is in the last column. The need is with this way, I can crea
If I build a Domain Controller and add all my computers to it, what would happen if I lost my DC? Would I still be able to login to my computers if they cannot
Let's suppose a transient Service: Startup.cs / ConfigureServices: services.AddTransient<IMyService, MyService>(); Here is the content of the service: in