jcotton42
jcotton42
CC#
Created by Turbo on 9/18/2024 in #help
random number
The dialog itself doesn’t do the saving. The same applies to OpenFileDialog.
12 replies
CC#
Created by Turbo on 9/18/2024 in #help
random number
It asks the user to specify a path, that path is then returned to your app so it knows where to save to.
12 replies
CC#
Created by Turbo on 9/18/2024 in #help
random number
We won’t do it for you.
12 replies
CC#
Created by Turbo on 9/18/2024 in #help
random number
What about it?
12 replies
CC#
Created by WhiteFalcon on 9/18/2024 in #help
Sharing the custom marshalled type across libraries
6 replies
CC#
Created by RacerDelux on 9/17/2024 in #help
Best Way To Load and Cache Scoped Data?
Yes, the behaviors are all async. This does mean that the layer above your pipeline cannot use the config data, but typically that code should be pretty minimal anyhow.
11 replies
CC#
Created by RacerDelux on 9/17/2024 in #help
Best Way To Load and Cache Scoped Data?
Actually, since you’re using mediatr, maybe you could load this data in a pipeline behavior?
11 replies
CC#
Created by RacerDelux on 9/17/2024 in #help
Best Way To Load and Cache Scoped Data?
Not sure why you’d use Task.Run here. Right now, for multiple calls, they’d all end up running, and the last would “win” the assignment I guess.
11 replies
CC#
Created by RacerDelux on 9/17/2024 in #help
Best Way To Load and Cache Scoped Data?
Well for starters, you could make it async.
11 replies
CC#
Created by Patitas de caramelo on 9/11/2024 in #help
remove or minify variable names out from compiled exe
Presumably because Windows is natively utf16.
200 replies
CC#
Created by Silver Black on 9/11/2024 in #help
How to distribute VisualStyles for dialogs Vista style - FIXED!
15 replies
CC#
Created by Silver Black on 9/11/2024 in #help
How to distribute VisualStyles for dialogs Vista style - FIXED!
15 replies
CC#
Created by Silver Black on 9/11/2024 in #help
How to distribute VisualStyles for dialogs Vista style - FIXED!
$code is how you do that
15 replies
CC#
Created by tommy on 9/14/2024 in #help
Why do we enclose the `Main` function inside of a class in C#?
I think F# does?
9 replies
CC#
Created by MJT on 9/14/2024 in #help
✅ False Positive Virus Detection on my C# network ping code
I noticed you said “corporate,” your buddy’s IT probably won’t like them running random exes.
12 replies
CC#
Created by Waiting... on 9/14/2024 in #help
How can I fix this system.runtime error?
but every single "download this dll" site i've seen has been very sketchy-looking
122 replies
CC#
Created by Waiting... on 9/14/2024 in #help
How can I fix this system.runtime error?
well okay, they might not be
122 replies
CC#
Created by Waiting... on 9/14/2024 in #help
How can I fix this system.runtime error?
dlls downloaded off the internet are probably malware
122 replies
CC#
Created by Cryy on 9/13/2024 in #help
Create data during EF6 migrations
By EF6 do you mean old EF, or Core?
8 replies