Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
QuestionMonitor system performance Pin
Dave McCool7-Feb-06 2:21
Dave McCool7-Feb-06 2:21 
AnswerRe: Monitor system performance Pin
J4amieC7-Feb-06 3:10
J4amieC7-Feb-06 3:10 
QuestionDigital clock on main screen Pin
Dave McCool7-Feb-06 2:07
Dave McCool7-Feb-06 2:07 
QuestionHow to reorder Listview (LargeIcon mode) Pin
fregolo527-Feb-06 2:04
fregolo527-Feb-06 2:04 
QuestionMovable button Pin
Dave McCool7-Feb-06 2:03
Dave McCool7-Feb-06 2:03 
AnswerRe: Movable button Pin
J4amieC7-Feb-06 3:12
J4amieC7-Feb-06 3:12 
QuestionFew questions reguarding RTF Pin
Dave McCool7-Feb-06 1:59
Dave McCool7-Feb-06 1:59 
QuestionRegex class and RegexOptions.Compiled option Pin
Callixte.7-Feb-06 0:39
Callixte.7-Feb-06 0:39 
I have a question about Regex class and wether it is clerver to put that RegexOptions.Compiled option.
Msdn says:
To improve performance, the regular expression engine caches all regular expressions in memory. This avoids the need to reparse an expression into high-level byte code each time it is used.
Does it mean that the Regex object is cached as itself or that another Regex with same pattern and options will use the cached one and will not need to parse the pattern again?
If it is the first case, it means that compiling is useful only when the same object is used several times. If it is the latter, the compiled class will be used every time the same pattern is used.

Thx.

Callixte.
AnswerRe: Regex class and RegexOptions.Compiled option Pin
Curtis Schlak.7-Feb-06 3:26
Curtis Schlak.7-Feb-06 3:26 
GeneralRe: Regex class and RegexOptions.Compiled option Pin
Callixte.7-Feb-06 3:52
Callixte.7-Feb-06 3:52 
QuestionManipulating controls in design time Pin
NewbieDude7-Feb-06 0:10
NewbieDude7-Feb-06 0:10 
Questionclearing all event handlers Pin
mintguy7-Feb-06 0:09
mintguy7-Feb-06 0:09 
AnswerRe: clearing all event handlers Pin
James Gupta7-Feb-06 1:40
professionalJames Gupta7-Feb-06 1:40 
GeneralRe: clearing all event handlers Pin
mintguy7-Feb-06 3:40
mintguy7-Feb-06 3:40 
GeneralRe: clearing all event handlers Pin
Dave Kreskowiak7-Feb-06 4:11
mveDave Kreskowiak7-Feb-06 4:11 
GeneralRe: clearing all event handlers Pin
James Gupta8-Feb-06 5:06
professionalJames Gupta8-Feb-06 5:06 
QuestionHow to find out if a cell is a date field in Excel Pin
thestonefox6-Feb-06 22:57
thestonefox6-Feb-06 22:57 
AnswerRe: How to find out if a cell is a date field in Excel Pin
Curtis Schlak.7-Feb-06 3:34
Curtis Schlak.7-Feb-06 3:34 
GeneralRe: How to find out if a cell is a date field in Excel Pin
thestonefox7-Feb-06 5:06
thestonefox7-Feb-06 5:06 
QuestionHow can I implement a C++ interface in C# Pin
tiancaidao6-Feb-06 22:37
tiancaidao6-Feb-06 22:37 
AnswerRe: How can I implement a C++ interface in C# Pin
Kiran Kumar Singani6-Feb-06 23:37
Kiran Kumar Singani6-Feb-06 23:37 
GeneralRe: How can I implement a C++ interface in C# Pin
tiancaidao7-Feb-06 16:58
tiancaidao7-Feb-06 16:58 
QuestionFetching dynamically generated data from a string of 10 lines using C# Pin
H he el el oooo6-Feb-06 22:16
H he el el oooo6-Feb-06 22:16 
AnswerRe: Fetching dynamically generated data from a string of 10 lines using C# Pin
leppie6-Feb-06 22:19
leppie6-Feb-06 22:19 
GeneralRe: Fetching dynamically generated data from a string of 10 lines using C# Pin
J4amieC6-Feb-06 23:59
J4amieC6-Feb-06 23:59 

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.