A short but important talk about ReST, -why we should make our client simpler, how do we do it?Sebastien Lambla talks about "secret agents, assassination attempts and ReST" at Oredev.https://vimeo.com/37... can also watch just the slides, at http://www.slideshare.net/s... Lambla's blog is at http://codebetter.com/sebas... ......
This is long overdo... Just a short and simple example of Partial Function Application. For some good explanations, which also include the difference between Currying and Partial Function Application, check out: http://msmvps.com/blogs/jon... and also this answer on stackoverflow: http://stackoverflow.com/a/... And here is the example, taken from real code: internal void Addfile(string parentDirName, string fileName, long ......