Click here to Skip to main content
15,885,032 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to return query result with method in c#??? Pin
Edalat_20116-Feb-14 1:54
Edalat_20116-Feb-14 1:54 
QuestionRe: how to return query result with method in c#??? Pin
Shameel6-Feb-14 2:11
professionalShameel6-Feb-14 2:11 
AnswerRe: how to return query result with method in c#??? Pin
littleGreenDude6-Feb-14 4:33
littleGreenDude6-Feb-14 4:33 
AnswerRe: how to return query result with method in c#??? Pin
V.6-Feb-14 19:35
professionalV.6-Feb-14 19:35 
QuestionRegEx problem [Solved] Pin
Marco Bertschi5-Feb-14 22:25
protectorMarco Bertschi5-Feb-14 22:25 
AnswerRe: RegEx problem Pin
OriginalGriff5-Feb-14 23:17
mveOriginalGriff5-Feb-14 23:17 
GeneralRe: RegEx problem Pin
Marco Bertschi5-Feb-14 23:29
protectorMarco Bertschi5-Feb-14 23:29 
GeneralRe: RegEx problem Pin
OriginalGriff5-Feb-14 23:33
mveOriginalGriff5-Feb-14 23:33 
No, because it is an optional '0' followed by a non-zero digit, or a '1' followed by a '0', '1', or '2'.
'0' on it's own isn't allowed, nor is "00"

The '?' after the 'T' specifies "zero or one" instances, so it works with or without it.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

GeneralRe: RegEx problem Pin
Marco Bertschi5-Feb-14 23:45
protectorMarco Bertschi5-Feb-14 23:45 
GeneralRe: RegEx problem Pin
OriginalGriff5-Feb-14 23:57
mveOriginalGriff5-Feb-14 23:57 
QuestionIqualProp in C# Pin
AshwiniSH5-Feb-14 19:43
professionalAshwiniSH5-Feb-14 19:43 
AnswerRe: IqualProp in C# Pin
Marco Bertschi5-Feb-14 20:26
protectorMarco Bertschi5-Feb-14 20:26 
AnswerRe: IqualProp in C# Pin
Dave Kreskowiak6-Feb-14 1:50
mveDave Kreskowiak6-Feb-14 1:50 
GeneralRe: IqualProp in C# Pin
AshwiniSH6-Feb-14 2:37
professionalAshwiniSH6-Feb-14 2:37 
GeneralRe: IqualProp in C# Pin
Dave Kreskowiak6-Feb-14 3:39
mveDave Kreskowiak6-Feb-14 3:39 
QuestionHow can I tell the difference between source and published .NET code? Pin
Xarzu5-Feb-14 10:35
Xarzu5-Feb-14 10:35 
AnswerRe: How can I tell the difference between source and published .NET code? Pin
Shameel5-Feb-14 20:15
professionalShameel5-Feb-14 20:15 
GeneralRe: How can I tell the difference between source and published .NET code? Pin
Bernhard Hiller5-Feb-14 21:17
Bernhard Hiller5-Feb-14 21:17 
GeneralRe: How can I tell the difference between source and published .NET code? Pin
OriginalGriff5-Feb-14 21:31
mveOriginalGriff5-Feb-14 21:31 
GeneralRe: How can I tell the difference between source and published .NET code? Pin
Shameel5-Feb-14 23:14
professionalShameel5-Feb-14 23:14 
AnswerRe: How can I tell the difference between source and published .NET code? Pin
jschell6-Feb-14 8:38
jschell6-Feb-14 8:38 
QuestionMVVM Observe VM Command Pin
eddieangel5-Feb-14 8:28
eddieangel5-Feb-14 8:28 
Questionweb.config file access in another project Pin
vkEE5-Feb-14 7:31
vkEE5-Feb-14 7:31 
QuestionRe: web.config file access in another project Pin
Richard Deeming5-Feb-14 8:05
mveRichard Deeming5-Feb-14 8:05 
AnswerRe: web.config file access in another project Pin
Marco Bertschi5-Feb-14 20:28
protectorMarco Bertschi5-Feb-14 20:28 

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.