Click here to Skip to main content
15,924,039 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I tell if my Webbrowser object is selected Pin
Stefan Troschuetz30-Jan-07 21:23
Stefan Troschuetz30-Jan-07 21:23 
QuestionADO.NET DataGrid/DataGridView Help [modified] Pin
Blekk30-Jan-07 12:31
Blekk30-Jan-07 12:31 
QuestionExtract data out of a LARGE text file Pin
amatbrewer30-Jan-07 12:22
amatbrewer30-Jan-07 12:22 
AnswerRe: Extract data out of a LARGE text file Pin
Luc Pattyn30-Jan-07 12:36
sitebuilderLuc Pattyn30-Jan-07 12:36 
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer30-Jan-07 12:49
amatbrewer30-Jan-07 12:49 
GeneralRe: Extract data out of a LARGE text file Pin
Luc Pattyn30-Jan-07 13:05
sitebuilderLuc Pattyn30-Jan-07 13:05 
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer30-Jan-07 16:05
amatbrewer30-Jan-07 16:05 
GeneralRe: Extract data out of a LARGE text file Pin
spin vector30-Jan-07 17:29
spin vector30-Jan-07 17:29 
I've run large log files for new processes, full throttle on Debug level. Also, unknown or old code may have large log files. Size is not the problem here.

What I've done is read the articles on making an xml file or database (after xml) of a logfile. There are good articles on using .NET regex to parse a file and put it into xml.

An overview article, a bit light on details, is
http://msdn2.microsoft.com/en-us/library/ms972965.aspx

This way you can rationalize the files, normalize them to a dB, then really look at the contents.

Good luck.
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer31-Jan-07 7:41
amatbrewer31-Jan-07 7:41 
GeneralRe: Extract data out of a LARGE text file Pin
spin vector30-Jan-07 17:35
spin vector30-Jan-07 17:35 
Questionoptimization of type comparison Pin
spin vector30-Jan-07 12:20
spin vector30-Jan-07 12:20 
AnswerRe: optimization of type comparison Pin
Christian Graus30-Jan-07 12:30
protectorChristian Graus30-Jan-07 12:30 
AnswerRe: optimization of type comparison Pin
Luc Pattyn30-Jan-07 12:38
sitebuilderLuc Pattyn30-Jan-07 12:38 
GeneralRe: optimization of type comparison Pin
spin vector30-Jan-07 12:49
spin vector30-Jan-07 12:49 
GeneralRe: optimization of type comparison Pin
Luc Pattyn30-Jan-07 13:08
sitebuilderLuc Pattyn30-Jan-07 13:08 
GeneralRe: optimization of type comparison Pin
Christian Graus30-Jan-07 14:12
protectorChristian Graus30-Jan-07 14:12 
GeneralRe: optimization of type comparison Pin
Luc Pattyn30-Jan-07 14:37
sitebuilderLuc Pattyn30-Jan-07 14:37 
Questionstring Pin
netJP12L30-Jan-07 12:11
netJP12L30-Jan-07 12:11 
AnswerRe: string Pin
Christian Graus30-Jan-07 12:15
protectorChristian Graus30-Jan-07 12:15 
Questionprinter - get last page number to be printed Pin
FreewareFire30-Jan-07 11:34
FreewareFire30-Jan-07 11:34 
AnswerRe: printer - get last page number to be printed Pin
netJP12L30-Jan-07 12:15
netJP12L30-Jan-07 12:15 
QuestionRegex Match probleb Pin
gigo2k630-Jan-07 10:55
gigo2k630-Jan-07 10:55 
AnswerRe: Regex Match probleb Pin
Christian Graus30-Jan-07 11:09
protectorChristian Graus30-Jan-07 11:09 
GeneralRe: Regex Match probleb Pin
gigo2k630-Jan-07 11:22
gigo2k630-Jan-07 11:22 
GeneralRe: Regex Match probleb Pin
Christian Graus30-Jan-07 11:33
protectorChristian Graus30-Jan-07 11:33 

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.