Daniel Cazzulino's Blog
Browse by Tags
All Tags
»
.NET
(RSS)
.NET/XML
All Technology
ASP.NET
Atlas
C#
CAB
GAT
InSTEDD
Mesh
Miscelaneous
mobile
Moq
Mvp.Xml project
Patterns & Practices
Patterns & Practices
PowerShell
Shadowfax
Software Factories
Vista
Visual Studio
Whidbey General
WPF
XML
XML Performance
The myth that TDD or test-first slows you down is true
I'm sad to say it, but it is true. It slows you down. But not everytime, and not for everything. So let's be more specific on the cases where it DOES slow you down noticeably: Cowboy or Duct Tape Programming Mode : If you code all day like crazy in a...
Writing meaningful, self-documenting, behavior-oriented tests
Over the years I've come to realize that the one-fixture-per-class approach to unit testing just doesn't scale. As the amount of variations in state and interactions increases, that file starts becoming a big soup of "Should" methods that are increasingly...
How to always open the vsixmanifest in XML view
The new VSIX projects contain a manifest that is by default opened with a designer. No matter how many times you specify that you want to open it with the XML editor by default, VS will continue to open it with the designer. The only way to force the...
Linq to Mocks is finally born
Last time I announced Linq to Mocks, some said Moq didn't actually have anything to do with Linq. Despite the heavy usage of lambda expressions and expression trees, the "q" in Linq is for "query" after all. And they were right, of course, but it was...
Improved type safety when dealing with generic types, generic methods and reflection
Compile-time safety is always important, as it reduces the chances that a refactoring can break existing code that compiles successfully. This benefit took me previously to the path of using expression trees to achieve strong-typed reflection. There is...
Extensible Test Assertions With MSTest VSTS
If you have used more than one unit test framework (i.e. xUnit.NET , NUnit , MSTest/VSTS, etc.), chances are that you’ll miss features from one when using another. In particular, MSTest/VSTS is lagging behind the crowd as it’s stuck in an NUnit circa...
Why Embedded Silverlight Makes Sense
So Microsoft just shipped Silverlight 3.0 . Outstanding achievement in its own right for a company that takes multi-year cycles for pretty much every product, if you ask me. Silverlight is indeed a very cool technology. With the latest additions and especially...
How to get wi-fi network connectivity using Hyper-V
Create a new Local Network with Virtual Network Manager (name it Hyper-V, for example) In the VHD, run msconfig.exe, in the Boot tab, click the Advanced options button, and select the Detect HAL option. Reboot the VM, reinstall the integration services...
Live Mesh as an application platform
The potential You surely read quite a bit about Live Mesh. Oran Dennison has number of very technical and insightful posts on various aspects of the underlying platform. Recently, we run an internal prototype to build an application on top of...
MAB ContainerModel / Funq: a transparent container
From the point of view of the user of the container, he doesn't have to do anything at all. He just creates classes as usual: public class EditCustomersPresenter { public EditCustomersPresenter(IEditCustomersView view, ICustomerRepository repository)...
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
Patterns & Practices
PowerShell
Shadowfax
Software Factories
Vista
Visual Studio
Whidbey General
WPF
XML
XML Performance
Navigation
Home
Blogs
Archives
October 2009 (2)
September 2009 (1)
August 2009 (3)
July 2009 (3)
June 2009 (2)
April 2009 (2)
March 2009 (8)
February 2009 (9)
January 2009 (2)
December 2008 (1)
November 2008 (2)
October 2008 (6)
September 2008 (1)
August 2008 (3)
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