AchSteff
AchSteff
CC#
Created by AchSteff on 4/13/2025 in #help
Combining a MAUI App and WPF Updater into a Single MSIX Package?
Hey everyone! I’m working on a .NET project and I have a question about packaging. I have a MAUI app that I want to distribute as an MSIX package. I also have a separate WPF app that acts as an updater for the MAUI app (it checks for updates and installs them). Is it possible to combine both apps into a single MSIX package, so they can be installed together? Any tips or best practices?
3 replies
CC#
Created by AchSteff 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 AchSteff 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 AchSteff 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 AchSteff on 10/11/2022 in #help
HTTP Post query
23 replies
CC#
Created by AchSteff 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