Click here to Skip to main content
15,887,746 members

Comments by Member 15244870 (Top 13 by date)

Member 15244870 12-Jul-21 7:40am View    
Thanks, for quick replies. Can I not use encryption at SQL end for No.3?
Member 15244870 5-Jul-21 9:07am View    
Ok, I have taken one single class, dictionary argument is object, see as follows:
public sealed class APIResponse
{
[JsonProperty("status")]
public string Status { get; set; }

[JsonProperty("data")]
public Dictionary<string, object=""> empdata { get; set; }
}

Now I shall read response of 2 APIS into 2 diff objects of above class. Then I shall do a foreach loop inside both objects to get common data based on empid. Hope it sounds ok ?
Member 15244870 5-Jul-21 8:37am View    
Richard, thanks Again. Your solution worked. But without serializing 2nd API, how will I extract common data of both API. So I have taken another class SecApiResponse as foll:
public Dictionary<string, string> empdata { get; set; }
public string Status { get; set; }

Then I'll execute a Linq query against both classes to get common results. Let me know if it is correct
Member 15244870 5-Jul-21 8:28am View    
Thanks Richard for quick reply, I have corrected data to content, but issue exists. Kindly check now
Member 15244870 28-Jun-21 5:05am View    
They don't want to purchase it. They have to develop an app in-house.