Blog
Blog archive for tag: CSharp
OAuth with Twitter API in C# and .NET
How to use OAuth authorisation when consuming the Twitter API from C#
In this blog post I guide you through the trials and tribulations you have to go through to use OAuth authorisation when consuming the Twitter API in C# and .NET. I show you how you can use the free Hammock for REST C# library to abstract away the REST calls to the API . To top it off I also include a full working library I developed to make the whole authentication process much simpler - this comes with an example website and Visual Studio solution that you can download and use. . More »
Umbraco XML Sitemap
Creating an XML (Google) Sitemap for Umbraco using LinqToXml
In this post I want to show you how to automatically generate an XML (Google) sitemap for an Umbraco CMS site. The code uses the Umbraco API, LinqToXml and a generic .ashx hander to do this in one small file. . More »