alkampfer on March 5th, 2010

I have a project with a complex user control used to select some values in hierarchic categories, it was realized with the UpdatePanel, it supports searching, selection by cascade of combo and much more, everything works great, but performances are not so good.
Now I decide to create another version that use jQuery to do real [...]



kick it on DotNetKicks.com

Continue reading about PopupControlExtender set focus to a control on popup

alkampfer on February 25th, 2010

A good option to customize TFS2010 build workflow is creating a Custom Activity, an operation that is quite different from creating a Custom Code Activity. A custom activity does not contain any code at all and it is only composed by sub activities. This kind of customization is really useful to create pieces of workflow [...]



kick it on DotNetKicks.com

Continue reading about Writing a custom Activity for TFS 2010 Build workflow

Sometimes I wonder the reason of some strange error in really big application. Facebook is surely one of the biggest application on the planet, it manages millions of user, but it has strange bug. I use facebook rarely, but in the last few days I was not able to look at my profile, whenever I [...]



kick it on DotNetKicks.com

Continue reading about Facebook profile “The page you requested was not found” Fix

alkampfer on January 13th, 2010

One of the new feature of TFS 2010 is the concept of Project Collection, that is a sort of container for Team Projects. You can think that a Project Collection can be used to have a sort of multiple TFS inside one single server. If you have multiple customers, and you want them to access [...]



kick it on DotNetKicks.com

Continue reading about Moving a TeamProjectCollection from one server to another

alkampfer on January 12th, 2010

I have a windows service that is used as a scheduler to launch actions in a pluggable way. It possesses a basic bunch of logic, and the user can simply derive from an ActionBase, doing whatever he want in the Execute method and let basic scheduler classes to manage the rest. In the last month [...]



kick it on DotNetKicks.com

Continue reading about Again on IoC, windsor and Release