feat: added Azure .Net sidecar to support cross partition paginated queries
Cross partition paginated queries are not supported in the Azure JS SDK, Added Azure .Net Sidecar microservice to support cross partition queries
Implemented also the /insert /get and /delete method as the .Net sidecar supports direct TCP connections (the JS SDK only supports the Gateway connection mode that has poor performances under load).
Edited by Diego Molteni