Thursday, January 10, 2013

Using the SPQuery class is the only supported server object model approach for programmatically working with data in external lists.

http://msdn.microsoft.com/en-us/library/ff798485.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...