Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Validate Rest API response? Pin
Member 1477996819-May-20 14:40
Member 1477996819-May-20 14:40 
GeneralRe: How to Validate Rest API response? Pin
Eddy Vluggen19-May-20 14:45
professionalEddy Vluggen19-May-20 14:45 
QuestionRe: How to Validate Rest API response? Pin
Eddy Vluggen19-May-20 14:23
professionalEddy Vluggen19-May-20 14:23 
AnswerRe: How to Validate Rest API response? Pin
Member 1477996819-May-20 14:43
Member 1477996819-May-20 14:43 
GeneralRe: How to Validate Rest API response? Pin
Eddy Vluggen19-May-20 14:46
professionalEddy Vluggen19-May-20 14:46 
GeneralRe: How to Validate Rest API response? Pin
Member 1477996819-May-20 14:44
Member 1477996819-May-20 14:44 
AnswerRe: How to Validate Rest API response? Pin
Eddy Vluggen19-May-20 11:28
professionalEddy Vluggen19-May-20 11:28 
AnswerRe: How to Validate Rest API response? Pin
Gerry Schmitz19-May-20 19:35
mveGerry Schmitz19-May-20 19:35 
The "id" is a "key", the "12345" is a value. Which is the equivalent of a dictionary entry in a "dictionary" collection. In this case, it would be of generic type Dictionaty<string,string> which can be used to valid any "attribute / value" pair. You may need a separate dictionary for each API; a dictionary of dictionaries: Dictionary<string,dictionary<string,string>>. Duplicate API dictionaries are simply references to other dictionaries.
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it.
― Confucian Analects: Rules of Confucius about his food

Questionhow to add picture into mysql using datagridview Pin
Member 1483389818-May-20 20:28
Member 1483389818-May-20 20:28 
AnswerRe: how to add picture into mysql using datagridview Pin
Richard MacCutchan18-May-20 21:17
mveRichard MacCutchan18-May-20 21:17 
QuestionRe: how to add picture into mysql using datagridview Pin
Eddy Vluggen19-May-20 0:53
professionalEddy Vluggen19-May-20 0:53 
QuestionDownload a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w17-May-20 22:02
arnold_w17-May-20 22:02 
QuestionRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Richard MacCutchan17-May-20 22:44
mveRichard MacCutchan17-May-20 22:44 
AnswerRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w17-May-20 23:37
arnold_w17-May-20 23:37 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Richard MacCutchan18-May-20 0:51
mveRichard MacCutchan18-May-20 0:51 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w18-May-20 1:32
arnold_w18-May-20 1:32 
AnswerRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w17-May-20 23:44
arnold_w17-May-20 23:44 
AnswerRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Richard Deeming18-May-20 0:52
mveRichard Deeming18-May-20 0:52 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w18-May-20 1:26
arnold_w18-May-20 1:26 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Richard Deeming18-May-20 1:35
mveRichard Deeming18-May-20 1:35 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w18-May-20 1:58
arnold_w18-May-20 1:58 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Luc Pattyn18-May-20 1:41
sitebuilderLuc Pattyn18-May-20 1:41 
QuestionQoL Debugging Pin
Super Lloyd17-May-20 14:34
Super Lloyd17-May-20 14:34 
QuestionHow to get the form at design time to the center of the screen Pin
Member 1297423515-May-20 17:15
Member 1297423515-May-20 17:15 
AnswerRe: How to get the form at design time to the center of the screen Pin
Richard MacCutchan15-May-20 22:03
mveRichard MacCutchan15-May-20 22:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.