jcotton42
jcotton42
CC#
Created by shiru0108 on 12/28/2024 in #help
✅ Smpt | email sending
$close @shiru0108
10 replies
CC#
Created by bighugemassive3 on 12/28/2024 in #help
return Object<byte> after checking typeof(T) == typeof(byte)
Do you actually care if it’s a number, or just if it’s parseable?
13 replies
CC#
Created by bighugemassive3 on 12/28/2024 in #help
return Object<byte> after checking typeof(T) == typeof(byte)
The JIT recognizes this pattern and will throw away the cast.
13 replies
CC#
Created by bighugemassive3 on 12/28/2024 in #help
return Object<byte> after checking typeof(T) == typeof(byte)
You can do (TValue)(object)val if (TValue)val doesn’t work.
13 replies
CC#
Created by surwren on 12/19/2024 in #help
Proper way to deploy application?
I mean, I use it for my projects. Who cares if some rando pulls my image lmao
17 replies
CC#
Created by honey the codewitch on 12/18/2024 in #help
Looking for a better way to cancel on keypress from the console
fair enough
45 replies
CC#
Created by honey the codewitch on 12/18/2024 in #help
Looking for a better way to cancel on keypress from the console
Sure. But it's a lot simpler, and it also makes it harder to accidentally cancel.
45 replies
CC#
Created by honey the codewitch on 12/18/2024 in #help
Looking for a better way to cancel on keypress from the console
45 replies
CC#
Created by Spirit on 12/2/2024 in #help
✅ Having issue with CS7036 (No argument given that corresponds to the required parameter)
People generally don't memorize the error numbers @Spirit. What's the actual error message?
9 replies
CC#
Created by Greenboat on 12/1/2024 in #help
NetworkInformation.GetConnectionProfiles() when broadcasting mobile hotspot in Windows 11
Yes. But again, doesn't need to be a hotspot, could be a normal router.d
11 replies
CC#
Created by Greenboat on 12/1/2024 in #help
NetworkInformation.GetConnectionProfiles() when broadcasting mobile hotspot in Windows 11
It's going to be the same kind of as LAN made by a router.
11 replies
CC#
Created by Greenboat on 12/1/2024 in #help
NetworkInformation.GetConnectionProfiles() when broadcasting mobile hotspot in Windows 11
All the hotspot does it make a wifi network that can be joined.
11 replies
CC#
Created by Greenboat on 12/1/2024 in #help
NetworkInformation.GetConnectionProfiles() when broadcasting mobile hotspot in Windows 11
What discovery mechanism are you currently using?
11 replies
CC#
Created by Greenboat on 12/1/2024 in #help
NetworkInformation.GetConnectionProfiles() when broadcasting mobile hotspot in Windows 11
Your app shouldn’t care at all. So long as it can discover the other devices, why does it matter?
11 replies
CC#
Created by workani on 11/29/2024 in #help
✅ Chances to get unpaid internship as a beginner
This is more #career-talk
2 replies
CC#
Created by mundane-vegetable on 11/26/2024 in #help
Inequalities Function
@mundane-vegetable please elaborate.
4 replies
CC#
Created by simon on 11/22/2024 in #help
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Data.SqlClient
Try $vsdrunk @simon
5 replies