alkampfer on August 11th, 2010

I’ve just read this nice blog post, and I want to give my contribute to it .
I’ve started programming on a Vic20 Commodore computer, I began just with copying a couple of programs that are in the manual, and immediately being curious about the Basic language.
So I moved to a Vic20 programming course in [...]

Continue reading about What Did you start programming on

alkampfer on August 10th, 2010

Now that I’m able to deploy to a remote machine a web application thanks to a customized build workflow it is time to move to a real scenario. I’ve blogged about two distinct tasks

executing arbitrary code with a tfs build
deploy an application to a remote server with a custom tfs workflow

Now I want to move [...]

Continue reading about Moving to a deploy system based on Tfs Build

alkampfer on August 7th, 2010

Lab Management is surely one of the most exiting new feature for TFS 2010 and now we finally have a Release Date.
Since Lab Management is really a complex set of tools, even if it is in the iso images of TFS 2010 is still considered to be in “release candidate” version. Now we can announce [...]

Continue reading about Lab management release date

alkampfer on July 27th, 2010

My frient Guardian blogged some minutes ago explaining how you can change the mapping of your codeplex project now that codeplex is migrated to TFS2010. There is even a simpler solution, first of all open Visual Studio, then connect to the new tfs server. As you can see in Figure 1 I have projects in [...]

Continue reading about Codeplex is upgraded–how to map to the new server

alkampfer on July 26th, 2010

I need in a simple project the ability to communicate various type of messages through different View Model in a WPF application, some VM raise some message about something that is happened in the system, and other VM can listen for messages and doing something with them.
I know that there are a lot of [...]

Continue reading about Primitive broker class