Generating API documentation with Doxygen

I saw Doxygen for the first time when I was working with Gtkmm time ago, and I really liked it. Now, looking for a nice tool for C#, it turns out that NDoc is dead and does not support .Net 2.0 so I thought about Doxygen and… it rocks!. And I’m not the...

Cool Spanish .Net site: La Bloguera

It is very cool indeed!. I’m very happy because the guys at La Bloguera have just made me a member so now I can blog there :-). Creo que desde que regrese a Espana voy a escribir los posts tecnicos tambien en espanol,… desde luego la ocasion lo merece. La...

Back from Madrid

Presentation samples: Gtk# data binding MVC Sample Nice day there in the conference and great weekend in Madrid. Thanks to all the attenders (about 15-20 guys) and people that help me with the presentation. Unfortunatelly, nobody recorded the session. My hand is still...

Boxerp 0.2 released

There you go!: http://boxerp.org I have a hopefully-temporary problem in 1 hand caused 4 2much typing so that is all 4 now, I need holidays. Cheers

To not forget anymore

1: class Program 2: { 3: // sample invocation: “([^a-z|A-Z|0-9])+” “9asdf(sss*df” “_” 4: // return: Substitution : 9asdf_sss_df 5: static void Main(string[] args) 6: { 7: Regex regex = new Regex(args[0]); 8:...