13 Nov
2009

Using the jQuery UI Datepicker with ASP.NET MVC 2 Templates

Brad Wilson has recently completed a blog series about Templates in MVC 2. I really like this feature as it provides me with the ability to quickly generate screens, even if eventually I might have to go back and rework them. Basically I want to have my cake and eat it – I want the […]

Read More
11 Nov
2009

Delete a work Item in TFS

Category:General PostTag: :

I needed to delete a work item in TFS and found that by design it is not easy to do. I found that this can be done using the TFS Power Tools via the command line. tfpt.exe destroywi /server:http://ServerName:8080 /workitemid:123 You will get a warning: This action is not recoverable. Are you sure you want […]

Read More