Bienvenue à Communauté d'utilisateurs .NET et Agile de Québec Identification | Inscription | Aide

Browse by Tags

All Tags » continuous integration   (RSS)
I found this API to access Bugzilla through C#. It goes through XML-RPC .Net to access the web services of Bugzilla . While the web service is pretty limited (and experimental), it still gives you the ability to fetch the list of closed and opened bugs ...
I like to have meaningful version numbers in my .NET assemblies. I don't understand people who put an incremental build number in the version. Ok, you know it's build 28 but what does it mean besides that it was build before build 29. I usually put 2 ...
For those of you who use NAntContrib and CruiseContol .NET, you might be using the task <codestats> to get a rough estimate of the number of lines of code you have. While I enjoy this task, I got tired of opening up the .xml result file and copy/paste ...
Chez Toyota, chaque employé sur la chaîne de montage a le pouvoir d’arrêter la chaîne de montage. S’il trouve un problème, il n’a qu’à tirer sur une corde pour arrêter la production. Imaginez, un simple employé a le pouvoir d’arrêter une chaîne de montage ...
I used to work in Calgary. For 3 years, I worked on the same product. When I left the company, our team had CI, TDD with 450 unit tests covering 52 % of our code base. The funny thing is that we never considered ourselves Agile. In fact, it's a new member ...
La conférence Agile 2007 aura lieu du 13 au 17 août prochain à Washington D.C. J’ai regardé l’horaire et voici quelques coups de cœur : Lundi Introduction to Acceptance Test Driven Development: TDD est une excellente méthode pour faire des tests unitaires. ...