17 Jan 2006 Marcus   » (Master)

Miguel writes about the speed of Mono, citing the ease of P/Invoke (calling native C libraries from C# managed code via bindings) and its use for speedup as advantage.

In my opinion this loses the advantage of the managed code platform, since from a security standpoint its a nightmare.

Security problems are not in the nice and fancy GUI logic, but happen in lower level routines, like for instance graphic rendering. So programming in C# to be more secure ... and then calling native libs... Does not make it secure.

And rapid prototyping? Why not use a XML based approach like glade or QT Designer does and just write the wrapper calls? *sigh*

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!