Steff
Steff
CC#
Created by Steff on 8/12/2024 in #help
✅ CancellationtokenSource and Cancel Task
Hello Guys, Small question. If i Cancel a Task with the CancellationtokenSource, I need for other Task's a New CancellationtokenSource?
10 replies
CC#
Created by Steff on 7/25/2024 in #help
Queue Cancellationtoken
Hello! I have a little Problem I have a queue und want break a Download. In my item class is a canceltoken and I have in Service a cancellationsource. But If i break a Download up, all Downloads failed. But I want one download who I take the button press using the button Can anyone help me please? Here is a Code
35 replies
CC#
Created by Steff on 11/4/2023 in #help
Encrypt password
Good evening. I would like to know how to encrypt passwords properly these days. MD5 is apparently outdated and is no longer used. Is SHA256 more secure? Many thanks for your help
18 replies
CC#
Created by Steff on 10/11/2022 in #help
HTTP Post query
23 replies
CC#
Created by Steff on 9/30/2022 in #help
Stupid JSON Question
Good Morning. I want
"news": [
{
"sophoraId": "ukraine-annexion-kritik-101",
"news": [
{
"sophoraId": "ukraine-annexion-kritik-101",
alone in a richtextbox. When I try this now, the richtextbox is always empty :
richTextBox1.Text = "Titel : " + news.sophoraId;
richTextBox1.Text = "Titel : " + news.sophoraId;
25 replies