DjangoCodes
DjangoCodes
CC#
Created by DjangoCodes on 4/16/2024 in #help
How should my dotnet 6.0 WPF application interface with a Mongo database in prod environment?
was thinking of a more solid 3 tier architecture with having my application interface with some sort of intermediary API with Node & ExpressJS, instead of having the bare connection string in the app.config or hardcoded into the application, obfuscating it and praying no one decompiles it into readable code which is obviously not practical but definitely easier
10 replies
CC#
Created by DjangoCodes on 4/16/2024 in #help
Need help publishing a dotnet 6.0 WPF application as a single exe.
I've tried everything possible, used Costura.Fody to compress together the dlls and tried every single build option in publish.xml
61 replies