Monday, January 18, 2016

Very useful utility functions in knockout

I found functions explained in following post are very useful for developing knockout applications, particularly array compare and flatten array.

http://www.knockmeout.net/2011/04/utility-functions-in-knockoutjs.html

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...