Daniel
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
✅ 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
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