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('
Well, I decided to use a separate blog for my French posts. After a long period thinking about wether I should maintain two separate blogs or not, I finally decided to use this one for general subjects and discussions, in English, and open another one for more local news and subjects. As a result, you can expect seeing me blogging more and more in French - which is also easier to me since it's my mother language - and only post here to put my 2 cents on discussions and talk about .NET and general technology subjects that are not specific to France.
I now that no one cares, but I wanted to make this clarification though ;-)
Using Blogs.Trolls.Launcher;
Oh, by the way, we're not truncating posts or descriptions in the RSS feeds there :)
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.
I've just downloaded and installed Windows Media Player 10 and it's SDK on my home PC. The SDK comes with a bunch of code samples, one of which is a fully functionnal .NET application (written in both C# and VB.NET, VB.NET developpers will appreciate ;-)) that demonstrates how to control the player, get properties like the list of titles of the songs in the music library, etc...
This very nice, since it will allow me to start the development of a system I wanted to build for a long time: exposing a bunch of Web Services on my home PC that represent Windows Media Player basic features (Play, Pause, Stop, Next, Previous, Volume Control) and titles management (Choose a preset list, choose an album from the list or a title from the list).
The client application will be written un .NET Compact Framework, running on a PocketPC with a WiFi card, and voila! The ultimate remote control that operates even through the walls, not like those dumb IR remote controls ;-)
Tomorrow is Sunday? That sounds good, I'll have plenty of time to start this project :)
This is the second edition of the ASP.NET Roadshow in France. This year, the roadshow will visit 16 towns for 18 dates (there will be two sessions in Paris and Lyon). If you're new to .NET and especially to ASP.NET and what to get an insight on this technology in one day, just register and attend one of these sessions. Here is the agenda:
More details and registration can be found here.
if you attend, come and say "Hello". The speakers will be Pierre Lagarde, Mitsu Furuta and myself. We do not know yet who will present where and when, but feel free to stop by and have a discussion.
You want to try Mono, preferably on Linux but you don't want to spend hours installing and configuring the all stuff? Thanks to Jon Galloway, you just have to download an ISO image of Monoppix, burn it on a blank CD-R and boot. Monoppix is a bootable Linux distribution based on Knoppix which includes Mono, XSP and MonoDevelop: it runs directly from the CD and installs nothing on your harddisk. The ISO image is a 404 Mb download.
I must admit that even being a former Linux guy (Debian rUl3Z!), before I "Swallowed the Pill", I tend to get lazy installing and configuring Linux distros. This will be very handy for me. Download in progress... ;)