diff options
Diffstat (limited to 'development/mono-basic/README')
-rw-r--r-- | development/mono-basic/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/mono-basic/README b/development/mono-basic/README new file mode 100644 index 0000000000000..3fbfee3e4048d --- /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. |