Search Results

0
votes

Other ways to encrypt WCF Connections

If you are using a http endpoint, you can use a secure transport such as https. …
0
votes

DataTable to readable text string

Loop through the datatable and send it as HTML email - generating html table from datatable & sending it as body of email. …