Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i am going to make power full search engine in Windows form using C#. But the problem is how can i use all database searching techniques i mean like, in equal etc.?? For these all function do i need to write seperate code. Can i write general code for it?? or suggestion me some power full search engine windows application sample code
Posted
Updated 1-Oct-13 6:20am
v2
Comments
RedDk 1-Oct-13 12:16pm    
What programming tools do you intend to use to accomplish this coding?
Muhamad Faizan Khan 1-Oct-13 12:21pm    
C# windows form VS2012 SQL 2012
RedDk 1-Oct-13 12:46pm    
http://code.msdn.microsoft.com/vstudio/site/search?f%5B0%5D.Type=ProgrammingLanguage&f%5B0%5D.Value=C%23&f%5B0%5D.Text=C%23&f%5B1%5D.Type=VisualStudioVersion&f%5B1%5D.Value=11.0&f%5B1%5D.Text=Visual%20Studio%202012&f%5B2%5D.Type=Platform&f%5B2%5D.Value=Data&f%5B2%5D.Text=Data&sortBy=Downloads

1 solution

Search engine algorithms really don't have much to do with C#.

It would be best if you work on getting the search part right and then worry about implementing it in Windows Forms.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900