Tuesday, February 28, 2017

Livetiles Collaboration in sharepoint

In SharePoint getting people to collaborate is key to the success of the project. And since custom development of such solutions can get too complex and time consuming more often than not, it definitely makes sense to use a third party solution which greatly reduces efforts and time spent.

One alluring such tool is Live Tiles which makes pretty easy to develop custom collaboration solution without much coding. More info can be found at https://www.livetiles.nyc/

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