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

C#

 
GeneralRe: Translation Of C# Class to XML And Vice versa Pin
0x3c027-Sep-09 21:04
0x3c027-Sep-09 21:04 
AnswerRe: Translation Of C# Class to XML And Vice versa Pin
freakyit27-Sep-09 23:27
freakyit27-Sep-09 23:27 
GeneralRe: Translation Of C# Class to XML And Vice versa Pin
Sachin Dubey27-Sep-09 23:32
Sachin Dubey27-Sep-09 23:32 
QuestionData Grid view search Pin
anishkannan27-Sep-09 19:45
anishkannan27-Sep-09 19:45 
AnswerRe: Data Grid view search Pin
Sachin Dubey27-Sep-09 19:56
Sachin Dubey27-Sep-09 19:56 
AnswerRe: Data Grid view search Pin
Mycroft Holmes27-Sep-09 22:14
professionalMycroft Holmes27-Sep-09 22:14 
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 

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.