Monthly Archives: November 2008

Inteligencia de Negocios (Business Intelligence) Arquitectura del sistema Informático de Soporte a la Decisión

“We are just begining to understand how to use information as a tool” Peter Drucker Los Software de la Inteligencia de Negocios (Business Intelligence), informatica decisional, propone utilizar los datos en transito por el sistema informativo, generalmente datos de la … Continue reading

Posted in Architecture, Business Intelligence | Tagged | Leave a comment

Fluent Interfaces

By : Paul Lorena Consider the language in the classical way, a set of tokens to communicate ideas, feelings, etc… the language richness, and the power of communicate more ideas clearly is the deal of the modern programming languages. A … Continue reading

Posted in Development | Tagged , | Comments Off

DSL + Configuration Section Designer

By Paul Lorena Introduction I was a brief but a quite interesting introduction to DSL (Domain Specific Language) in the TechDays y Gent Belgium 2008. I’m not an expert but basically is use same customer’s language in our software design. … Continue reading

Posted in Architecture, Development | Tagged , , , | 1 Comment

IoC Inversion of Control with Spring.Net

    By : Paul Lorena IntroIoC is a very powerful way to add new functionality in run time. There is a very complete explanation about this technique in the Martin Fowler’s site: http://martinfowler.com/articles/injection.html. The concept of “Container” is important, … Continue reading

Posted in Architecture, Development | Tagged , | Leave a comment

Choosing between Properties and Methods

By Paul Lorena Always one member in the development team use to misunderstand when to use properties or methods… Personally if I expect some value without complex process I use ‘property”. In other hand, if I’m waiting data that requires … Continue reading

Posted in Architecture, Development | Tagged , | Leave a comment