Click here to Skip to main content
15,910,980 members
Home / Discussions / C#
   

C#

 
Questioncan't open a vs 2003.net project.... Pin
AndieDu27-Jan-09 12:11
AndieDu27-Jan-09 12:11 
AnswerRe: can't open a vs 2003.net project.... Pin
Colin Angus Mackay27-Jan-09 13:37
Colin Angus Mackay27-Jan-09 13:37 
GeneralRe: can't open a vs 2003.net project.... Pin
AndieDu27-Jan-09 14:26
AndieDu27-Jan-09 14:26 
GeneralRe: can't open a vs 2003.net project.... Pin
_Maxxx_27-Jan-09 15:48
professional_Maxxx_27-Jan-09 15:48 
AnswerRe: can't open a vs 2003.net project.... Pin
AndieDu28-Jan-09 17:49
AndieDu28-Jan-09 17:49 
QuestionSearching files for String data - performance suggestions? Pin
Ryan Neil Shaw27-Jan-09 12:06
Ryan Neil Shaw27-Jan-09 12:06 
AnswerRe: Searching files for String data - performance suggestions? Pin
Ryan Neil Shaw2-Feb-09 10:03
Ryan Neil Shaw2-Feb-09 10:03 
AnswerRe: Searching files for String data - performance suggestions? Pin
Ryan Neil Shaw2-Feb-09 12:40
Ryan Neil Shaw2-Feb-09 12:40 
It has absolutely nothing to do with reading the file bytes.... all the performance issues are with RegEx.Match, this is terrible, I am so very thoroughly disappointed with .NET's RegEx. Others have attempted to do some performance testing with it, dispite the poor attempts at getting an accurate performance review, plain and simple, the .NET RegEx is one of the slowest available.

http://social.msdn.microsoft.com/Forums/en-US/regexp/thread/aabdf020-16c7-40ef-97c8-5853ad773d71/[^]

http://www.hutteman.com/weblog/2003/02/11-35.html[^]

http://channel9.msdn.com/forums/TechOff/258310-Poor-performance-of-NET-Regex/[^]

I confirmed this with my application as well. It took 7 minutes to find a 11 character string inside a 500kb DLL with its bytes encoded to Unicode. Yes, Yes I tried it with Compiled and without. I even did chunk processing, so it only processed short chunks of data.. same problem. .Net RegEx is slow.
QuestionDisplay contents of a multiline textbox for printing Pin
krup7527-Jan-09 11:46
krup7527-Jan-09 11:46 
AnswerRe: Display contents of a multiline textbox for printing Pin
led mike27-Jan-09 11:54
led mike27-Jan-09 11:54 
Questionsuppress crystal report parameter dialog box Pin
Jassim Rahma27-Jan-09 11:39
Jassim Rahma27-Jan-09 11:39 
AnswerRe: suppress crystal report parameter dialog box Pin
Wendelius27-Jan-09 11:43
mentorWendelius27-Jan-09 11:43 
GeneralRe: suppress crystal report parameter dialog box Pin
Jassim Rahma27-Jan-09 11:45
Jassim Rahma27-Jan-09 11:45 
GeneralRe: suppress crystal report parameter dialog box Pin
Wendelius27-Jan-09 11:56
mentorWendelius27-Jan-09 11:56 
QuestionDisplaying & editing a two dimensional array in DataGridView Pin
Henrik Schmiediche27-Jan-09 10:44
Henrik Schmiediche27-Jan-09 10:44 
AnswerRe: Displaying & editing a two dimensional array in DataGridView Pin
MadArtSoft28-Jan-09 0:01
MadArtSoft28-Jan-09 0:01 
GeneralRe: Displaying & editing a two dimensional array in DataGridView Pin
Henrik Schmiediche28-Jan-09 9:34
Henrik Schmiediche28-Jan-09 9:34 
QuestionListview Sub item Edit Pin
Udayaraju27-Jan-09 8:51
Udayaraju27-Jan-09 8:51 
AnswerRe: Listview Sub item Edit Pin
Wendelius27-Jan-09 8:56
mentorWendelius27-Jan-09 8:56 
AnswerRe: Listview Sub item Edit Pin
Dave Kreskowiak27-Jan-09 10:04
mveDave Kreskowiak27-Jan-09 10:04 
GeneralRe: Listview Sub item Edit Pin
Udayaraju28-Jan-09 4:10
Udayaraju28-Jan-09 4:10 
QuestionSpeeding up code Pin
Xmen Real 27-Jan-09 8:23
professional Xmen Real 27-Jan-09 8:23 
AnswerRe: Speeding up code Pin
vaghelabhavesh27-Jan-09 8:31
vaghelabhavesh27-Jan-09 8:31 
GeneralRe: Speeding up code Pin
Xmen Real 27-Jan-09 8:37
professional Xmen Real 27-Jan-09 8:37 
GeneralRe: Speeding up code Pin
vaghelabhavesh27-Jan-09 9:00
vaghelabhavesh27-Jan-09 9:00 

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.