Here is a really enlightening talk from Udi Dahan about the Command Query Responsibility Segregation (CQRS) pattern.
Udi goes all the way to why the current architectures must change and what are the benefits introduced by this pattern.
Beware, it’s a long presentation (about 1h40).
Skills Matter : London .NET User Group:Command Query Respons.
Author Archive
Command Query Responsibility Segregation pattern : a presentation by Udi Dahan
Tuesday, 2 March 2010
[French] Présentation : Introduction à Ruby on Rails
Saturday, 27 February 2010
À la suite de la présentation Ruby que j’ai donnée il y a quelque temps, je me suis attelé à présenter au groupe Pattern & Practices CGI Québec le framework web Ruby on Rails.
Il s’agit seulement d’une introduction, histoire de donner envie à tout le monde d’aller découvrir ce merveilleux framework qui a inspiré et [...]
NAnt task to drop/create sqlite database from ActiveRecord
Thursday, 3 December 2009
I really like to use ActiveRecord when building small apps or internal tools. It offers a lot of great features of his older brother NHibernate, without freightening everybody on your team.
I also really like the ability to generate the database schema based on the domain entities, so you don’t have to worry about SQL and [...]
Create a .wsdl file from an asmx web service with NAnt
Sunday, 29 November 2009
There are places where we are still stuck with .net framework 2.0 – so WCF is still not available. I’m currently working on such a project.
I’m using asmx web services, and i needed to be able to export the wsdl file generated by the framework, as part of an automated build.
It turns out that it seems [...]
Try Ubuntu 9.10 with VMWare Player in 10 minutes!
Thursday, 26 November 2009
You’re curious and want to try Ubuntu, but you don’t want to mess up you’re computer or deal with the hassle of installing a new operating system? The you should try Ubuntu with the latest VMWare Player.
Install Sharepoint Training Kit locally
Monday, 23 November 2009
I’ve installed the Sharepoint Training Kit on my sharepoint training workstation (created here).
After having painfully followed the instructions, I had to spent half an hour to make it work. And it seems i’m not the only one!
I really think it’s a shame for Microsoft to release poor quality software as a training material. They need [...]
MindTouch Dream : a coroutine framework
Friday, 20 November 2009
Really interesting presentation about a concurrency in the .Net world :
MindTouch @ Monospace: Going Concurrent & Keeping your Sanity « MindTouch Developer Blog.
I should take the time to explore the MindTouch Dream framework.
[French] Présentation : Introduction à Ruby
Tuesday, 17 November 2009
J’ai donné ce soir au groupe Pattern & Practices CGI Québec une brève introduction à ce merveilleux langage qu’est Ruby.
Cette présentation s’adresse à un public de développeur familiarisé aux langages de développement plus “traditionnels” (.Net, Java, etc.).
Introduction au langage Ruby
View more presentations from Julien Blin.
Les fichiers exemples sont dans le repository git suivant : http://github.com/julienblin/pres-ruby.
[Mise [...]
How to Run Programs as a Domain User from a Non-domain Computer
Sunday, 15 November 2009
Found here.
To be able to run a program as a domain user when your current workstation is not part of the domain, use the following command line:
runas /netonly /user:domain\username "{program}"
Really nice when you want to connect remotely to a Sql Server with Windows Authentication, without being part of the remote domain.
Git screencasts on tekpub
Friday, 13 November 2009
I’ve just finished to watch the Mastering Git screencast series on tekpub.com
Though I was already familiar with Git, I learned a lot through the 12 episodes. Rob Conery takes the time to explain even the inner workings of Git, or how to simply integrate it with Visual Studio.
If you are using Git, or just interested [...]
