Tag Archives: monotouch

Basic Authentication on the Mono framework

Use the NetworkCredential constructor with username and password as strings. The SecureString constructor resulted in a request without the password in the Authorization header.

Posted in Development | Tagged , , , | Leave a comment

Video Mirroring IOS Apps with MonoTouch

For an on-stage demo of an iPad app I needed to build in video mirroring. Luckily I found this code and everything worked within 10 minutes, waiting for compile – package – deploy took that long 😉 This code is … Continue reading

Posted in Development | Tagged , , , , , , , | Leave a comment

Monotouch

The mono port to iOS is monotouch. Or is it. The code is compiled to native Objective-C, not the Intermediate Language code that compiles at runtime. They call it Ahead of Time compiling. Because C# is now supported on iOS … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment