is it possible to access iPhone file system from .net? Do we have .net SDK for iPhone?? I am trying to write a program in .net to access the filesystem, basic operations like switching off an iphone re-springing etc
As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...