Blog personal

Cuando escribo, entiendo mejor el mundo.

Blog personal

Cuando escribo, entiendo mejor el mundo.

La experiencia con la casa de madera

En este artículo no citaré nombres de empresas, porque no se trata de atacar a ninguna, sino de contar nuestra experiencia para las amistades que nos están preguntando sobre el tema. Nuestra experiencia es que montamos una casa de madera...

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

leer más

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

leer más

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

leer más

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

leer más

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

leer más

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

leer más

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

leer más

Updating my mind

When you're learning something new and eventually you figure it out, you got a fresh algorithm or rules in your mind, to understand how to use that. At that point you can explain it to somebody else...

leer más

Dynamic assemblies and serialization

The AbstractBindableWrapper is getting more and more difficult. I am facing a lot of problems regarding Windows Forms and WPF databinding and of course regarding Reflection.Emit. AOP is very cool...

leer más

Could not load type X from assembly Y

There are a bunch of reasons you can get this issue but one of the most difficult to find out is this: You're adding methods to an assembly that is also installed in the GAC You have a reference to...

leer más

Updating a WPF Treeview

I did post about this few days ago... but I made a big mistake!!!. Fortunately my post was online for 8 hours or so. What I was wondering is how to create new items in a WPF Treeview that has been...

leer más

Put a scripting language in your life

I think my first scripting language was something called ARexx in my old Amiga 1200. I used to write ARexx script for environment tunning. After that the Bourne Again Shell (BASH) has been REALLY...

leer más

On productivity

Most of the people I've met think that being at work a lot of hours means more productivity. I mean in IT, in software development. For some reason they believe that the more hours you sit in front...

leer más

New and cool site: DotNetKicks.com

I've discovered this cool site: DotNetKicks.com which has been developed using the popular SubSonic framework. It seems to be like a Digg clone but regarding .Net development. What is very nice is...

leer más

Securing a WCF Service

There is a lot of nice documentation at Microsoft's website along with some other good sites but I'm going to add some details and my working configuration for my service. For me, coming from Linux...

leer más

WPF Strongly Typed ComboBox

This is a hack more than an elegant solution but given the WPF architecture it has been the only way I've found to make a ComboBox strongly typed. The problem I had is that I use to access the...

leer más

Must read this

NHibernate best practices: It is not only for the article itself but for the links contained within it. References to great papers from Martin Fowler and links to cool samples. It shows parts of the...

leer más