Friday, January 4, 2013

To assign value to a choice field using entity framework, enum generated by SPMetal has to be used.

http://www.codeproject.com/Articles/168714/Using-SPMetal

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