x0rld
x0rld
CC#
Created by πŠπ«ΓΈπ‘ΓΈπ— on 6/10/2024 in #help
βœ… From App C# Error
show the error
30 replies
CC#
Created by mini on 5/12/2024 in #help
βœ… The request was aborted: a protected SSL/TLS channel could not be created
btw remove tls 1.1 and tls 1.0 that could cause some issue
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls | SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls13;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls | SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls13;
154 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
your variable from your form is a class or a string ?
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
can you copy paste here the error as text it's horrible to read in screenshot
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
don't ping me
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
read the last sentence
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
show the complete error
70 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
you have to give a specific profile
13 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
$close
13 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
you can add --launch-profile to dotnet run I guess that works with watch
13 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
if you run that profile in cmd what happend ?
13 replies
CC#
Created by Piixel on 4/18/2024 in #help
βœ… Read a xlsx file with c#
$excel better
11 replies
CC#
Created by Piixel on 4/18/2024 in #help
βœ… Read a xlsx file with c#
ah
11 replies
CC#
Created by Piixel on 4/18/2024 in #help
βœ… Read a xlsx file with c#
$closedxml is nice to read excel
11 replies
CC#
Created by Cubic on 4/18/2024 in #help
How to make an expression as short as possible
I really like the try pattern
44 replies
CC#
Created by Cubic on 4/18/2024 in #help
How to make an expression as short as possible
if you know how it works
44 replies
CC#
Created by Cubic on 4/18/2024 in #help
How to make an expression as short as possible
you can probably do it using aggregate ? πŸ€”
44 replies
CC#
Created by Cubic on 4/18/2024 in #help
How to make an expression as short as possible
that force you to use the null collasing operator
44 replies
CC#
Created by Cubic on 4/18/2024 in #help
How to make an expression as short as possible
why value is nullable ?
44 replies
CC#
Created by not1us1gamer on 4/11/2024 in #help
Asp.net Login and Signup
Use the chat
14 replies