Daniel Cazzulino's Blog
-
Moq 2.5 shipped: lots of good news!
Today we shipped Moq v2.5. It's been a while since RC1 (a month or so feels so long for an open source agile project!) and we god very good feedback and suggestions for the final release. I'm pretty happy with the current drop and felt it was time for a new stable release.
-
Cool ajax loader image generator
Just found (via Brian) about this cool site to generate ajax-like loading donnuts like this one:
-
June 18-2008 can be a great day for the Web
And you can be part of it. The latest and greatest browser ever can make history and you can help!
-
VS2008 SP1 Beta: DON'T install without first backing up your settings!
I lost them all in the process :((((
-
Mesh synchronization of KML files through FeedSync
We've been working for the past few days on a mesh4x adapter that can synchronize a potentially big KML file at a very granular level (styles, placemarks, folders, etc.) so that you can collaboratively edit these large files without having to resolve spurious "conflicts".
-
A practical example on how to mock static classes without TypeMock
WCF is the second biggest framework after ASP.NET that sooner or later forces you to use a static "context" property to do anything beyond the trivial stuff. ASP.NET has the HttpContext.Current, whereas WCF has the WebOperationContext.Current for example.
-
Live Mesh FeedSync: an overview of the protocol under the hood
-
Live Mesh Everywhere: open source and cross-platform
You have probably read or listened all the (maybe a bit vague) information about the Mesh Operating Environment (MOE): a platform that will allow multiple applications and devices to participate in the Live Mesh.
-
Improving MoQ to allow arrange-act-assert testing style
-
MoQ now uses xUnit for its unit tests
After talking to a few guys during the MVP summit and the proceedings of the ALT.NET conference, I decided to give xUnit a serious try.