Archives
-
How to mock a generic repository
The short answer is: you don’t. You see, having a mocking library at hand (no matter how cool it is) doesn’t automatically make it the best tool for every testing need.
-
How to serve private S3 content from a CloudFront private distribution via signed expiring Urls
For this walk-through, you’ll need the most excelent CloudBerry S3 Explorer. Somehow, these guys manage to support in the UI more stuff than Amazon itself does in its management console . And you only need the free version.
-
How to apply build configuration transformations on non-web projects
This is a pretty common request, and the simple answer is available in SO: right after the C# targets import, add the following: