alkampfer on July 20th, 2010

Microsoft have just released the 1.0 version of the scrum template for TFS. The reason behind this, is that a lot of person wish a template that closely match the scrum process, as described in the literature.
With this template we now have two agile process template, the first is the classic MSF Agile 5.0, that [...]

Continue reading about Microsoft Scrum 1.0 released

While I was upgrading a project to the latest version of nhibernate I encounter this error
filter-def for filter named UserContext was never used to filter classes nor collections

The code worked perfectly with the older version of nhibernate, but with the new version it does not work. Thanks to my friend Guardian we have found the [...]

Continue reading about NHibernate filter-def for filter named was never used to filter classes nor collections

alkampfer on July 3rd, 2010

One of the most exiting addin for VS2010 is the Visual Studio 2010 Pro Power Tools that has a great number of features, but the most interesting one is the Document well, you can read everything about it in this post.
This really boost productivity for those one having wide monitor, such as 24’’ that [...]

Continue reading about Visual studio Pro Power Tools Tab Well

alkampfer on June 29th, 2010

I really believe that such a word (Hackability) does not exists but a tweet I saw minutes ago makes me think a little bit, the tweet was this one
I hear about Wordpress blogs getting hacked HOURLY. What is it about WP that makes it so hacker friendly?
The answer is simple IMHO, wordpress is the [...]

Continue reading about Hackability

I have a simple scenario, I have an application deployed internally with click once, and some of the internal versions are made avaliable externally. The problem is that I need to change the application configuration file before deploying them to production server. To accomplish this you can simply locate the file applicationname.exe.config.deploy in the deploy [...]

Continue reading about Changing application configuration file from a deployed click once application