wasabi
wasabi
CC#
Created by eid on 6/25/2024 in #help
await-work in thread class is different from await-work in task class?
new Thread(async () => also makes no sense. There is no overload of Thread which accepts a Func<Task>
4 replies
CC#
Created by UnrealSPh on 6/20/2024 in #help
Do we really need microservices in order to scale out an application horizontally?
Microservices isn't much of an archtectural decision but an organizational one, really. Non-microservices can scale the software the exact same ways.
18 replies
CC#
Created by Nectar on 6/24/2024 in #help
✅ how to write web.config for IIS deploy
You don't usually have to do anything except publish your app.
3 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
Well there's always .net
26 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
But go for it I guess.
26 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
The chances of any of this working in monos WinForms across all of that is nil, for the same reason
26 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
Just write different code for just that.
26 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
No. But who cares?
26 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
PInvoke X11 directly
26 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
None of the existing JSON libraries will maintain the structure.
21 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
To actually accomplish this, you'd need a custom library.
21 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
It's certainly not a tool I would use to be taking screenshots, though.
26 replies
CC#
Created by Mazranel on 6/16/2024 in #help
Using Screen.FromPoint(Cursor.Position) always returns `Display 0`
Not much serious work has been done on Mono WinForms in about a decade.
26 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
Right, so, exactly what the other poster you were quoting said. You write a program that clones the repo, and then analyses it. Wherever you deploy that (VPS or not) it will do that.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
Uh huh
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
The backend would be on the VPS presumably.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
But that's not what you're doing. You're running the code ON YOUR DESKTOP.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
RIght. Which would work. Because when running ON THE SERVER, local means ON THE SERVER.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
So again, why SFTP? Heh.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
Both parts would take place on the same machine.
46 replies