BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Mono Content on InfoQ

  • Mono and .NET: The Secret Behind Medtronic’s iPad App

    Apple has been heavily promoting the iPad for business applications. One of their biggest success stories is the Medtronic mStar application, which you can see on Apples website. What Apple isn’t talking about that it is really a cross-platform application running the same the C# code base on Windows, iPhone, iPad, Android, and WebKit.

  • Mono for Android Debuts While MonoTouch Reaches 4.0

    Novell has announced Mono for Android, a tool for .NET developers interested in creating applications in Visual Studio for Android. MonoTouch 4.0 comes with: Mono core 2.10, Parallel Frameworks for C#, LLVM Compiler Support, C# 4.0 and .NET 4.0 support, and others.

  • Mono in Google’s Summer of Code

    Mono has been selected as a mentoring organization for this year’s Google Summer of Code. Since 2005, Google has been sponsoring this annual event for students. In exchange for working on an open source project, each student accepted into the program is paid a stipend of 5,000 USD, 500 of which is given in advance.

  • MonoMac Offers .NET Style APIs for Cocoa Development

    MonoMac, the newest attempt at creating a GUI toolkit for C# on OS X, has hit its 1.0 release. MonoMac is designed to be much more consistent with other .NET/Mono libraries. This is done by offering a thicker wrapper around the Cocoa APIs that obeys the .NET Framework Design Guidelines.

  • Unity 3.3 adds support for the Android

    Unity technologies announced March 1st that their popular game development tool Unity now supports the Android. The pricing model is the same as for iOS, $400 for Unity Android and $1500 for Unity Android Pro.

  • WPF on Mono? It is a matter of funding.

    Miguel de Icaza, founder of the Mono project, says that support for Windows Presentation Foundation on Mono is possible, but would require funding for 15 to 20 developers over a period of two to three years. As an alternative he proposes using other toolkits, but they too need community support.

  • Going Beyond the Standard: Continuations in Mono

    While Mono usually strives to follow the C# and Common Language Infrastructure specifications, it does occasionally go beyond them. While some features such as SIMD support are backwards-compatible with .NET, runtime supported continuations are exclusive to Mono.

  • SGen: Mono’s Generational Garbage Collector

    Mono had a dirty little secret. Until recently it used the portable but woefully inaccurate Boehm-Demers-Weiser conservative garbage collector. After two long years of work Mono is making the shift to a new generational garbage collector that is specific to the CLR and far more precise than anything they’ve had before.

  • Mono Releases Mono Packager for Mac

    Earlier this week, the Mono folks released the Mono Packager for OSX and refreshed the MonoMac library and templates. Developers can now create self-contained Mono applications which can be distributed via the Apple App Store.

  • MonoDroid Bridges .NET with Android

    MonoDroid brings the whole Mono VM to Android, enabling .NET developers to write applications for Google’s mobile OS. Developers now can write applications targeting iOS, Android, and Windows Phone 7.

  • A Mono Update

    Last week Miguel de Icaza published a long post listing all the work the Mono team at Novell has been doing since the move to GitHub in July 2010. Much of the new work has been around language development and MonoDevelop improvements.

  • .NET’s Platform Divergence Problem

    For many years the platform dependency issues in .NET we very easy to understand. Almost everything people used was marked as either compatible with .NET Compact Edition or with the full edition. Aside from .NET Micro, which hardly anyone used, there wasn’t much else to worry about. But now that there is over a dozen active frameworks to choose from, the situation has grown quite complex.

  • LLVM 2.8 Released

    The LLVM team yesterday released LLVM 2.8, the low-level virtual machine infrastructure that includes a next-generation C/C++ compiler, optimiser, and run-time. In addition, the LLVM also sports a VMKit for CLR and JVM runtime and is used in tools as diverse as MacRuby and Python's Unladen Swallow. Additionally, the recently-released Mono 2.8 has a mono-llvm runtime. So what's new in LLVM 2.8?

  • Mono Compatibility Report for Microsoft Biology Foundation

    Microsoft Biology Foundation describes itself as “a language-neutral bioinformatics toolkit built as an extension to the Microsoft .NET Framework, initially aimed at the area of Genomics research.” Currently it targets .NET 4.0, but support for other platforms is planned.

  • Infragistics Offers an ASP.NET Toolkit Targeting both Windows and Linux

    Infragistics’ NetAdvantage for .NET 2010 Volume 2 contains an ASP.NET toolkit that runs both on Windows and Linux via Mono. The toolkit contains a number of new controls: WebScriptManager, WebRating, WebExcelExporter, WebCaptcha.

BT