Thursday, October 1, 2015

Productivity Tools

This is an interesting article about drawbacks productivity tools, but part which I liked most is where the author directs us to technologies which possibly will be very important in the future.

http://blog.ploeh.dk/2013/02/04/BewareofProductivityTools/

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