miércoles, 13 de julio de 2011

Spy internal messages using MSMQ in a separated system.

As an introduction, MSMQ is a messaging protocol that allows applications running on separate servers/processes to communicate in a failsafe manner. This mechanism uses a queue where, when a new item enters, this is place to the bottom of the queue. Only when all items that were before on the top of the queue are read, this new item will be reached.

jueves, 9 de junio de 2011

Test Driven Development - TDD

Let's talk about Test Driven Development. Surely, many people knows about it nevertheless when they try to apply it, they realise that they must spend many time to change mind of developpers and this will raise that development time grow up. And that's true, this is because in this post, I will try to expose some practices and examples to help about how to use TDD.

jueves, 14 de abril de 2011

Dynamic Localization with observable and shared resources in Silverlight

The purpose of this solution is to achieve the following scenarios:

•    Define scoped resources in a modular solution by specifying the global, the application and/or custom ones.
•    Dynamic loading, so you won't need to download all resources available, this will be done on demand.
•    Observable resources, so if you change the culture, automatically all labels will be updated. No code is required.
•    Shared resources, in modular solutions, you can have a solution with some projects, another solution with some other projects and so on. With this, you will be able to add it sharing the resources.
•    Enable for unit testing.

miércoles, 30 de marzo de 2011

Official site of Club Atletismo Málaga

I have the pleasure to say that I have finished to publish my first website. This website is the offitial site of "Club Atletismo Málaga" an atheltics team. You can visit on http://www.clubatletismomalaga.es/
I have designed this site in Joomla, a dynamic portal engine very very easy to use. Everything is done just installing the right component :)

lunes, 28 de marzo de 2011

Multitargeting of WPF and Silverlight using PRISM

In my last job, I had change to lead a multitargeting project from an existing Silverlight solution to WPF one working together. Then, I will try to arrange all useful info that I needed regarding all this.

lunes, 14 de marzo de 2011

Brainstorming gold rules

I would like to elaborate a gold rules to manage a very constructive brainstorming that I has been able to take along all my experience. I see a brainstorming like an evolutive algorithm where all individuals have an initial knowledge and its own reality and all of them mix its vision along an iteration. Little a little, they will give better ideas because they will be involving.

miércoles, 9 de marzo de 2011

Performance decalogue for Silverlight

This guide has been done following my experience in Silverlight regarding the most useful gaps that I have had to use to make better Silverlight applications.