Jan
18
Using the web.config file in ASP .net
January 18, 2011 | 2 Comments
I worked on a very small ASP .net application this week end to test the OAuth consumer library sharpOauth against the Twitter API. When working with OAuth, there are at least two values that need to be stored in the configuration file : the consumerKey and the consumerSecret. When working in ASP .net 2.0, here […]
Jan
17
sharpOauth: lightweight C# OAuth Consumer class
January 17, 2011 | 2 Comments
A recent project at work lead me to develop a lightweight C# Oauth Consumer class to call an OAuth API from a Microsoft Office addin. Oauth is “an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications”. A lot of documentation, and the specification, about the […]
Jan
15
MonoOSX and MonoDevelop: Working with .Net on Mac OS
January 15, 2011 | 2 Comments
I’ve been working with .Net lately for bluekiwi on a full Microsoft environment as I am working on a Microsoft addin. Since my work also included an open source library, I was curious how this library could be used on Mac OS X. That lead me to test Mono, “an open source, cross-platform, implementation of […]