Click here to Skip to main content
15,885,546 members

Comments by vishal_h (Top 112 by date)

vishal_h 16-May-23 5:14am View    
Middleware will write the log but again it will on server where request will received. But I want to check log for particular user then have to check multiple server log files. So Is Microsoft providing any solution for log into centralize server or database any other log provider .
vishal_h 6-Jul-21 0:22am View    
Yes Server will decrypt the file because service having decryption key . And only client application can encrypt file as client is also having encryption key so message in transmission cant be view with the help of any hacking tool.
vishal_h 5-Jul-21 10:52am View    
but in transaction file want to create end to end encryption over https so looking for solution.
vishal_h 5-Jul-21 10:16am View    
I want to create .net core web api which will allow file upload so i have two options as
1) IFormFile - where no file encryption with AES option i have seen
2) send encrypted file content and create file at server end but limitation is size of string.
Please let me know better alternative if know
vishal_h 5-Jul-21 9:49am View    
Index and partitioning is already in place but the issue with concurrency as we have to calculate the SUM(Amount) on the fly to validate each concurrence request.