Category Sin categoría

My proposal for joining .NET and the Hadoop ecosystem

Hi! I suppose that as a lot of people I have been living in the .NET world for last decade, and now we want to use the hadoop ecosystem in order to get all the benefits Big Data gives in our IoT projects: more storage and computing power for “less” money. But we want also to […]

NServiceBus: command and event routing in database with scale out

Hi all! In my current project we want to have all the routing configuration in database, including all the command and event routing. Also we want to use MSMQ+DTC and scale out without using the distributor because we will have endpoints with millions of messages per hour but each message processing is very fast. For that […]

CQRS with event sourcing using NServiceBus, Event Store, Elastic Search, AngularJS and ASP.NET MVC

CQRS+event sourcing posts Introduction Command + event sourcing Read model: Elastic Search and event store projections UI     Introduction Hi, In the next post series I will show a CQRS architecture. A CQRS architecture is an architecture that splits the system in two parts: the one for managing commands and another one that is a […]

Salsa al whisky

Copyright: Marta Aldea, yo sólo soy un humilde escriba en este asunto. Ingredientes: Aceite de oliva. Una cabeza de ajo. Mantequilla o margarina. Una pastilla de caldo de carne. Brandy, whisky o vino para cocinar. Un limón. Se pone aceite, que cubra bien el fondo de la sartén o cazo, a calentar a fuego medio. […]

Como instalar reporting services del sql server 2005 en el windows server 2008

  Buenas,   El problema es que no detecta el IIS porque el instalador no detecta el 7. Por lo tanto hay que habilitar toda la compatibilidad con el IIS6 para que el instalador se lo trague.   Este tipo es el que me sacó del problema. http://geekswithblogs.net/jimhlavin/archive/2008/04/01/installing-sql-server-2005-reporting-services-on-windows-server-2008.aspx 

How to install visual studio 2008 into an xp sp2 with office 2007

  Hello everyone, I have tried to install vs2008 for two days and now I have done it. Go to run and write this: msiexec /x {30120000-0044-0C0A-0000-0000000FF1CE} It will delete: InfoPath MUI 2007 beta <– I do not know what is it, but it was stucking the Visual Studio Web Authoring Component installation. What I […]

Cómo crear una búsqueda dinámica con linq, la típica con where dinámico

  ¿Cómo se podría hacer con Dlinq el típico formulario de búsqueda por varios campos? Muy fácil, se puede formar dinámicamente la consulta, al estilo procedimiento almacenado, pero todo desde Visual Studio, depurando y de una forma directa. Creo que realmente esto es un gran progreso respecto a como se realizaba anteriormente, ahí no hay […]

WCF (Indigo): si quieres no tienes porqué utilizar un proxy formado a través del wsdl del servicio

Poco a poco voy conociendo cosas nuevas del Indigo, pero una de las que más me ha gustado ha sido el hecho de no tener que definir un proxy mediante wsdl. La gracia consiste en que compartes la interfaz del servicio a ambos lados de la comunicación y eso queda ya como proxy, no la […]

Presentación

Buenas, Simplemente quiero presentar mi blog. Tratará cosas técnicas, unas veces en español y otras en inglés para que haya un montón de gente que pueda criticar, para bien o para mal, las cosas que escriba. Pues nada, ¡saludos!