I've had a bit of a search but so far this seems like a new question:
For those of us who pay by volume or have slow connections, re-downloading the entire set of days of code just to get the latest one seems inefficient and expensive.
I'm wondering what alternatives there are, other than something like the attached that reads only as much of the file over the internet as needed to get at the requested contained item...?
The attached is designed for use in
LinqPad5.
It's not overly efficient in terms of caching or read-ahead to cut down on HTTP requests, but it does the job. Note it includes a URL I was using for testing, not a real link to the actual code - I leave it as an exercise for the user to fill that in, along with where to save it locally.
[attachment=58]HttpZip.zip[/attachment]