I had a need to validate the server certificate that was used by RabbitMQ to ensure it wasn’t revoked. This…
So, you need to make sure the sites you talk to haven’t had their certificates revoked. Well, by default .NET…
I am writing an app using Xamarin Forms and wanted to control the user agent for my webview. It’s a…
Looking for the HTTPUtility class? Ha, you don’t get it. PCL doesn’t have it. Fret not, though, you can still…
This fixed my razor intellisense problem and the error after installing the latest ASP.NET tools. Here is how to fix…
I got this error in Visual Studio 2015 checking in to TFS. “Value was either too large or too small…
Stupid SDK doesn’t give any details on where the SDK path is, etc. Well, Install the Windows 8.1 SDK with…
I was trying to sign my code but my cert came as a crt and no one seems to play…
I had an issue where I wanted to force a datacontext to rebind everything. The RaisePropertyChanged(“”) wasn’t working and I…
If you have an HTML document that you import into the RadRichTextbox that has images and you are hosting WPF…