Nick Parker
My Ramblings on Software Development...
Twitter
Follow me on
Twitter
Site Sections
Home
Contact
Syndication
Login
Recent Posts
Generic Factory over Object Initializers
Vimperator Tip - awesome bar
Vim + Firefox = Vimperator
Vim Tip of the Day - File Explorer Navigation
Microsoft Mocking Framework and TypeMock
Recent Comments
thanks for the information about Microsoft vs. Sun...
by Busby SEO Test
thanks for the "Linguistic Profile&am...
by Busby SEO Test
I use the following to configuration to persistent...
by Jon
Try MbUnit. Its also a great tool to work with, an...
by soundararajan
I use Ctrl-z when using Google maps or Gmail. Thi...
by seren
Archives
October, 2008 (1)
September, 2008 (1)
June, 2008 (1)
May, 2008 (1)
April, 2008 (1)
March, 2008 (1)
February, 2008 (2)
January, 2008 (1)
December, 2007 (1)
October, 2007 (1)
September, 2007 (1)
August, 2007 (3)
July, 2007 (2)
June, 2007 (1)
May, 2007 (4)
April, 2007 (6)
March, 2007 (3)
February, 2007 (3)
January, 2007 (4)
December, 2006 (1)
October, 2006 (4)
September, 2006 (3)
August, 2006 (2)
July, 2006 (3)
June, 2006 (4)
May, 2006 (4)
April, 2006 (5)
March, 2006 (2)
February, 2006 (2)
January, 2006 (5)
December, 2005 (5)
November, 2005 (5)
October, 2005 (4)
September, 2005 (10)
August, 2005 (3)
July, 2005 (5)
June, 2005 (3)
May, 2005 (2)
April, 2005 (5)
March, 2005 (5)
February, 2005 (5)
January, 2005 (18)
December, 2004 (5)
November, 2004 (4)
October, 2004 (12)
September, 2004 (4)
Post Categories
.NET
Agile
AOP
CI
Design Patterns
DLR
General
IronPython
MSBuild
NAnt
Open Source
Productivity
Ruby
Software
TDD
Vim
Visual Studio
November 2005 Entries
RSS Client
posted @
Saturday, November 26, 2005 3:42 PM
|
Feedback (0)
Several people have asked what RSS client I use. After trying several different readers including
Omea Reader
,
Google Reader
, and
RSS Bandit
to name a few, I've settled on
RSS Popper
. RSS Popper integrates into Microsoft Outlook and is completely free. What reader do you use?
tags:
Software
Scrum Plug-in for VSTS
posted @
Tuesday, November 22, 2005 10:56 AM
|
Feedback (0)
Conchango
has developed a
Scrum plugin
for Visual Studio Team System. This is definitely worth checking out and just goes to show how extensible the new Visual Studio environment is
.
tags:
.NET
Agile
Software
PDC 2005 Sessions
posted @
Tuesday, November 15, 2005 9:17 PM
|
Feedback (0)
In case you weren't able to attend the
PDC
this year, you have two options for viewing the content. First, you can
purchase
the sessions on DVD for $499.00 or, you can download any of the sessions and watch them on your computer for free. It's hard to beat the free option, check it out
here
.
tags:
Software
Google Analytics
posted @
Tuesday, November 15, 2005 12:35 AM
|
Feedback (0)
Google Analytics
is a free tool to keep track of metrics for your web site. This is definitely a great way to get quick feedback regarding your site. The underlying service comes from Urchin, a web analytics company
purchased by Google
this past March. I wonder if we will see a web metrics tool from Microsoft anytime soon?
tags:
Software
Difficult Code to Test
posted @
Thursday, November 03, 2005 1:49 PM
|
Feedback (0)
In preparing for the December presentation on Test Driven Development for the
Iowa .NET User Group
, I would like to get a little feedback relative to your current testing environment. Specifically, what type of code do you find most difficult to test? Please feel free to leave feedback and I will try to address these issues during the presentation.
tags:
.NET
TDD