Click here to Skip to main content
15,919,341 members

Comments by Hamza Jawed 2021 (Top 7 by date)

Hamza Jawed 2021 31-May-21 8:12am View    
Please elaborate where can I find machine.config as I have .net mvc web api project (not core) and I only see web.config and app.config files. Regards!
Hamza Jawed 2021 17-May-21 6:12am View    
I also have a Fa Account update method which redirects to the fa accounts repository and call update method which contains a transactionscope as well. Does it have any impact due to multiple transaction scopes?
Hamza Jawed 2021 6-Apr-21 9:35am View    
what do you suggest in this scenario for me to implement?
Hamza Jawed 2021 6-Apr-21 7:06am View    
I also thought of rectifying it on database level but I can not make these changes because of client level requirement.
Hamza Jawed 2021 6-Apr-21 6:59am View    
I have learned that Soundex is good fit with the alphabetic string but if you have a special character such as comma or numeric value then the encoding of soundex would become 0000 and it will bring all the data with numeric value or special character because encoded index would match, that's why I am looking for the better alternatives to Soundex function. If you could help with that.