Daniel Cazzulino's Blog
Browse by Tags
All Tags
»
All Technology
(RSS)
.NET
.NET/XML
ASP.NET
Atlas
CAB
GAT
InSTEDD
Mesh
Miscelaneous
Moq
Mvp.Xml project
Patterns & Practices
PowerShell
Software Factories
Vista
Whidbey General
WPF
XML
XML Performance
The need for nullable reference types to advertise optional constructor dependencies
In "traditional" OOP, you advertise your class required dependencies via constructor arguments: public Foo(IOutput output, ILogger logger, ...) Typically, the first few lines of code will check that these dependencies are not null. Optional dependencies...
Do you really care about Stub vs Mock?
I've argued in the past that this theoretical discussion is utterly useless . In my experience you need slightly different things from your test doubles at different times and depending on the scenarios and what you care about testing in a particular...
Mocking protected members with Moq
If you're familiar with Moq , you know that it relies on lambda expressions heavily. This is very good as you get full support from intellisense and refactoring features in Visual Studio. However, it also means you're for the most part restricted to setting...
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...
Cool ajax loader image generator
Just found (via Brian ) about this cool site to generate ajax-like loading donnuts like this one: Read full article
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 ! Read full article
VS2008 SP1 Beta: DON'T install without first backing up your settings!
I lost them all in the process :(((( Read full article
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...
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
I already mentioned why I think Live Mesh is cool and that I think the most important part of it, FeedSync , is being largely ignored by reviewers. Fortunately, there's an extensive interview with the team that goes quite deep in FeedSync and how it works...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
News
Tags
.NET
.NET/XML
All Technology
ASP.NET
Atlas
Books
C#
CAB
GAT
InSTEDD
Mesh
Miscelaneous
mobile
Moq
Movies
Mvp.Xml project
Patterns & Practices
PowerShell
Shadowfax
Software Factories
Vista
Visual Studio
Whidbey General
WPF
XML
XML Performance
Navigation
Home
Blogs
Archives
July 2008 (5)
June 2008 (2)
May 2008 (2)
April 2008 (8)
March 2008 (9)
February 2008 (1)
January 2008 (3)
December 2007 (7)
November 2007 (12)
October 2007 (4)
September 2007 (12)
August 2007 (7)
July 2007 (3)
June 2007 (3)
May 2007 (3)
March 2007 (2)
February 2007 (3)
January 2007 (3)
December 2006 (1)
November 2006 (2)
October 2006 (3)
September 2006 (1)
July 2006 (3)
June 2006 (6)
May 2006 (3)
April 2006 (2)
March 2006 (2)
February 2006 (4)
January 2006 (10)
December 2005 (6)
November 2005 (5)
October 2005 (3)
September 2005 (6)
August 2005 (9)
July 2005 (11)
June 2005 (9)
May 2005 (8)
April 2005 (6)
March 2005 (1)
January 2005 (3)
December 2004 (3)
November 2004 (6)
October 2004 (8)
September 2004 (6)
August 2004 (4)
July 2004 (13)
June 2004 (7)
May 2004 (14)
April 2004 (14)
March 2004 (9)
February 2004 (26)
January 2004 (13)
December 2003 (19)
November 2003 (7)
October 2003 (19)
September 2003 (3)
August 2003 (8)
Miscelaneous
Successful Presentations
Programming
NMatrix project
CSS Destroy
RDF Primer
RexExLib Tester
CSS Zen Garden
Bookmarklets
XSD -> CLR type mappings
SqlDbType -> DbType mappings
Anders Heljsberg on C#
TDD links
Syndication
RSS
Atom