I am closing this series of posts by sharing a skeleton for the client side handling of the uploaded and
downloaded files. Please note that the following are excerpt from a larger context and so will not compile in
your environment as is: they are only intended to give a rough idea of how the files can be handled.
Your first encounter with GIT as a version control tool may be quite intimidating, especially if all you had been using so far was something simpler like Sub...
Today I was debugging some interaction between one of our products and Twitter 1.1 API protected by OAuth 1.0a . As it happens, I was using Fiddler to have a...
Antonio Vidal has translated this post into Spanish: you can find it
here.
Dependency injection is a very simple concept: if you have an object that interac...
Building Reduce and Map from the Ground Up with F#
Today I've found myself reading again the excellent paper
Why Functional Programming
Matters, where ...
Leave a Comment