Does anyone know a good resource for open source libraries for asynchronous C # (or native material for the language). I'm interested in something on this topic, but I'm specifically looking for material related to HTTP and DB calls. Maybe an event-oriented framework with plugins for HTTP and DB?
Unfortunately, I cannot use a non-C # solution or something that does not work on mono, unless it is planned to run on mono in the near future.
source
share