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 [...]
Archives for the Month of November, 2009
Create a .wsdl file from an asmx web service with NAnt
Sunday, 29 November 2009
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 [...]
Creating a development workstation for MOSS 2007 – Win 2008 R2, SqlServer 2008
Monday, 9 November 2009
Starting working on a new mission with MOSS 2007, I’ve setup a new development workstation.
I wanted to start with the latest products available at Redmond:
Windows Server 2008 R2
Sql Server 2008
Visual Studio 2008
Moss 2007 & Office 2007
with everything in 64 bits.
