Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/faq
diff options
context:
space:
mode:
authorJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-06-25 16:10:23 +0400
committerJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-06-25 16:10:23 +0400
commit59e000506538a9acbb054a8146bc905099f1beca (patch)
treeb98952b7bcbe4500274ca94f7f3e7a430aa2b58a /web/faq
parentcf2b756d659d9c65d1a741c71c529366d9356ec7 (diff)
Added several questions/answers and a new "Mono and ASP.NET" section.
svn path=/trunk/mono/; revision=5447
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq44
1 files changed, 44 insertions, 0 deletions
diff --git a/web/faq b/web/faq
index 39acd5bcd6d..f07c9822b24 100644
--- a/web/faq
+++ b/web/faq
@@ -5,6 +5,7 @@
<a href="#msft">Mono and Microsoft</a><br>
<a href="#pnpproject">Mono and the Portable.NET Project</a><br>
<a href="#webservices">Web Services</a><br>
+<a href="#asp">Mono and ASP.NET</a><br>
<a href="#devel">Development Tools and Issues</a><br>
<a href="#java">Mono and Java</a><br>
<a href="#extending">Extending Mono</a><br>
@@ -139,6 +140,10 @@ A: We are interested in providing the best tools for programmers to
Project white paper</a>.
the project.
+Q: Miguel said once that Mono was being implemented in COBOL. Is that true?.
+
+A: No. It was a joke.
+
<a name="ximian"></a>
@@ -253,6 +258,23 @@ A: As long as your applications are 100% .NET and do not make use
of P/Invoke to call Win32 functions, your smart client applications
will run on Mono platforms.
+Q: Where can I learn mora about Gtk#?
+
+A: The following <a href="http://gtk-sharp.sourceforge.net>link</a> sends you to the page of the project.
+
+Q: What can I do with Gtk#?.
+
+A: Gtk# is becoming very usable and you can create applications and
+ applets like those you see in a GNOME desktop environment. It's
+ easy to install so it's worth a try.
+
+Q: How can I compile my HelloWorld.cs which uses Gtk#?.
+
+A: Try: mcs --unsafe -o HelloWorld.exe -r glib-sharp -r pango-sharp -r
+ atk-sharp -r gdk-sharp -r gtk-sharp -r gdk-imaging-sharp
+ HelloWorld.cs
+
+
<a name="msft"></a>
** Mono and Microsoft
@@ -519,6 +541,24 @@ A: The webserver turned out to be very simple compared to the rest of the
You can try to help in the final touches to the System.Web classes and
writing regression tests for the widgets we have.
+<a name="asp">
+** Mono and ASP.NET
+
+Q: Is Mono supporting ASP.NET?
+
+A: Yes. The development of the support for ASP.NET comes in various stages,
+ here is what Gonzalo has been working on: 1. The Parser. 2. Getting the
+ parser to generate output compatible with ASP.NET. 3. Running the sample
+ output with the real Microsoft runtime but using our generated page. 4.
+ Running the sample with our classes with the .NET runtime. 5. Running
+ our sample code with our classes with our runtime. This is the process
+ we are following. Currently Gonzalo has reached point 3.
+
+Q: I have heard that their is a webserver developed with Mono. Is it true?.
+
+A: Yes. You can find it <a href="http://home.adelphia.net/~aljames/webserver.htm">here</a>
+ Read the README for more info.
+
<a name="java">
** Mono and Java
@@ -814,3 +854,7 @@ Q: Will Ximian offer certifications on Mono or related technologies?.
A: It's possible. But there is no plan about this. So the short answer is no.
+Q: Are there any Boehm's gc binaries?
+
+A: Yes. You can find them <a href="http://java.thn.htu.se/~toor/">here</a>
+