Daniel
Daniel
CC#
Created by ADaly on 10/23/2024 in #help
What security restrictions do anti-malware place on Windows processes?
I believe I've had a similar problems years ago. I can't remember the solution but I believe I gave up on finding one and rather, used ProcMon to see exactly wtf is happening. Unless you've already tried that, then sorry :/
3 replies
CC#
Created by Cheems🤡 on 10/23/2024 in #help
✅ Visual Studio Doubt
The most optimal way is: 1. Use it 2. "I don't like this, its annoying, can I turn this feature off? 3. End up turning almost half of the features off and use solution explorer on the left like a sane person Its a big IDE. Lot's to learn. But nothing essential. As long as you can put code on paper and presss "play", that's good for now. As your coding skills grow your thirst for tools grow and you discover more visual studio features.
12 replies
CC#
Created by Saiyanslayer on 10/23/2024 in #help
When to use a static helper class vs extension methods
Performance wise, I don't know if there's much of a difference. Maybe you can create a small side project to determine operating speeds. For me personally, I would go for extension methods. I like how intellesense detects them. I've always found Helper classes/methods like 'bandaids' to poorly planned code structure.
15 replies
CC#
Created by V3NG3ANC3 on 10/23/2024 in #help
Changing the default css for Identity pages in a Blazor Server app
What exactly are you finding complicated about it? Look at your wwwroot/index.html file
4 replies