Daniel Cazzulino's Blog
-
Silverlight + Seadragon = amazing Hard Rock memorabilia
Just go and see it at the Memorabilia Hard Rock site.
-
PowerCommands for VS2008
From Pablo's announcement:
-
Integrating SMS-based data entry with geographical visualization: a TED demo
-
New Moq features for mock verification and creation
I wrote before about What's wrong with the Record/Reply/Verify model for mocking frameworks, and in that context, why Moq didn't provide a mock verification functionality.
-
Beware of typeparamref XML documentation tag
Most projects use "Warnings as Errors" project-level setting together with the "XML documentation file" so that you can spot early on which areas of your public APIs are not documented or have broken links etc. in it. I've come to rely on it, especially in the face of refactoring, which even in VS2008 still doesn't refactor code documentation references.
-
Pipelines Using Iterators, Lambda Expressions and Extension Methods in C# 3.0
-
foreach to from..select (I)
-
Statically-typed reflection with LINQ
-
Mocks: by-the-book vs practical
Lately, there's been some formalization of the definitions of mocks, stubs, fakes and dummies, which Fowler popularized through his site with his article Mocks aren't Stubs by introducing the concepts from Gerard Meszaros' xUnit patterns book. I haven't read the book, but the definitions are sensible.
-
NavigationWindow, WinFormsHost and TextBoxes: backspace bug