Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Xamarin on Android: Bypass SSL Verification With HttpClient

August 26, 2017September 29, 2017Munir Husseini1 Comment

To disable SSL verification while making HTTP calls with System.Net.Http.HttpClient in a Xamarin app on android, you need to supply a SSLSocketFactory and HostnameVerifier with all checks disabled. To do this, you’ll need to subclass AndroidClientHandler and override the appropriate methods.

Read More 15216 views

ASPNETCORE 2.0 Identity – Redirect URL signin-* Returns 404

August 1, 2017October 26, 2018Munir Husseini2 Comments

When creating an ASP.NET Core web application using the web app template in VS 2017 preview, a web application with…

Read More 34311 views

Xamarin: Failed to create JavaTypeInfo for class … due to System.NullReference Exception

June 15, 2017Munir HusseiniNo Comments

In my Xamarin\Android project, I wanted to use a WebView and add a JavascriptInterface to enable communication between my app and…

Read More 12882 views

Visual Studio 2017 Failed To Install – Setup Failed To Detect Shared Configuration

April 28, 2017September 28, 2017Munir HusseiniNo Comments

Today, I tried to install Visual Studio 2017. As with too many Microsoft products lately, after paying a significant amount…

Read More 10630 views

C#: Loading Dynamic Assemblies Into Other AppDomains

May 27, 2015September 28, 2017Munir HusseiniNo Comments

So you have generated dynamic assemblies (like here) and want to load the assembly into a new (or at least…

Read More 19309 views

Parse JavaScript Date From String

May 16, 2015September 28, 2017Munir HusseiniNo Comments

Suppose you have a string representation of a date, e.g. “2015-05-15T22:43:35.0962104+02:00” or “5/15/2015”, and you need to parse that string…

Read More 8219 views

In-Memory Code Generation With .NET – Loading

May 2, 2015September 29, 2017Munir HusseiniNo Comments
This entry is part 5 of 5 in the series In-Memory Code Generation With .NET

The previous articles from this post series have discussed how to generate .NET types at runtime and how to get…

Read More 10048 views

Fix Visual Studio 2013 Razor CSHTML Intellisense in Class Library or Console Application

February 5, 2015September 27, 2017Munir HusseiniNo Comments
Read More 9729 views

C#: Getting Installer Product Data From Hosted Web PI GUI

October 28, 2014September 29, 2017Munir Husseini2 Comments

The previous post explained how to get event notification from a running Web PI GUI window that is hosted in…

Read More 8969 views

C#: Getting Feedback From Hosted Web PI GUI

October 27, 2014September 29, 2017Munir HusseiniNo Comments

The previous post explained how to host the GUI of Microsoft Web Platform Installer (Web PI GUI) in an own…

Read More 9806 views
Load More
(c) 2011-2020 Munir Husseini