Wednesday, November 18, 2015

Visual Studio Keyboard shortcuts

These keyboard shortcuts are pretty useful in VS development, just take a look at them:

http://blogs.msdn.com/b/visualstudio/archive/2010/01/13/searching-and-navigating-code-in-visual-studio-2010.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...