Tuesday, August 25, 2015

Knockout custom bindings and value accessors

Custom bindings in knockout enable us to specify custom knockout parameters in data-bind attribute. They are quite useful to implement custom functionality across the site. Here are more references to these attributes

http://knockoutjs.com/documentation/custom-bindings.html
http://www.knockmeout.net/2011/07/another-look-at-custom-bindings-for.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...