Twilio for .NET Developers Part 1: Introducing the Twilio Helper Libraries

January 24, 2012
Written by

Twilio Bug Logo

 Today we kick off a new series of blog posts that introduce and walk you through using the different .NET Helper Libraries that Twilio provides. These libraries simplify using the Twilio REST API for .NET developers, and provide as set of utilities that make it easy to work with TwiML and Twilio Client.

Introducing the Twilio API Helper Libraries

Twilio provides an easy to learn and use REST API that allows you to quickly integrate Voice and SMS communication in your application.  REST is a fantastic and simple communication protocol because it makes the Twilio available to any platform that can make HTTP calls, but on the .NET platform it does require a bit of common plumbing code.

To help .NET developers get productive with Twilio faster, and avoid having to write that plumbing code, Twilio provides a set of .NET helper libraries for .NET developers that takes care of that for them.   These helper libraries wrap various aspects of Twilio to provide simple and easy ways to interact with the Twilio REST API, Twilio Client and to generate TwiML responses.

Twilio provides five libraries for .NET developers:

Twilio.APIThe core Twilio library that wraps the Twilio REST API in a friendly .NET library.  This library is available in .NET, Silverlight and Windows Phone 7 flavors.
Twilio.TwiMLProvides a .NET friendly way to generate TwiML markup
Twilio.MVCFor developers using ASP.NET MVC, this library includes a TwilioController and TwiML ActionResult and request validation attribute
Twilio.WebMatrixFor developers using Microsoft free WebMatrix development tool, this library contains Razor syntax helpers for various Twilio actions
Twilio.Client.CapabilityContains the Capability token generator for use with the Twilio Client JavaScript SDK

* Note that all libraries require .NET 3.5, Silverlight 4 or Windows Phone 7 or later.

Getting the Libraries

The libraries are provided in binary form through the NuGet package manager extension available for Visual Studio 2010 and WebMatrix, however you can download the source code for all of these libraries, submit bugs and feature requests, or even contribute your own code to the libraries using GitHub.  The GitHub site also includes a Wiki that contains complete documentation for using the libraries.

In the next post, we’ll look at how you can get started using the different available helper libraries by adding them to your project in Visual Studio or WebMatrix.

This series is written by Twilio Developer Evangelist Devin Rader. As a co-founder of the St. Louis .NET User Group, a current board member of the Central New Jersey .NET User Group and a former INETA board member, he’s an active supporter of the .NET developer community. He’s also the co-author or technical editor of numerous books on .NET including Wrox’s Professional Silverlight 4 and Wrox’s Professional ASP.NET 4. Follow Devin on Twitter @devinrader