McMahone
McMahone
CC#
Created by McMahone on 2/15/2025 in #help
FileSystemWatcher Service
I see, I think I will start with the fsw and go with the first option @Bailey suggested.
13 replies
CC#
Created by McMahone on 2/15/2025 in #help
FileSystemWatcher Service
Is there a more reliable alternative to fsw for file monitoring?
13 replies
CC#
Created by McMahone on 2/15/2025 in #help
FileSystemWatcher Service
Thanks for the inputs! I haven’t built anything yet since this is just a personal hobby project.
13 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
Ahh, I see. Thank you guys😊
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
Right, but my API only accepts the latter encoding. Is there anything different I can do to use the latter in my application?
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
This is a different example the ToBase64 adds extra characters while the vscode version does not, but decoding returns the same csv string
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
with Base64 extension from VS Code: Y29tcGFueTtwcm9qZWN0X25vO3Byb2plY3Rfam9iX25vO3Byb2plY3Rfam9iX25hbWU7cHJvamVjdF9qb2Jfc3RhdHVzO3Jlc3BvbnNpYmxlDQowMDE7MTIzNDsxMjM7dGVzdDtBQ1RJVkU7OTk5
19 replies
CC#
Created by McMahone on 5/10/2024 in #help
base64 encoding csv string
csv: company;project_no;project_job_no;project_job_name;project_job_status;responsible 001;1234;123;test;ACTIVE;999. Convert.ToBase64String(Encoding.UTF8.GetBytes(csv)) returns:Y29tcGFueTtwcm9qZWN0X25vO3Byb2plY3Rfam9iX25vO3Byb2plY3Rfam9iX25hbWU7cHJvamVjdF9qb2Jfc3RhdHVzO3Jlc3BvbnNpYmxlDQowMDE7MTIzNDsxMjM7dGVzdDtBQ1RJVkU7OTk5DQo=
19 replies
CC#
Created by McMahone on 10/2/2023 in #help
❔ Sending a message to ServiceBus topic from ASP.NET Web API controller
But I am able to send it to the service bus and when I peek the messsge, it shows the correct data
12 replies