[Mono-list] Presentation ideas

Jonathan Pryor jonpryor@vt.edu
Sun, 20 Jun 2004 07:19:44 -0400


On Sun, 2004-06-20 at 05:41, David Sheldon wrote:
> Hi,
> 
> I will be giving a presentation to my local LUG introducing them to
> Mono. Does anyone else have a set of slides and/or demos that will show
> off features that mono can do that MS.NET doesn't, or good visual
> features of mono?

I don't have any slides, but here's an idea for what "mono can do that
MS.NET doesn't": Generics. :-)

OK, that's not really true -- Microsoft has released a beta for generics
support, as has Mono, but I suspect it's easier to get the mono-preview
package than the Microsoft beta...

> I plan on writing an ASP app 

I assume you mean ASP.NET.

> "live" and showing it running on a linux
> machine, running a GTK# app on both Linux and Windows, and maybe risking
> writing a simple winforms app and ruinning that on Linux. Is all of this
> likely to work as demos?

ASP.NET and Gtk# should work.  I would advise against WinForms, unless
you make sure it works on your machine first.  It's still under
development and highly unstable.

 - Jon