Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: Data Grid view search Pin
anishkannan27-Sep-09 23:39
anishkannan27-Sep-09 23:39 
QuestionWebbrowser DocumentText errors Pin
discreetz27-Sep-09 19:16
discreetz27-Sep-09 19:16 
AnswerRe: Webbrowser DocumentText errors Pin
Richard MacCutchan27-Sep-09 21:52
mveRichard MacCutchan27-Sep-09 21:52 
Questionfile search Pin
Member 59031027-Sep-09 19:12
Member 59031027-Sep-09 19:12 
AnswerRe: file search Pin
Calla27-Sep-09 19:31
Calla27-Sep-09 19:31 
AnswerRe: file search Pin
OriginalGriff27-Sep-09 22:10
mveOriginalGriff27-Sep-09 22:10 
GeneralRe: file search Pin
Calla27-Sep-09 23:56
Calla27-Sep-09 23:56 
GeneralRe: file search Pin
vivasaayi28-Sep-09 4:06
vivasaayi28-Sep-09 4:06 
You can recursively get the files in a Directory and using string comparision you can compare whether a particular file contains the search string.

What about the performance when the number of files and their size is large, say in GBs? How google and other search engines are handling this issue (Tera bytes of data)?

One simple technique is indexing and searching. Just like an index in a book, so that you can quickly go to the page where the word is present.

Using .Net and c# how will you do? You can use Lucene.Net, an Open Source Indexing and Searching library. Look at this code project article Introducing Lucene.Net[^].
QuestionHow to create a folder in any drive by C# .Net Command Pin
Rahad Rahman27-Sep-09 17:12
professionalRahad Rahman27-Sep-09 17:12 
AnswerRe: How to create a folder in any drive by C# .Net Command Pin
PIEBALDconsult27-Sep-09 17:17
mvePIEBALDconsult27-Sep-09 17:17 
AnswerRe: How to create a folder in any drive by C# .Net Command Pin
Dave Kreskowiak27-Sep-09 18:09
mveDave Kreskowiak27-Sep-09 18:09 
QuestionHTML-to-XML Library in C# Pin
sheateng27-Sep-09 15:31
sheateng27-Sep-09 15:31 
AnswerRe: HTML-to-XML Library in C# Pin
Not Active27-Sep-09 15:57
mentorNot Active27-Sep-09 15:57 
GeneralRe: HTML-to-XML Library in C# Pin
Christian Graus27-Sep-09 16:04
protectorChristian Graus27-Sep-09 16:04 
GeneralRe: HTML-to-XML Library in C# Pin
Not Active28-Sep-09 1:51
mentorNot Active28-Sep-09 1:51 
Questionnoob question Pin
murktinez27-Sep-09 11:34
murktinez27-Sep-09 11:34 
AnswerRe: noob question Pin
Pete O'Hanlon27-Sep-09 11:40
mvePete O'Hanlon27-Sep-09 11:40 
AnswerRe: noob question Pin
Eddy Vluggen27-Sep-09 12:05
professionalEddy Vluggen27-Sep-09 12:05 
QuestionPreviews in Windows Explorer Pin
Winkles27-Sep-09 10:04
Winkles27-Sep-09 10:04 
AnswerRe: Previews in Windows Explorer Pin
Giorgi Dalakishvili27-Sep-09 10:40
mentorGiorgi Dalakishvili27-Sep-09 10:40 
GeneralRe: Previews in Windows Explorer Pin
Winkles27-Sep-09 14:45
Winkles27-Sep-09 14:45 
QuestionA simple 3D graphic application with C# Pin
Femtofarad27-Sep-09 8:59
Femtofarad27-Sep-09 8:59 
AnswerRe: A simple 3D graphic application with C# Pin
Pete O'Hanlon27-Sep-09 10:43
mvePete O'Hanlon27-Sep-09 10:43 
Questionweb service code Pin
mennipavithra27-Sep-09 8:49
mennipavithra27-Sep-09 8:49 
AnswerRe: web service code Pin
Richard MacCutchan27-Sep-09 9:12
mveRichard MacCutchan27-Sep-09 9:12 

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.