About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
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.
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 ios, iPad, Mirroring, mono, monotouch, tvoutmanager, vga adapter, video
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 csharp, ios, iPhone, mono, monodevelop, monotouch, windows phone 7
Leave a comment