From the last few days we have been trying to hunt down some kusto query failures. Time and again we see the following error. * Have looked into any increase in ingestions for the past few days and don't see any. * In few scenarios we use direct ingestion, can [...] read more
I want to use WCF for transfer file between clients and server. I read many article that some people using Stream mode for this purpose. but for it's restrictions I decide to create service with buffered mode. For example consider this: [OperationContract] void UploadFile(Guid systemKey, string fileName, byte[] fileContent, string [...] read more