Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions _posts/2012-04-20-show-and-tell-davidburela.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: post
permalink: /show-and-tell/4/using-dvcs-to-host-code-examples.html
date: 2012-04-20 23:00
title: "Show and Tell #4 - Using DVCS to host code examples"
author: "@shiftkey"
comments: true
---

## Introduction

Ever come across a blog post from ancient history which includes an attachment that you really really need, but the link no longer works? [This post](http://davidburela.wordpress.com/2012/04/17/developer-blog-banter-3-responsecommunity-coding/) is for you.

David Burela did a writeup this week on:

- how he used to manage code samples with his blog posts
- the problems and limitations of this approach
- how he is using GitHub to make life easier for himself and his readers

He explains how you can create your own repositories and include documentation, and references a [Windows Phone application](https://github.com/DavidBurela/Windows8DeveloperCampPhoneApplication) he wrote recently.

David also mentions [MarkPad](http://code52.org/DownmarkerWPF)- an application built by the Code52 community to make writing Markdown-based files easier.

## About the Author

David Burela lives in Melbourne, Australia and focuses on Silverlight, Windows Azure and Windows Phone 7 development. He also just finished his first book "Microsoft Silverlight 5 and Windows Azure Enterprise Integration". He blogs at [www.davidburela.com](http://www.davidburela.com/) and is [@DavidBurela](http://twitter.com/DavidBurela) on Twitter.