Home
Ken Dale
Cancel

Starting, Stopping, and Clearing the Azure Storage Emulator in C#

If you’re writing code that uses Microsoft Azure Storage blobs, tables, or queues, you can use the storage emulator on Windows for local development – rather than relying on the cloud while develop...

Displaying DateTime in Browser Time Zone in ASP.NET Razor Views

In some applications, it’s important to display date and time information in the user’s expected time zone. One option is storing time zone preference information as part of a user’s account inform...

Sending Silverpop Transact XML Messages with C#

Silverpop is an marketing service that includes email marketing – both for sending normal email campaign messages, as well as sending transactional emails. This transactional emailing is referred t...

Trimming Down the Visual Studio 2013 UI

Here’s Visual Studio Community 2013 General settings defaults: If you want to simplify the UI, it’s possible to turn it into this: Instructions Here’s how to achieve the trimmed down screens...

2014: A Personal Recap

I’ve had a great year with some great accomplishments, including: Started speaking in public! I delivered a talk at NYC Code Camp, two at Harrisburg .Net Code Camp, and one at BarCamp Harrisbur...

Exporting All Tickets from Zendesk

Zendesk is a web based customer service application that includes tickets. As a Zendesk customer, you can typically interact only with tickets that are not archived. Archiving takes place 120 days...

Scary Words in Programming: Eventual Consistency

Pam Selle has been writing blog posts on Scary Words in Programming. This is my contribution on eventual consistency. Eventual consistency is a consistency model used in distributed computing t...

Tips for the Aspiring or First Time Technical Speaker

First of all, if you have an upcoming speaking engagement, congratulations on being selected! If you don’t have a speaking engagement yet, no worries. Now is a great low pressure time to learn, gr...

Quickstart for Contributing to a GitHub Repository with a Development Branch

Are you an eager GitHub user who wants to contribute to a repository that uses a development branch, but aren’t familiar with getting started without committing to master? No worries, here we go! ...

Build and Deploy Node.js With Travis CI and Heroku

Travis CI is a cloud hosted continuous integration service that works with GitHub repositories for supported languages. Heroku is a cloud hosted platform as a service, enabling you to deploy applic...