Click here to Skip to main content
15,887,986 members
Home / Discussions / C#
   

C#

 
AnswerRe: WCF Pin
#realJSOP17-Apr-19 4:25
mve#realJSOP17-Apr-19 4:25 
QuestionReferencing Dynamic Control Array Data Pin
Member 1427108416-Apr-19 12:11
Member 1427108416-Apr-19 12:11 
AnswerRe: Referencing Dynamic Control Array Data Pin
Member 1427108416-Apr-19 15:38
Member 1427108416-Apr-19 15:38 
SuggestionRe: Referencing Dynamic Control Array Data Pin
Richard Deeming17-Apr-19 1:07
mveRichard Deeming17-Apr-19 1:07 
AnswerRe: Referencing Dynamic Control Array Data Pin
BillWoodruff16-Apr-19 16:29
professionalBillWoodruff16-Apr-19 16:29 
AnswerRe: Referencing Dynamic Control Array Data Pin
OriginalGriff16-Apr-19 21:22
mveOriginalGriff16-Apr-19 21:22 
QuestionJson formatting using an object in c# Pin
ATLDev15-Apr-19 11:52
ATLDev15-Apr-19 11:52 
AnswerRe: Json formatting using an object in c# Pin
OriginalGriff15-Apr-19 21:21
mveOriginalGriff15-Apr-19 21:21 
In JSON, property names must adhere broadly to javascript variable name guidelines:
Property names must conform to the following guidelines:

Property names should be meaningful names with defined semantics.
Property names must be camel-cased, ascii strings.
The first character must be a letter, an underscore (_) or a dollar sign ($).
Subsequent characters can be a letter, a digit, an underscore, or a dollar sign.
Reserved JavaScript keywords should be avoided (A list of reserved JavaScript keywords can be found below).

Specifically, '-' is not a permitted character in property names, so your JSON cannot be parsed into "legal" objects.
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Json formatting using an object in c# Pin
Rob Philpott16-Apr-19 6:21
Rob Philpott16-Apr-19 6:21 
AnswerRe: Json formatting using an object in c# Pin
Richard Deeming16-Apr-19 7:47
mveRichard Deeming16-Apr-19 7:47 
GeneralRe: Json formatting using an object in c# Pin
ATLDev18-Apr-19 6:08
ATLDev18-Apr-19 6:08 
GeneralRe: Json formatting using an object in c# Pin
Richard Deeming18-Apr-19 7:30
mveRichard Deeming18-Apr-19 7:30 
QuestionHow to fill between two spline curves with two different colors in C# Pin
Member 1332584612-Apr-19 10:01
Member 1332584612-Apr-19 10:01 
AnswerRe: How to fill between two spline curves with two different colors in C# Pin
Gerry Schmitz13-Apr-19 5:49
mveGerry Schmitz13-Apr-19 5:49 
AnswerRe: How to fill between two spline curves with two different colors in C# Pin
jschell13-Apr-19 6:17
jschell13-Apr-19 6:17 
AnswerRe: How to fill between two spline curves with two different colors in C# Pin
RodStephens13-Apr-19 6:40
RodStephens13-Apr-19 6:40 
QuestionTalk Over Mic To Remote PCs Pin
Kevin Marois11-Apr-19 10:57
professionalKevin Marois11-Apr-19 10:57 
AnswerRe: Talk Over Mic To Remote PCs Pin
Richard MacCutchan11-Apr-19 20:30
mveRichard MacCutchan11-Apr-19 20:30 
GeneralRe: Talk Over Mic To Remote PCs Pin
Kevin Marois12-Apr-19 4:34
professionalKevin Marois12-Apr-19 4:34 
GeneralRe: Talk Over Mic To Remote PCs Pin
Gerry Schmitz12-Apr-19 5:02
mveGerry Schmitz12-Apr-19 5:02 
GeneralRe: Talk Over Mic To Remote PCs Pin
#realJSOP12-Apr-19 5:11
mve#realJSOP12-Apr-19 5:11 
GeneralRe: Talk Over Mic To Remote PCs Pin
Gerry Schmitz12-Apr-19 9:18
mveGerry Schmitz12-Apr-19 9:18 
GeneralRe: Talk Over Mic To Remote PCs Pin
Richard MacCutchan12-Apr-19 6:08
mveRichard MacCutchan12-Apr-19 6:08 
AnswerRe: Talk Over Mic To Remote PCs Pin
jschell13-Apr-19 6:21
jschell13-Apr-19 6:21 
QuestionHow instantly free up the memory for List<T> & DataSet Pin
Mou_kol11-Apr-19 9:42
Mou_kol11-Apr-19 9:42 

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.