Thursday, July 23, 2015

Knockout validation

This code library has very useful knockout validation code for developers use..

http://www.getcodesamples.com/src/C65AF608/C9E7E4B6

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...