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

Browse by Tags

All Tags » programmation   (RSS)
Ça vous dit quelque chose ce truc? Allez voir http://www.postsharp.org/ et ce que ça fait. Vous n'en reviendrez pas. Grosso modo, PostSharp permet de faire du Aspect Oriented Programming en .NET. Le site web du gars explique super bien à quoi ça peut ...
J'ai découvert l'API de Google Charts hier soir. Il est possible de faire des charts simplement avec l'URL que l'on envoie à Google. Google analyse l'URL, construit une image sous format PNG et nous la retourne. Essayer ce lien : http://chart.apis.google.com/chart?cht= ...
I downloaded NUnit 2.4.1 at the beginning of June. As always, I don’t read any of the new documentation. What was I thinking? I should have read it before now. For people who are using NUnit, you use the Assert class where you compare the expected result ...