From f733ee5c45705fbc28fa2e565ddee12aaf18bea2 Mon Sep 17 00:00:00 2001 From: David Golus Date: Tue, 26 Jul 2011 15:00:55 -0300 Subject: development/mono-basic: Added (Visual Basic.NET support for Mono) Signed-off-by: Niels Horn --- development/mono-basic/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 development/mono-basic/README (limited to 'development/mono-basic/README') diff --git a/development/mono-basic/README b/development/mono-basic/README new file mode 100644 index 0000000000..3fbfee3e40 --- /dev/null +++ b/development/mono-basic/README @@ -0,0 +1,8 @@ +A Native compiler for Visual Basic.NET support in Mono. +Having a native compiler for Visual Basic not only allows developers that +wish to completely develop a Mono supported platform, but also allows +applications that depend on the CodeDOM (ASP.NET for example) to be +developed using Visual Basic. Something that before the availability of the +compiler was not possible. + +Requires mono and gtk-sharp. -- cgit v1.2.3-65-gdbad