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
Patterns & Practices
PowerShell
Software Factories
Vista
Whidbey General
WPF
XML
XML Performance
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)...
Mobile Application Blocks ContainerModel / Funq: an introduction
If you follow my blog, you probably heard about Funq , and maybe you even watched the screencasts I did about it while developing it (yeah, I'm missing a bunch of new ones!). When we started working on a rev for the original Mobile Client Software Factory...
What would you like to see in Enterprise Library 5.0?
There are few groups within Microsoft that are as open and so quick to deliver as patterns & practices . When you give them feedback or request features, chances are you'll see them implemented within months, rather than years (if they get enough...
Crazy Linq: replacing multiple and nested foreach statements with a query
Objective of the method: determine whether the given EnvDTE code class contains the given GeneratedCodeAttribute: "old" foreach/if approach: private bool IsPresentationModel(CodeClass2 baseClass) { foreach (CodeClass2 pc in baseClass.PartialClasses) ...
A picture is worth a thousand words: is XML dying?
(does that answer Jeremy's question too ?) Read full article
Approaching Behavior Driven Development (BDD) from a Test Driven Development (TDD) perspective
Over the years doing TDD, I'm getting increasingly concerned about the value my test fixtures are bringing to the table in terms of documenting features and expected behavior. So far, I followed the typical pattern in TDD of creating one class (fixture...
Making WCF services amenable to testing
You know that using WebOperationContext.Current is BAD for making your service implementation testable, don't you? My friend Pablo Cibraro continued to evolve his ideas around decoupling your service implementation from this static dependency, and came...
Moq 3.0 RTM!!!
I've just released the latest version of Moq :)))) It's quite late on an intense week at Redmond, so I'm just going to paste the relevant portion of the changelog : Version 3.0 * Silverlight support! Finally integrated Jason's Silverlight contribution...
Freeing up data and collaboration via the mesh
Last weekend, during the ALT.NET Seattle conference, I spoke for quite a while with Miguel de Icaza on the work we're doing with InSTEDD in the area of data synchronization. He was very excited, and wondered how come this wasn't more broadly known. I...
Leveraging ILMerge to simplify deployment and your users experience
ILMerge is one of those little-known gems that are an absolute must-have once you know how to apply them effectively to scenarios you didn't even think about. Specifically, whenever you work on a multi-project solution that may also use external projects...
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