Sign In
Adventures of an aspiring agile developer in a not-quite agile world
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
BDD
C#
Conferences
EDD/TDD
estimating
Games
Gatineau
GDI+
HTML
JavaScript
Microsoft
Presentations
Silverlight
SQL
The adventures of Toby
User stories
VS
Windows
XAML
xUnit.net
Archive
Archives
July 2008
(1)
March 2008
(2)
December 2007
(1)
November 2007
(2)
October 2007
(4)
September 2007
(8)
August 2007
(8)
July 2007
(2)
June 2007
(10)
May 2007
(3)
April 2007
(2)
March 2007
(4)
February 2007
(2)
January 2007
(4)
December 2006
(1)
November 2006
(8)
October 2006
(6)
September, 2007
MSDN Blogs
>
Adventures of an aspiring agile developer in a not-quite agile world
>
September, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Adventures of an aspiring agile developer in a not-quite agile world
Weaving with xUnit.net
Posted
over 5 years ago
by
casper
0
Comments
There has been mixed reaction to the removal of [SetUp] and [TearDown] in xUnit.net. Personally, I think it's great as it helps to raise unit test 'smells', particularly around how classes interact with each another. Here's a small example of how we can...
Adventures of an aspiring agile developer in a not-quite agile world
Faking out [PrincipalPermission]
Posted
over 5 years ago
by
casper
0
Comments
Depending on how your unit tests are setup, you may not be running as the proper user and won't have the necessary permissions to invoke a method. If this happens, you can easily alter the principle thread's identity with the following code. For...
Adventures of an aspiring agile developer in a not-quite agile world
xUnit.net goes live!
Posted
over 5 years ago
by
casper
0
Comments
NUnit is dead! Long live xUnit.net! There are several cool features, including aspect-like extensibility for tests, but the two changes that will immediately make a difference in my day-to-day coding are: [ExpectedException] is gone. In...
Adventures of an aspiring agile developer in a not-quite agile world
Dropping multiple tables in SQL Server 2005
Posted
over 5 years ago
by
casper
3
Comments
I'm currently working on a project that has a Cache database that stores query results, and so naturally there are times when I'm playing inside of Management Studio that I want to delete the cache. However, I don't want to drop the entire database (because...
Adventures of an aspiring agile developer in a not-quite agile world
The one where Toby finds a dependency injection container
Posted
over 5 years ago
by
casper
0
Comments
Toby is less than happy. Due to some unforeseen circumstances , he recently lost all the code he'd been working on for the EDM project. For some unknown reason, he'd never bothered to setup a source control server and vows to not make the same mistake...
Adventures of an aspiring agile developer in a not-quite agile world
Toby and the loss of domain knowledge
Posted
over 5 years ago
by
casper
0
Comments
One morning, as Toby is drinking his cup of hot water, a thought strikes him - did the acceptance stories really cover everything he discovered about the domain in the first few days? Slightly worried, he finds the paragraph he so proudly wrote a while...
Adventures of an aspiring agile developer in a not-quite agile world
Toby and the mega-class deletion
Posted
over 5 years ago
by
casper
0
Comments
So it's become obvious that having a large, all-encompassing EDMSystem class was probably not the way to go. It did give us a way to express what we wanted our acceptance tests to do, but the time has come to bite the bullet and take a look at where the...
Adventures of an aspiring agile developer in a not-quite agile world
Toby and the step backwards
Posted
over 5 years ago
by
casper
1
Comments
Being passionate about anything can have its drawbacks; in my zeal to give inside-out development a shot, I completely disregarded a couple principles I hold dear. SRP ? Out the window. Test-first code? Left by the side of the road. I do have a set of...
Page 1 of 1 (8 items)