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:...

Mono Summit 2007

We’re lucky this year because the Mono Summit is in Madrid. I’m in Dublin actually but the flights are cheap this time. I’m happy because the organization have given me the opportunity to present Boxerp 0.2 there. Here you go the schedule and the...

Presentation on Boxerp 0.2

Last month I went to Tenerife, to give a presentation at the university I studied (Universidad de La Laguna). I talked about Boxerp 0.2 which hasn’t been released yet, although it will be released this month, hopefully. People treated me very well there as...

Nice blocking UI

Boxerp has a responsiveness engine that lets you launch operations in background easily as displaying some kind of message to the user along with an option to cancel the call. However, there are times in which the operation is supposed to be fast so you don’t...