Slides from CG16 and testing IPublishedContent properties
Stubbing properties on an IPublishedContent is rather useful when you just need a test for any content. Here's how you do it. Slides from CG16 also available from here.…
Stubbing properties on an IPublishedContent is rather useful when you just need a test for any content. Here's how you do it. Slides from CG16 also available from here.…
Using strongly typed models for intellisense, getting compile-time errors and avoiding typos is probably the most obvious and low hanging fruit that makes many people want to use strongly typed models. But there's so much more to be had. This article goes through a range of uses where compositions and extensions take on a whole new dimension.…
Using Visual Studio to publish sites using Web Deploy fails with the exception message "Could not open Source file ... some web.config". Here's how to solve it.…