CodeStock 2010
My good friend Josh Carroll and I have submitted a session to CodeStock about practicing Agile on small software development teams. Sign up and vote for our session! Chaos to Awesome in 60 minutes /...
View ArticleExtending Moq’s Setup() to return multiple values
If you regularly use TDD, then you are familiar with the concept of mocking. If you don’t use TDD, then you need to slap yourself and apologize to Bob Martin, Michael Feathers and Ron Jeffries...
View ArticleCodeStock 2010: Chaos to Awesome
We’ll be posting our notes and slidedeck a bit later, but here are some of the resources we talked about in the presentation. VisualSVN Server: http://www.visualsvn.com/server/ Ankh SVN (plugin for...
View ArticleCoping contents of Template Column in data grid to clipboard
There are some nice new features (coming from Silverlight 2) in the latest versions of Silverlight – being able to copy rows in a DataGrid via the familiar Control+C for instance. But I noticed...
View ArticleC# vs Java: casting objects and calling members
Given these two functionally identical code samples in c# and java, what is the output? C#: public class A { public String Method() { return "this is A"; } } public class B : A { public...
View Article