Wednesday, November 15, 2017
Agile Project Management Tools are doing it wrong
›
Introduction I have noticed many bug tracking products attempting to add "Agile" project management to their offerings. I use th...
17 comments:
Thursday, November 29, 2012
When do you stop for UX in SCRUM?
›
I've been struggling with the question of integrating User Experience (UX) into our release cycle. Here is an article that suggests a pr...
11 comments:
Tuesday, November 27, 2012
See what your SQL Queries are costing you
›
Here is a neat script that will tell you what the most costly queries are on your SQL Server: SELECT creation_time ,last_execut...
4 comments:
Tuesday, October 16, 2012
FIXED: "Invalid type owner for DynamicMethod" error in Nhibernate
›
If you recieve the "Invalid type owner for DynamicMethod" error while initializing you NHibernate SessionFactory then it's pre...
6 comments:
Tuesday, November 29, 2011
I was Interviewed
›
Not sure if I posted my interview done by Rustici: http://scorm.com/blog/2011/04/interview-with-dan-pupek-chief-systems-architect-at-advan...
5 comments:
Thursday, May 26, 2011
Good article on Mulit-Thread Applications in C#
›
I was very pleased to find this. Been using it as a reference: http://www.albahari.com/threading/
4 comments:
Make a 5 Second Video from Image using FFMPEG
›
Been playing with FFMpeg and Mencoder to create videos from a list of Images and an audio file. Here is the command I used: ffmpeg -loop...
6 comments:
Thursday, April 28, 2011
Making the leap to QueryOver
›
So, if you are using the ActiveRecord/NHibernate stack I highly recommend switching to query over. The syntax is cleaner and it's type-s...
4 comments:
›
Home
View web version