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

C#

 
GeneralRe: How can I pass a Lync url from C sharp to Lync and launch the meeting? Pin
Eddy Vluggen2-Mar-15 7:54
professionalEddy Vluggen2-Mar-15 7:54 
QuestionAudio Finger Print For Advertisements Provider (For Discussion) Pin
Max Bayne27-Feb-15 0:29
Max Bayne27-Feb-15 0:29 
AnswerRe: Audio Finger Print For Advertisements Provider (For Discussion) Pin
Pete O'Hanlon27-Feb-15 2:47
mvePete O'Hanlon27-Feb-15 2:47 
GeneralRe: Audio Finger Print For Advertisements Provider (For Discussion) Pin
Max Bayne27-Feb-15 21:35
Max Bayne27-Feb-15 21:35 
QuestionParse Stream by Pattern Pin
gpc4426-Feb-15 23:37
gpc4426-Feb-15 23:37 
AnswerRe: Parse Stream by Pattern Pin
OriginalGriff27-Feb-15 0:12
mveOriginalGriff27-Feb-15 0:12 
GeneralRe: Parse Stream by Pattern Pin
gpc4427-Feb-15 0:57
gpc4427-Feb-15 0:57 
GeneralRe: Parse Stream by Pattern Pin
OriginalGriff27-Feb-15 2:43
mveOriginalGriff27-Feb-15 2:43 
So what's the problem?
If it's in lines, that's half the work done - then all you have to do is knock up a regex to parse it - which is pretty simple:
(?<Field1>\d+)\s+(?<Field2>\d+)\s+(?<Date>\d{4}-\d\d-\d\d)\s+(?<RestOfLine>.*)$
Will probably do it.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

JokeRe: Parse Stream by Pattern Pin
Richard MacCutchan27-Feb-15 2:52
mveRichard MacCutchan27-Feb-15 2:52 
GeneralRe: Parse Stream by Pattern Pin
OriginalGriff27-Feb-15 4:20
mveOriginalGriff27-Feb-15 4:20 
AnswerRe: Parse Stream by Pattern Pin
jschell27-Feb-15 10:15
jschell27-Feb-15 10:15 
QuestionWhat is the best practice for exception management and error handling c# Pin
Tridip Bhattacharjee26-Feb-15 22:08
professionalTridip Bhattacharjee26-Feb-15 22:08 
AnswerRe: What is the best practice for exception management and error handling c# Pin
Richard MacCutchan26-Feb-15 22:26
mveRichard MacCutchan26-Feb-15 22:26 
AnswerRe: What is the best practice for exception management and error handling c# Pin
GuyThiebaut27-Feb-15 3:44
professionalGuyThiebaut27-Feb-15 3:44 
AnswerRe: What is the best practice for exception management and error handling c# Pin
jschell27-Feb-15 10:12
jschell27-Feb-15 10:12 
AnswerRe: What is the best practice for exception management and error handling c# Pin
HKHerron3-Mar-15 6:30
professionalHKHerron3-Mar-15 6:30 
Questionwhy memory is increasing in just a for loop? Pin
Le@rner26-Feb-15 19:42
Le@rner26-Feb-15 19:42 
AnswerRe: why memory is increasing in just a for loop? Pin
Pete O'Hanlon26-Feb-15 20:20
mvePete O'Hanlon26-Feb-15 20:20 
AnswerRe: why memory is increasing in just a for loop? Pin
OriginalGriff26-Feb-15 20:23
mveOriginalGriff26-Feb-15 20:23 
GeneralRe: why memory is increasing in just a for loop? Pin
Le@rner26-Feb-15 21:16
Le@rner26-Feb-15 21:16 
GeneralRe: why memory is increasing in just a for loop? Pin
OriginalGriff26-Feb-15 21:21
mveOriginalGriff26-Feb-15 21:21 
GeneralRe: why memory is increasing in just a for loop? Pin
Pete O'Hanlon26-Feb-15 22:24
mvePete O'Hanlon26-Feb-15 22:24 
GeneralRe: why memory is increasing in just a for loop? Pin
Le@rner27-Feb-15 0:22
Le@rner27-Feb-15 0:22 
GeneralRe: why memory is increasing in just a for loop? Pin
Pete O'Hanlon27-Feb-15 1:45
mvePete O'Hanlon27-Feb-15 1:45 
GeneralRe: why memory is increasing in just a for loop? Pin
F-ES Sitecore27-Feb-15 2:38
professionalF-ES Sitecore27-Feb-15 2:38 

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.