Les Blogs de Microsoft France [OPML] Les Bloggueurs de Microsoft France : Antoine Driard Arnaud Gstach Benjamin Gauthey Christophe Lauer Damien Caro *** Lantim Eric Mittelette Eric Vernié Fabrice Meillon François Mérand Guillaume Renaud Jihad Dannawi Julien Codorniou Laurent Bonnet Laurent Ellerbach Laurent Herbulot Lucas Riedberger Mitsu Furuta Pascal Belaud Patrick Guimonnet Pascal Belaud (Olymars) Patrice Manac'h Patrick Duboys Pierre Lagarde Sébastien Bovo Stanislas Quastana Stéphane Papp Thomas Lucchini Team Media Center
<script language="JavaScript1.1" type="text/javascript"> <!-- Xt_param = 's=168056&p='; Xt_r = document.referrer; Xt_h = new Date(); Xt_i = '=4) {Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;} document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Analyse d\'audience">'); //--> </script> <noscript> audit et mesure d'audience visiteurs internet par </noscript>
<!-- Start of Flickr Badge --> <style type="text/css"> .zg_div {margin:0px 5px 5px 0px; width:117px;} .zg_div_inner {border: solid 1px #000000; background-color:#ffffff; color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;} .zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;} </style> <script type="text/javascript"> zg_insert_badge = function() { var zg_bg_color = 'ffffff'; var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_person_id=51333257%40N00'; document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"><\/iframe>'); if (document.getElementById) document.write('
Almost Too Easy!
That's how begins the title of one of the latest DevX articles: "Almost Too Easy! Creating Cross-Platform ASP.NET Applications Using Mono". The article subtitle is really catchy too: "Running basic ASP.NET applications on other platforms using Novell's open-source Mono project is as easy as copying the files to the new system. For ASP.NET 1.x authors, cross-platform code is fast becoming a reality.".
You named it, the article talks about using Mono to run ASP.NET applications on non-Microsoft OSes. In the article, the author mentions weblogs.asp.net as a place containing a lot of very valuable information.
Writing the code was not that difficult. Even if you're a novice at C# you'll find lots of examples with a few simple Google queries. The Microsoft Visual Studio documentation and MSDN Web site are full of good information as well. I get a lot of good tips from reading Web logs. For example, the http://weblogs.asp.net site gathers feeds from various writers both inside and outside of Microsoft and aggregates them into a single feed.
Yes! I like reading such comments ;-)
Concerning the contents of the article, I agree with Yosi to say that the example is too simplistic, and that Mono may not be suitable for enterprise applications - at least for quite a long period of time. I'd be curious - if I had some extra time to work on this - to do an indepth study of what remains to be implemented (ie: what's missing) in Mono to build those large Enterprise applications and solutions that large ISVs need to target.