Thursday, January 5, 2017

Create a knockout controller for sharepoint visual webpart

Using a knockout controller in sharepoints visual webpart without referencing any of the server object model is necessary for the new development paradigms of Sharepoint.

The blog below explains a coherent way to achieve this:

http://community.rightpoint.com/blogs/viewpoint/archive/2013/07/01/sharepoint-2013-web-parts-and-the-app-model-part-3-the-web-part-quot-client-quot-architecture.aspx

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