Click here to Skip to main content
16,023,001 members

Comments by Mr.Duy09 (Top 3 by date)

Mr.Duy09 26-Jul-21 4:24am View    
Thanks bro. This is a good idea, I thought of this too, however it would have to use 2 fixed classes to be able to do it, but my real problem is the point that the properties are dynamic, so only applicable your solution when input and output are clear and fix
Mr.Duy09 1-Jul-21 5:29am View    
Hey Bro!
I think you need "Identity Server 4".
https://identityserver4.readthedocs.io/en/latest/topics/signin.html#cookie-authentication
Mr.Duy09 25-Jun-21 5:37am View    
You mean like that, my Friend?
Table
|Name|Value|
|secTypeCd|SWAPIRS|
|swapTenor|10Y|
|effectivedate|2017-02-27

You want to convert Json like that:
{
"secTypeCd": "SWAPIRS",
"swapTenor": "10Y",
"effectivedate": "2017-02-27"
}
and the XML?:

<envelope>
<sectypecd>SWAPIRS
<swaptenor>10Y
<effectivedate>2017-02-27