<%@ Page Language="C#" %> <%@ Import Namespace="System.IO" %> <%@ Import Namespace="System.Linq" %> <%@ Import Namespace="System.Text" %> <%@ Import Namespace="System.Web" %> <%@ Import Namespace="System.Collections.Generic" %> <%@ Import Namespace="System.Collections.Specialized" %> <%@ Import Namespace="GuiCompare" %>

Mono 3.5 vs .NET 3.5

This shows the work-in-progress of Mono towards completing the 3.5 SP1 APIs.

Moonlight vs Silverlight 2.0

This is used to compare Mono + Moonlight assemblies against the published API of Silverlight 2.0.

Mono 3.5 vs .NET 2.0

This is comparing Mono's latest API which is typically installed in the lib/mono/2.0/ directory, but contains the 3.5 API.

This list is only useful to determine if there are some major missing features, but not for detecting if there are extra APIs (we will have them, as we are now tracking 3.5)

Mono 1.1 vs .NET 1.1

The Mono 1.1 API is typically used for embedded scenarios, so we are tracking here any major differences in the area of extra APIs that should not be exposed while building the NET_1_1 profile.