Archives for January 2012

Improved my development workflow

Jan 20, 2012

For some time now I slightly modified my development workflow and I have seen a great improvement in my developers life:

  • it started by using Git Svn in front of our central Svn

Continue reading

Extending existing .NET API to support asynchronous operations

Jan 5, 2012

The other day I needed a way in a project I am working on to turn a .NET API, RestSharp to name it, so that I could use it in an asynchronous way.

Continue reading