Matronix
Matronix
CC#
Created by Matronix on 2/25/2025 in #help
How to bypass certificate validation in .NET Core when using a WCF ClientBase object?
We have a new application that needs to talk to a legacy WCF / SOAP service and the target machine will not always have a valid certificate. How to ignore the certificate validation when using a ClientBase. I see many examples for HttpClient but still haven't found a solution for WCF.
3 replies
CC#
Created by Matronix on 4/2/2024 in #help
Update and add to Resource.resx file via code.
We are adding localization to our product and want to automate the process of updating the resx file with the new keys and values so that we can run the translations automatically. Right now it is cumbersome as we need to manually add the entries into the resx when we add new values.
Any clue on how to programmatically build a resources.resx file?
3 replies