Posts
All the articles I've posted.
-
How to add Prism Syntax Highlighting to your Ghost blog
Michael Earls
This post show you how to add Prism syntax highlighting (code formatting) to your Ghost.org blog.
-
.NET Beyond the Demos - Part 3 - The DTOs
Michael Earls
To make passing data between the various parts of our application easy, we need a way to encapsulate that data in such a way that it can easily be transported across the network and consumed by various clients.
-
.NET Beyond the Demos - Part 2 - The Architecture
Michael Earls
In order for me to communicate this particular story, I first need to outline the overall architecture. At the highest structural level, the architecture is really quite simple. Let's start there and work our way down.
-
.NET Beyond the Demos - Part 1
Michael Earls
I like code demos. They're good for getting you familiar with how a specific technology works. However, many times, it's hard to get a feel for how different technologies work together to create a larger ecosystem in the enterprise environment.