Tag Archives: csharp

WCF Streaming with REST on Mono

One of the problems with the mono framework is that streaming is not working properly. I tried to get it working myself and even tried to fix the framework myself. To much trouble as the solution is to use another … 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

Compiling mono

As you could read in my previous post I’m playing with mono. This is open source so any problem can actualy be fixed by you. All you need to do is make some changes to the sources and compile. A … Continue reading

Posted in Development | Tagged , , , , , , | 1 Comment

Cross platform development with mono

The DotNET framework is an open standard and mono is the implementation for multiple platforms, including Linux, MacOSX and Windows. Mono is behind on the Microsoft dotNET framework, but there might be just enough features for your program to run … Continue reading

Posted in Development | Tagged , , , , | 1 Comment