Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.
The Cuemon.Extensions.Collections.Generic namespace contains extension methods that complements the Cuemon.Collections.Generic namespace while being an addition to the System.Collections.Generic namespace.
The Cuemon.Extensions.Xml namespace contains extension methods that complements the Cuemon.Xml namespace while being an addition to the System.Xml namespace.
The Chunking extension divides an IEnumerable into equally sized chunks and allows you to iterate over them.
This may be useful when, for example, sending a large of items to a webservice, or saving a large number of items to a database, which may otherwise result in time-outs.
FlowVitae is a memory and performance efficient 2D grid library written in .net 6.0 designed for small to large scale procedural worlds. Can be easily integrated with most render engines.
A free to use library as wrapper around the HttpClient to use as a download manager or as easy producer consumer implementation.
All Requests will be handled by an PriorityQueue in a parallel state to have a simple and efficient way to handle many Requests. Tested with more than 1000 HttpRequests....
More information